/* Force all backgrounds to black for html, body, and video, and make all other backgrounds transparent to ensure no area is left unstyled */

/* Import web fonts */
@import url('https://fonts.googleapis.com/css2?family=Gluten:wght@300;400;700;900&display=swap');
@import url('https://fonts.cdnfonts.com/css/tw-cen-mt');
@font-face {
  font-family: 'Tw Cen MT';
  src: local('Tw Cen MT'), local('TwoCentMT');
  font-weight: normal;
  font-style: normal;
}

/* Apply same filter from yumebg1.mp4 to yumebg1.png */
img[src*="yumebg1.png"] {
  filter: saturate(0) sepia(0.6) hu2e-rotate(0deg) brightness(0.4) contrast(4);
  -webkit-filter: saturate(0) sepia(0.4) hue-rotate(0deg) brightness(.36) contrast(2);
}
.instagram-media{
  padding:0px 0px 0px 0px !important;
  border-radius:20px !important;
  border: 0px solid #000 !important;
  justify-content: center;
  align-items: center;
  justify-self: center;

}
.everything{
  display: flex;
  flex-direction: column;
  justify-content:flex-start;
  align-items:center;
  width:100%;
  height:auto;
  align-content:center;
}
/* NEW */

.model-viewer {
  
      width: 100vw;
      height: 20vh;
      display: inline-table;
      justify-content: center;
      margin:0;
    }
    .model-viewerA {
  
      width: 75vw;
      height: 60vh;
      display: inline-table;
      justify-content: center;
      margin:0px;
      background: rgba(255, 255, 255, .5);
      border: solid 10px #221a1a;
      border-radius: 20px;
      padding: 0px;
    }



    .model-container {
      margin:0;
      padding:0;
      display: flex;
      height: 100%;
      width: 50%;
      justify-content: center;
    }

    .container0{
      width:50vw;
      height:40vh;
      margin:0 auto;

      justify-content:center;
      align-items: center;
      display: flex;
      background: rgba(255, 255, 255, .5);
      border: solid 10px #221a1a;
      border-radius: 20px;
    }
.container{
  width:100vw;
  margin:0 0;
  overflow:hidden;
  justify-content: center;
  display: flex;
  align-items: center;
}



/* NEW */
.menu-bar {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  display: flex;
  height: 47px;
  width:92%;
  background: rgba(149,173,103, 0.9);
  border: 0px solid #fff;
  border-radius: 20px;
  border-image: url('./img/yumebg1.png') 300 stretch;
  padding: 0;
  z-index: 1000;
  gap: 0;
  color: #95AD67;
  -webkit-font-smoothing: antialiased;
  position: relative;
}

.menu-bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(34, 26, 26, 0.2);
  border-radius: 20px;
  filter: sepia(0.6) hue-rotate(50deg) brightness(1) contrast(1) saturate(1);
  -webkit-filter: sepia(0.6) hue-rotate(50deg) brightness(1) contrast(1) saturate(1);
  z-index: -1;
  pointer-events: none;
}
h4 {
  font-family: 'Gluten', display;
  color: #FFFBED;
  
  font-weight: 1000;
  font-size: 30px;;
  display: inline;
}
h1 {
  font-family: 'Gluten', display;
  color: #FFFBED;
  
  font-family: 'Gluten', display;
  color: #FFFBED;
  
  font-weight: 1000;
  font-size: 30px;;
  display: inline;
}
h2 {
  font-family: 'Gluten', display;
  color: #FFFBED;
  
  font-weight: 1000;
  font-size: 30px;;
  display: inline;
}
h3 {
  font-family: 'Gluten', display;
  color: #FFFBED;
  
  font-weight: 1000;
  font-size: 30px;;
  display: inline;
}
b {
  font-family: 'Gluten', display;
  color: #46ca11;
  
  font-weight: 1000;
  font-size: 30px;;
  display: inline;
}
q {
  font-family: 'Gluten', display;
  color: #1118f5;
  
  font-weight: 1000;
  font-size: 30px;;
  display: inline;
}
i {
  font-family: 'Gluten', display;
  color: #cc1313;
  
  font-weight: 1000;
  font-size: 30px;;
  display: inline;
}
.menu-item {
  flex: 1;
  
  display: flex;
  margin-top: 0px;
  align-items: center;
  position: relative;
  justify-content: center;
color: #FFFBED;
  font-family: 'Gluten';
  text-decoration: none;
  text-wrap: nowrap;
  font-size: 20px;
  font-weight: 1;
  border-right: 0.1px solid #FFFBED;
  padding-left: 8vw;

  padding-right: 8vw;
  z-index: 1;
  transition: background 0.3s, letter-spacing 0.18s, color 0.18s;
  -webkit-appearance: none;
}
.menu-item:first-child {
border-bottom-left-radius: 20px;
border-top-left-radius: 20px;
}
.menu-item:last-child {
  border-right: none !important;
  border-left:none;
padding: 0px 0vw 0px 0vw;
border-bottom-right-radius: 20px;
border-top-right-radius: 20px;
}

