@charset "utf-8";

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.fullscreen-bg__video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.fullscreen-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -100;
}

a {
  text-decoration: none;
  color: inherit;
}

/* Set up grid wrapper */
.wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-rows: auto;
  grid-gap: 1vh;
  justify-content: center;
}

.wrapper div a {
  font-size: 36px;
  text-decoration: none;
}
/* End grid setup */
/* Set up unmute button */
.video-audio-toggle {
  position: fixed;
  right: 1rem;
  bottom: 1rem;
  z-index: 10;
  border: 0;
  border-radius: 999px;
  padding: .6rem .9rem;
  background: rgba(0,0,0,.6);
  color: #fff;
  font: 600 14px/1 system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  cursor: pointer;
  backdrop-filter: blur(6px);
}
.video-audio-toggle:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
/* End unmute button */

.linkage {
  grid-column: 1 /-1;
  grid-row: 1;
  max-width: 140px;
  max-height: 160px;
}

.ammend {
  color: rgba(246, 207, 0, 0.3);
}

#mutetog {
  opacity: 0.28;
  padding: 3px;
  font-size: 0.2em;
  text-align: center;
  cursor: pointer;
  outline: none;
}

#mutetog:hover {
  background-color: rgba(0, 13, 68, 0.21);
  text-decoration: underline;
  font-style: oblique;
}

#mutetog:active {
  background-color: rgba(226, 0, 20, 0);
  box-shadow: 0 5px #666;
  transform: translateY(4px);
}

#button {
  padding: 5px;
  font-size: 1em;
  text-align: center;
  cursor: pointer;
  outline: none;
  /* background-color: rgba(0, 13, 68, 0.0);
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #999; */
}

#button:hover {
  text-decoration: underline;
  font-style: oblique;
}

#button:active {
  transform: translateY(6px);
}

#links {
  opacity: 1;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  grid-template-rows: auto;
  grid-gap: 1vh;
  justify-content: center;
  min-width: 100vw;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transform: perspective(800px) rotateX(0deg);
  transform: perspective(800px) rotateX(0deg);
  -ms-transform: perspective(800px) rotateX(0deg);
  -o-transform: perspective(800px) rotateX(0deg);
  -webkit-transition: -webkit-transform 2.5s linear 0s;
  -ms-transition: -ms-transform 2.5s linear 0s;
  -o-transition: -o-transform 2.5s linear 0s;
  transition: -webkit-transform 2.5s linear 0s transition: transform 2.5s linear 0s;
}

.linkitem {
  color: rgba(255, 245, 0, 0.7);
  font-size: 36px;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  -0-animation: glow 1s ease-in-out infinite alternate;
  -ms-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

/* Movies Button */
.home-mv a {
  color: rgba(255, 245, 0, 0.7);
  font-size: 80px;
  /* color: #fff; */
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }

  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

/* End Movies Buttom */
/* Chill Button */
.home-ch a {
  color: rgba(59, 0, 125, 0.81);
  font-size: 80px;
  /* color: #fff; */
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }

  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

/* End CHill Button */
/* 1st Ammend Button */
.home-1st {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.home-1st a {
  color: rgba(195, 0, 0, 0.81);
  font-size: 30px;
  /* color: #fff; */
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  -webkit-transition: -webkit-box-shadow 1.3s;
  transition: -webkit-box-shadow 1.3s;
  -o-transition: box-shadow 1.3s;
  transition: box-shadow 1.3s;
  transition: box-shadow 1.3s, -webkit-box-shadow 1.3s;
}

/* .home-1st a:nth-child(1) {
  -webkit-transition: -webkit-box-shadow 1.3s;
  transition: -webkit-box-shadow 1.3s;
  -o-transition: box-shadow 1.3s;
  transition: box-shadow 1.3s;
  transition: box-shadow 1.3s, -webkit-box-shadow 1.3s;
} */
.home-1st a:nth-child(1):hover {
  -webkit-box-shadow: 24px -19px 10px 0px #FF7F00, 27px -23px 10px 0px #FF0000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 24px -19px 10px 0px #FF7F00, 27px -23px 10px 0px #FF0000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  /*
  -webkit-box-shadow: 7px -5px 10px 0px #4B0082, 11px -9px 10px 0px #0000FF, 16px -14px 10px 0px #00FF00, 20px -17px 10px 0px #FFFF00, 24px -19px 10px 0px #FF7F00, 27px -23px 10px 0px #FF0000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 7px -5px 10px 0px #4B0082, 11px -9px 10px 0px #0000FF, 16px -14px 10px 0px #00FF00, 20px -17px 10px 0px #FFFF00, 24px -19px 10px 0px #FF7F00, 27px -23px 10px 0px #FF0000, 5px 5px 15px 5px rgba(0, 0, 0, 0); */
}

.home-1st a:nth-child(n+2) {
  text-align: center;
  -webkit-animation: glow 2s ease-in-out infinite alternate;
  -moz-animation: glow 2s ease-in-out infinite alternate;
  animation: glow 2s ease-in-out infinite alternate;
  font-size: 20px;
  color: rgba(79, 226, 0, 0.4);
}

.home-1st a:nth-child(n+2):hover {
  -webkit-box-shadow: 7px -5px 10px 0px #4B0082, 11px -9px 10px 0px rgba(6, 8, 244, 0.4), 16px -14px 10px 0px #000000, 20px -17px 10px 0px rgba(255, 255, 0, 0.18), 24px -19px 10px 0px #FF7F00, 27px -23px 10px 0px #FF0000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  box-shadow: 7px -5px 10px 0px #4B0082, 11px -9px 10px 0px rgba(6, 8, 244, 0.4), 16px -14px 10px 0px #000000, 20px -17px 10px 0px rgba(255, 255, 0, 0.18), 24px -19px 10px 0px #FF7F00, 27px -23px 10px 0px #FF0000, 5px 5px 15px 5px rgba(0, 0, 0, 0);
  color: rgba(79, 226, 0, 0.6);
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }

  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

/* End 1st Ammend Button */
/* Start Movie Page */
.moviePage {
  background-image: linear-gradient(to top right, red, #f06d06);
}

#movie1 {
  margin-top: 40px;
  background: url(../images/purpleFuzzybackground.png) no-repeat fixed 50% 0%;
  background-size: cover;
  transition-property: background-image;
  transition-duration: 1.0s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

#movie1:hover {
  background: url(../images/purpleFuzzybackground-2.png) no-repeat fixed 50% 0%;
  background-size: cover;
}

#movie2 {
  background: url(../images/purpleFuzzybackground.png) no-repeat fixed 50% 0%;
  background-size: cover;
  transition-property: background-image;
  transition-duration: 1.0s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

#movie2:hover {
  background: url(../images/purpleFuzzybackground-2.png) no-repeat fixed 50% 0%;
  background-size: cover;
}

#movie3 {
  background: url(../images/purpleFuzzybackground.png) no-repeat fixed 50% 0%;
  background-size: cover;
  transition-property: background-image;
  transition-duration: 1.0s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

#movie3:hover {
  background: url(../images/purpleFuzzybackground-2.png) no-repeat fixed 50% 0%;
  background-size: cover;
}

