html{scroll-behavior:smooth}

@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,200;0,300;0,400;1,200;1,300;1,400&display=swap');

@font-face {
    font-family: Nhaasgroteskdspro;
    src: url(nhaasgroteskdspro-55rg.otf);
}



@keyframes fade_in_show {
     0% {
          opacity: 0;
          transform: scale(0.5);
     }

     50% {
       opacity: 0.25;
          transform: scale(1);
     }
  100% {
    opacity: 1;
  }
}





body {

  font-family: 'Epilogue', sans-serif;
  background-color: black;
  margin-left: auto;
  margin-right: auto;
  color: white;
     text-shadow: 0px 0px 10px white;
}

a {
  color: white;
  border-bottom: 1px solid white;
}


sup {
    vertical-align: super;
    font-size: xx-small;
}

p, h2, h3, a, li {
font-family: Nhaasgroteskdspro, sans-serif !important;
}

h1 {
  font-family: neue-haas-grotesk-display, sans-serif !important;
font-weight: 400;
font-style: normal;
}



a {
  text-decoration:  none;
    opacity: 1;
  transition:  all 0.3s ease;
  cursor: pointer;
}


a:hover {
  opacity:  0.5;
    cursor: pointer;
}



p {
      font-weight: 400;
    font-size: 12px;
    line-height: 1.3em;
  margin-bottom:  5px;
}

h1 {
   font-weight: 300;
    font-size: 4.5em;
    text-shadow: 0px 0px 10px white, 0px 0px 20px black;
  line-height: 1em;
  color: white;
}

h2 {
      font-weight: 300;
    font-size: 24px;
}

h3 {
  font-size: 12px;
  font-weight: 400;
}

h3 a {
  border-bottom: none;
}


header {
  position: fixed;
  z-index: 3;
  height: 48px;
  display: flex;
  width: 100%;
     padding-left: 24px;
 padding-right: 24px;
}


nav {
    display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 500 !important;
  margin-top: 15px;
}



nav a {
  font-weight: 400;
    font-size: 12px;
    line-height: 1.3em;
    color: #fff;
  border-bottom: none;
  transition: all 0.3s ease;
  opacity: 1;
  z-index: 500 !important;
  padding: 10px;
  margin: 0px;
  border: 1px solid white;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 5px;
} 

nav a:hover {
  opacity: 1;
  background-color:  white;
  color: black;
} 

.align-right {
text-align: right;
}




.clock {
  margin-bottom: 15px;
}


.Hero {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  height: 110vh;
  pointer-events:  none !important;
 
}

.HeroLogo {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  top:24px;
  left:50%;
  transform:translateX(-50%);
  z-index: 5;
  overflow: visible;
  
}

@media screen and (max-width: 640px) {
  .HeroLogo, #cc-logo {
    width:70vw ;
    margin-top: -20px;
  }
  .Hero {
    height: 100vh;
  }
}

#landing-background, #section-background {
object-fit: cover;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  transition: opacity 0.3s ease;
  overflow-x: hidden;
 
}

#section-background {
  z-index: -1 !important;
}

#landing-background {
  z-index: -2 !important;
}

section {
  padding:24px;
  width: 100%;
 /* min-height: 100vh; */
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  transition:  display 0.3s ease;
    position: relative;
  display: flex;
  flex-wrap: wrap;

}

section.Hero {
  margin-bottom:  150px;
}

section.welcome {
  margin-top:  -200px;
  margin-bottom: 150px;
  padding-top: 0px;
  margin-left: 0;
  margin-right: 0;
}



section.welcome img {
    width:3em;
  margin-right: 0.15em;
  position: relative;
   -webkit-filter: drop-shadow( 0px 0px 10px white);
  filter: drop-shadow(0px 0px 10px white);
}


#deadmandan {
  width: 400px;
  height: auto;
   transition: transform 1.5s;
}

.deadmandan {
  z-index: 1;
}

.flames {
    position: absolute;
    top: -200px;

}

#flames {
  width: 800px;
  height: auto;
}

.tiki {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; 
}









.drink {
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s;
}





.ingredients ul {
  padding-bottom: 25px;
  font-size: 12px;
}

p.description {
padding-top: 25px;
  border-top: 1px solid white;
}

span.recommend {
  margin-top: 25px;
  padding: 5px 5px 3px 5px;
  border: 1px solid white;
  border-radius: 25px;
  font-size: 8px !important;
}

.recommended {
  margin-top: 15px;
  text-transform: uppercase;
  font-size: 8px !important;
  line-height: 1;
}

.recommended sup {
  text-transform: none;
}


.container {
    max-width: 100vw !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}



.archive {
  width: 100%;
  height: auto;
  margin-bottom: 25px;
  border: 1px solid white;
  border-radius: 10px;
}


.explore {
  animation: fade_in_show 0.3s;
}



.hidden {
  display: none;
  animation: fade_in_show 0.3s;
}

.opacity-hidden {
  opacity: 0;
}

.white {
  filter: invert(1);
}

.align-left {
  text-align:  left;
}

.align-middle {
  align-content:  center;
}

.section-background {
  opacity: 0;
}


.test-box {
  height:  200px;
  width:  200px;
  background-color: rgba(255, 255, 255, .15);  
 backdrop-filter: blur(5px);
}


.pre-footer {
	position: fixed;
	bottom: 50px;
	left: 24px;
  z-index:  3;
}

footer {
	position: fixed;
  padding-top: 18px;
	bottom: 15px;
	z-index: 3;
	display: flex;
    width: calc(100% - 48px);
    margin-left: 24px;
    margin-right: 24px;
background-image: linear-gradient(to right, white 16%, rgba(255,255,255,0) 0%);
background-position: top;
background-size: 6px 1px;
background-repeat: repeat-x;  
}




.newsletter span {
  opacity: 50%;
}



p#weather-description {
  text-transform: capitalize;
}

.main-content {
	position: fixed;
	overflow-y: auto;
	max-height: calc(100% - 52px);
  z-index: 2;
  opacity: 1;
  transition: opacity 0.3s ease;
   -webkit-mask-image: linear-gradient(to top, black 83%, transparent 96%);
  mask-image: linear-gradient(to top, black 83%, transparent 96%);
}

.connect {
  position: fixed;
  height: 100vh;
  align-items: center;
  overflow-y: hidden;
}


.attached {
    font-size: xx-small;
  position: absolute;
top: 0px;
width: 20px;
text-align: center;
}

.attached.left {
  left: -1em;
}

@media only screen and (min-width: 768px) {
.attached.right {
  right: -1em;
}
}

@media only screen and (max-width: 768px) {
.attached.right {
  left: -1em;
}
}


a.audio_button {
  display: flex;
      justify-content: flex-end;
  border-bottom: 0;
  padding: 10px;
  margin: -10px;
  font-size: 12px;
  
}

.landing-logo {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: -1;
}

.landing-logo img {
    max-width: 125px;
    height: auto;
    position: fixed;
    bottom: 20vh;
    left: 50%;
    transform: translateX(-50%);
}

@media only screen and (max-width: 768px) {
  .landing-logo img {
    max-width: 100px;
  }
}

 .home {
        height: 100vh;
      
        width: 100vw;
      }

      .splash {
        height: 100%;
  position: fixed;
        width: 100%;
        text-align: center;
        display: flex !important;
        justify-content: center !important; /* align horizontal */
        align-items: center; /* align vertical */
      }