/* Menu item hover and active effects */
.menu-item:hover {
  letter-spacing: 0.1em;
   background: rgb(255,255,237, 0.5);

  transition: letter-spacing 0.3s, color 0.3s;
}
.menu-item a {
 color: #FFFBED!important;

  text-decoration: none;
  display: inherit;
}
.menu-item a:hover {

color: rgba(255,255,237, 1) !important;

}
a:hover {
  color:#A64523;
  transition: color .3s; 


}


/* Mute control button styling */
.mute-control {
  flex: 0.25;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  color: rgba(56,30,28, 1);
  font-size: 20px;
  border: none;

  
  cursor: pointer;
  transition: background 0.2s;
  outline: none;
}

.mute-control:hover {
  background: rgba(255, 255, 237, 0.1);
    font-size: 22px;
}



/* Responsive full-screen video with luma-key filter */
#myVideo {
  position: fixed;
  top: -14vw;
  left: 0;
  width: 100%;

  height: auto;
  z-index: 1;
  object-fit: cover;
  pointer-events: none;
  filter: brightness(1) contrast(1);
  -webkit-filter: brightness(1) contrast(1);
  mix-blend-mode: screen;
  opacity: 0.12;  mask: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%);  -webkit-mask: linear-gradient(to bottom, transparent 0%, black 20%, black 80%, transparent 100%); 
}

#bgVideo {
  filter: brightness(1);
}

.content {
  position: fixed;
  bottom: 0;
  background: transparent;
  color: #FFFBED;
  width: 100%;
  padding: 20px;
}

/* Text style categories */
.body-text {
  font-family: 'Tw Cen MT' !important;
 color: #FFFBED;
  font-weight: 300;
  font-size: 20px;
  line-height:25px;
}
.titleA-text {
  font-family: 'Gluten', display;
  color: #381E1C;
  
  font-weight: 100;
  font-size: 20px;
  text-align: right;
 
}
.title-text {
  font-family: 'Gluten', display;
  color: #381E1C;
  animation: breathe 350s ease-in-out infinite;
  font-weight: 400;
  font-size: 30px;;
  
}
.titleB-text {
  font-family: 'Gluten', display;
   color: #FFFBED;
  animation: breathe 350s ease-in-out infinite;
  font-weight: 400;
  font-size: 1.3em;
  text-align: right;
  
}
.superA-text {
  
  font-family: 'Gluten', display;

color: #381E1C;
  animation: breathe 350s ease-in-out infinite;
  font-weight: 400;
  font-size: 20px;
  display: block;

text-align:center


}
.superB-text {
  
  font-family: 'Gluten', display;

color: #FFFBED;
  animation: breathe 350s ease-in-out infinite;
  font-weight: 400;
  font-size: 20px;
  display: block;

text-align:center


}