.chillPage {
  background-image: linear-gradient(to top right, red, #f06d06);
}

.chillContent {
  margin: 70px auto;
}

.chillCenter {
  margin: 20px auto;
  width: 100%;
  text-align: center;
}

#chill1 {
  background-image: linear-gradient(to top right, red, #f06d06);
  background-size: cover;
  transition-property: background-image;
  transition-duration: 5.0s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

#chill1:hover {
  background-image: linear-gradient(to top right, green, #f06d06);
  background-size: cover;
}

#chill2 {
  background-image: linear-gradient(to top right, red, #f06d06);
  background-size: cover;
  transition-property: background-image;
  transition-duration: 5.0s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

#chill2:hover {
  background-image: linear-gradient(to top right, blue, #f06d06);
  background-size: cover;
}

#chill3 {
  background: url(../images/outdoorback.png) no-repeat fixed 50% 0%;
  background-size: cover;
  transition-property: background-image;
  transition-duration: 1.0s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

#chill3:hover {
  background-image: linear-gradient(to top right, red, #f06d06);
  background-size: cover;
}

#chill4 {
  background-image: linear-gradient(to top right, red, #f06d06);
  background-size: cover;
  transition-property: background-image;
  transition-duration: 1.0s;
  transition-timing-function: linear;
  transition-delay: 0s;
}

#chill4:hover {
  background-image: url(../images/bottlesback.png);
  background-size: cover;
}

.homenav {
  position: fixed;
  top: 2vh;
  right: 3vw;
}

.homenav ul {
  display: flex;
  list-style: none;
  justify-content: center;
  flex-wrap: wrap;
}

.homenav ul li {
  background-color: rgba(45, 5, 121, 0.33);
  padding: 20px;
}

.homenav ul li a {
  color: white;
  text-align: center;
  text-decoration: none;
}

.homenav ul li a:hover {
  font-style: italic;
  font-weight: bold;
}

/* Media Queries   -----
----------------------------------- */
@media (max-width: 714px) {
  #links {
    opacity: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-template-rows: auto;
    grid-column-gap: 1vh;
    grid-row-gap: 8vh;
    justify-content: center;
    min-width: 100vw;
    transform-origin: 50% 50%;
    transform: perspective(800px) rotateX(0deg);
    transition: transform 2.5s linear 0s;
  }
}

/* Extra Large Desktop View */
@media (min-width: 1164px) {}

/* Large Desktop View */
@media (min-width: 900px) and (max-width: 1163px) {}

/* Regular small screen view */
@media (min-width: 770px) and (max-width: 899px) {}

/* Tablet View */
@media (min-width: 381px) and (max-width: 769px) {}

/* Mobile View */
@media (max-width: 380px) {}

/* End Media Queries ----------
------------------------------------ */