a{

  font-family: 'Gluten', display;
color: #95AD67;

  font-weight: 400;
  font-size: 20px;
display:inline-flex;
margin-top: 12px;
text-align: right;
text-decoration: none;

}
.superA-text a {
  
  font-family: 'Gluten', display;
color: #FFFBED;

  font-weight: 400;
  font-size: 20px;
display:inline-flex;
margin-top: 12px;
text-align: right;
text-decoration: none;

}
.superB-text a {
  
  font-family: 'Gluten', display;
color: #FFFBED;

  font-weight: 400;
  font-size: 20px;
display:inline-flex;
margin-top: 12px;
text-align: right;
text-decoration: none;

}

.superA-text a1 {
  
  font-family: 'Gluten', display;
color: #FFFBED;

  font-weight: 400;
  font-size: 20px;
display:inline-flex;
margin-top: 12px;
text-align: right;


}
.superB-text a1 {
  
  font-family: 'Gluten', display;
color: #FFFBED;

  font-weight: 400;
  font-size: 20px;
display:inline-flex;
margin-top: 12px;
text-align: right;


}


.superA-text a:hover {
  



  color: #95AD67;

  transition: background 0.3s, letter-spacing 0.18s;

}
.superB-text a:hover {
  



  color: #95AD67;

  transition: background 0.3s, letter-spacing 0.18s;

}

.super-text {
  font-family: 'Gluten', display;
color:#381E1C;
  
  font-weight: 400;
  font-size: 30px;;
  display: inline;
pointer-events: none;

}

.super-text-small {
  font-family: 'Gluten', display;
color:#FFFBED;
  font-weight: 400
;
  font-size: 20px;
  display: inline;
}
.content-containerA {
  z-index: 5990;
  position: relative;
  justify-self: center;
  align-items: center;
  margin-left: 5vw;
  margin-right: 5vw;
  width: 100%;
  background: #221a1a;
color: #FFFBED;
  padding-left: 20px;
  padding-right:20px;
  padding-bottom: 20px;
  padding-top:20px;
  z-index: 50;
  overflow: visible;
  max-height: none;
    font-family: 'Tw Cen MT';
color: #FFFBED;

  font-weight: 300;
  font-size: .8em;

    
    

  
  
}
.content-container {
  justify-content:center;
  width: 86%;

  
  position: relative;
  justify-self: center;
  align-items: center;
  justify-items: center;
  margin-left: 5vw;
  margin-right: 5vw;

 background: #95AD67;

  padding-left: 20px;
  padding-right:20px;
  padding-bottom: 20px;
  padding-top:20px;
  z-index: 50;
  overflow: visible;
height:auto;
    font-family: 'Tw Cen MT';
color:#FFFBED;

  font-weight: 300;
  font-size: 20px;
  
border:0px;
border-radius: 20px;
    
opacity:.93;
  
  
}
.content-containerC {
  opacity:.85;
  display:flex;
  -ms-flex-align: center;
  justify-content:center;
 width: 100%;
 
overflow:hidden;
 height: auto;

align-self:center;

  z-index: 5990;
  position: relative;
  justify-self: center;
  align-items: center;
  justify-items: center;



color: #FFFBED;
 
  padding-bottom: 20px;
  padding-top:20px;
  z-index: 50;
  overflow: visible;

    font-family: 'Tw Cen MT';
color: #FFFBED;

  font-weight: 300;
  font-size: 20px;

  border-color:#221a1a;
  
}
.content-containerD {
  background-color: white;
  display:flex;
border:10px solid #221a1a;
border-radius: 20px;
  -ms-flex-align: center;
  justify-content:center;
 width: auto;
 
 height: auto;


align-self:center;

  z-index: 5990;

  justify-self: center;
  align-items: center;
  justify-items: center;



color: #FFFBED;
 
padding:0px 0px 0px 0px;
  z-index: 50;


    font-family: 'Tw Cen MT';
color: #FFFBED;

  font-weight: 300;
  font-size: 20px;

  
  
}
.content-containerC img{
  border-radius: 20px;
    border: 10px solid #221a1a;
width: 30%;
width:-webkit 30%;

}
.content-containerZ {


  justify-self: center;
  align-self:center;
  align-items: center;

 

  color: #fff;

  padding-bottom: 20px;
padding-top: 10px;
  z-index: 50;
 
height: auto;
    font-family: 'Tw Cen MT';

width:100%;
  font-weight: 300;
  font-size: 20px;
  border:0px;
  border-radius: 20px;
  background: #221a1a;
  
}
.content-container::after {
  content: "";
  display: table;
  clear: both;
  
}
.content-container img{
  display: flex;

 align-content: center;
 justify-content:center;
width:50%;
  height: auto;
  border: solid 2px #381E1C;
border-radius:20px;



  

}
.content-container img::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: url('./img/yumebg1.png') repeat;
  background-size: 20px 20px;
  animation: breathe 4s ease-in-out infinite;
  z-index: -1;
  
}

.content-container a{
  font-family: 'Tw Cen MT';
  font-weight: 0;
  margin-top: 0;
 color: #FFFBED;
  transition: letter-spacing 0.18s;
  text-decoration:none;
  font-size: 20px;
}
.content-container a1{
  font-family: 'Tw Cen MT';
  font-weight: 0;
  margin-top: 0;
 color: #FFFBED;
  transition: letter-spacing 0.18s;
  text-decoration:none;
  font-size: 20px;
}
.content-container a:hover{
  font-family: 'Tw Cen MT';
  font-weight: 200;
  margin-top: 0;
  color:#a64523;
  font-weight: 800;
  transition: letter-spacing 0.18s;
  
 background-image: url('./img/yumebg1.png');
 
  background-size: 20px 20px;
  background-repeat: repeat;
    background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  text-decoration:dashed underline;

}
.content-container a1{
  font-family: 'Tw Cen MT';
  font-weight: 200;
  margin-top: 0;
 color: #FFFBED;
  font-weight: 800;
  transition: letter-spacing 0.18s;
  text-decoration:none;
pointer-events: none;
}
.content-container a:hover{
 color:#ffffff;
}


.bumper {
position: relative;
  display: block;
  min-height: 5vh;
  margin-left: 5vw;
  margin-right: 5vw;
  width: calc(100% - 10vw);
  padding: 20px 0;
  z-index: -1;
    background: transparent;
}

.buffer-c {
  /* occupy full viewport height as a spacer */
  position: relative;
  display: block;
  min-height: 100vh;
  margin-left: 5vw;
    background: transparent;
  margin-right: 5vw;
  width: calc(100% - 10vw);
  padding: 20px 0;
  z-index: -1;
}

@media screen and (max-width: 600px) {
  .menu-item {
    font-size: 16px;
  }
  .mute-control{
    font-size: 16px;
  }
  .content-container{
    width: 80%;
    height:auto;
    margin-left:5vw;
    margin-right:5vw;
  }

      .content-containerC img { 
         width: 50%;
         width:-webkit 50%;
         margin:0px;


} 
.content-containerZ{
  width: 95%;
  padding: 14px 5px 20px 5px;
  margin: 5px;
}
    .content-containerZ p { 
font-size: 16px;
text-wrap:wrap;
}
p{
  font-size: 16px;
text-wrap:wrap;
}

.superA-text a{
  font-size: 16px;
}
.superB-text a{
  font-size: 16px;
}
.superB-text a1{
  font-size: 14px;
}
.superA-text a1{
  font-size: 14px;
}
.buffer-c {
  height: 50vh;   
}
#myVideo {
  position: fixed;
  top: 0;
  left: 0;
}
}

/* Prevent videos from going fullscreen on mobile */
video {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
}

video::-webkit-media-controls-panel {
  display: none !important;
}

video::-webkit-media-controls {
  display: none !important;
}
