@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Quicksand:wght@300..700&display=swap");
* {
  font-family: "Quicksand", sans-serif;
}

body {
  margin: 0;
  background-color: black;
}

/*estilos para el header y menu*/
#suave-menu,
nav h2,
header h1,
#cerrar {
  display: none;
}

header {
  position: fixed;
  z-index: 10;
  width: 100%;
  padding: 25px 0px;
  background: #000000;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgb(0, 0, 0) 100%);
}
header .contact-grid {
  font-size: 25px;
}
header .contact-grid a {
  color: white;
  text-decoration: none;
}
header .contact-grid .social-links {
  display: flex;
  width: 260px;
  justify-content: space-between;
  margin: auto;
  margin-top: 20px;
  align-items: center;
}
header .contact-grid .social-links a:nth-child(1) {
  width: 45px;
}
header .contact-grid .social-links a:nth-child(2) {
  width: 35px;
}
header .contact-grid .social-links a:nth-child(3) {
  width: 30px;
}
header .contact-grid .social-links a:nth-child(4) {
  width: 30px;
}
header .contact-grid .social-links a:nth-child(5) {
  width: 13px;
}
header .contact-grid .social-links a:nth-child(6) {
  width: 30px;
}
header .contact-grid #sc-fill {
  fill: white;
}
header .contact-grid #sc-fill:hover {
  fill: url(#gradient-fill);
}
header .contact-grid #yt-fill .play {
  fill: transparent;
}
header .contact-grid #yt-fill {
  fill: white;
}
header .contact-grid #yt-fill:hover .play {
  fill: white;
}
header .contact-grid #yt-fill:hover .background {
  fill: red;
}
header .contact-grid #insta-fill {
  fill: white;
}
header .contact-grid #insta-fill:hover .st0 {
  fill: url(#radial-gradient-two);
}
header .contact-grid #insta-fill:hover .st1 {
  fill: url(#radial-gradient1-two);
}
header .contact-grid #insta-fill:hover .st2 {
  fill: url(#radial-gradient2-two);
}
header .contact-grid #tiktok-fill .cyan {
  fill: transparent;
}
header .contact-grid #tiktok-fill .magenta {
  fill: transparent;
}
header .contact-grid #tiktok-fill .primario {
  fill: white;
}
header .contact-grid #tiktok-fill:hover .cyan {
  fill: #67c9d0;
}
header .contact-grid #tiktok-fill:hover .magenta {
  fill: #ee1d53;
}
header .contact-grid #fb-fill {
  fill: white;
}
header .contact-grid #fb-fill:hover {
  fill: #3C5A99;
}
header .contact-grid #whatsapp {
  fill: white;
}
header .contact-grid #whatsapp .bg {
  fill: transparent;
}
header .contact-grid #whatsapp:hover .bg {
  fill: #6abf60;
}

.menu-controls {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 10;
  max-width: 1120px;
  margin: auto;
}
@media screen and (max-width: 1120px) {
  .menu-controls {
    max-width: 90%;
  }
}

.home-logo {
  width: 320px;
  height: 40px;
  display: block;
}
.home-logo img {
  width: 100%;
  position: initial;
}
@media screen and (max-width: 350px) {
  .home-logo {
    width: 220px;
    height: initial;
  }
  .home-logo img {
    margin-top: 7px;
  }
}

#abrir {
  transform: rotate(180deg);
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
#abrir div {
  height: 3px;
  background-color: white;
}
#abrir:hover .line-one {
  width: 70%;
}
#abrir:hover .line-two {
  width: 90%;
}
#abrir:hover .line-three {
  width: 100%;
}

#abrir,
#cerrar {
  width: 50px;
  height: 50px;
  cursor: pointer;
}

#cerrar {
  position: absolute;
  top: 0;
}

.line-one {
  position: relative;
  top: 0px;
  width: 100%;
  transform: rotate(0deg);
  transition: width 0.5s, transform 0.5s, top 0.5s;
}

.line-two {
  width: 50%;
  opacity: 1;
  transition: width 0.5s, opacity 0.5s;
}

.line-three {
  position: relative;
  top: 0px;
  width: 70%;
  transform: rotate(0deg);
  transition: width 0.5s, transform 0.5s, top 0.5s;
}

.line-one.active {
  top: 15px;
  width: 100%;
  transform: rotate(45deg);
}

.line-two.active {
  opacity: 0;
}

.line-three.active {
  top: -18px;
  width: 100%;
  transform: rotate(-45deg);
}

#suave-menu {
  width: 100%;
  background-color: #000000;
  position: fixed;
  top: 0px;
  z-index: 9;
  padding: 70px 0px;
}

.menu-container {
  width: 100%;
}
.menu-container .menu-info {
  max-width: 1120px;
  margin: auto;
  color: white;
}
.menu-container .menu-info h2 {
  font-size: 40px;
}
@media screen and (max-width: 800px) {
  .menu-container .menu-info h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .menu-container .menu-info h2 {
    text-align: center;
  }
}
.menu-container .menu-info .about-us {
  margin-bottom: 30px;
}
.menu-container .menu-info .about-us p {
  text-align: justify;
}
@media screen and (max-width: 500px) {
  .menu-container .menu-info .about-us {
    margin-bottom: 15px;
  }
  .menu-container .menu-info .about-us p {
    margin: 0 0 10px 0;
    line-height: 15px;
  }
}
.menu-container .menu-info .contact-grid {
  display: flex;
  justify-content: center;
  font-size: 25px;
}
.menu-container .menu-info .contact-grid a {
  color: white;
  text-decoration: none;
}
.menu-container .menu-info .contact-grid .social-links {
  display: flex;
  width: 260px;
  justify-content: space-between;
  margin: initial;
  align-items: center;
}
.menu-container .menu-info .contact-grid .social-links a:nth-child(1) {
  width: 45px;
}
.menu-container .menu-info .contact-grid .social-links a:nth-child(2) {
  width: 35px;
}
.menu-container .menu-info .contact-grid .social-links a:nth-child(3) {
  width: 30px;
}
.menu-container .menu-info .contact-grid .social-links a:nth-child(4) {
  width: 30px;
}
.menu-container .menu-info .contact-grid .social-links a:nth-child(5) {
  width: 13px;
}
.menu-container .menu-info .contact-grid .social-links a:nth-child(6) {
  width: 30px;
}
.menu-container .menu-info .contact-grid #sc-fill {
  fill: white;
}
.menu-container .menu-info .contact-grid #sc-fill:hover {
  fill: url(#gradient-fill-two);
}
.menu-container .menu-info .contact-grid #yt-fill .play {
  fill: transparent;
}
.menu-container .menu-info .contact-grid #yt-fill {
  fill: white;
}
.menu-container .menu-info .contact-grid #yt-fill:hover .play {
  fill: white;
}
.menu-container .menu-info .contact-grid #yt-fill:hover .background {
  fill: red;
}
.menu-container .menu-info .contact-grid #insta-fill {
  fill: white;
}
.menu-container .menu-info .contact-grid #insta-fill:hover .st0 {
  fill: url(#radial-gradient-three);
}
.menu-container .menu-info .contact-grid #insta-fill:hover .st1 {
  fill: url(#radial-gradient1-three);
}
.menu-container .menu-info .contact-grid #insta-fill:hover .st2 {
  fill: url(#radial-gradient2-three);
}
.menu-container .menu-info .contact-grid #tiktok-fill .cyan {
  fill: transparent;
}
.menu-container .menu-info .contact-grid #tiktok-fill .magenta {
  fill: transparent;
}
.menu-container .menu-info .contact-grid #tiktok-fill .primario {
  fill: white;
}
.menu-container .menu-info .contact-grid #tiktok-fill:hover .cyan {
  fill: #67c9d0;
}
.menu-container .menu-info .contact-grid #tiktok-fill:hover .magenta {
  fill: #ee1d53;
}
.menu-container .menu-info .contact-grid #fb-fill {
  fill: white;
}
.menu-container .menu-info .contact-grid #fb-fill:hover {
  fill: #3C5A99;
}
.menu-container .menu-info .contact-grid #whatsapp {
  fill: white;
}
.menu-container .menu-info .contact-grid #whatsapp .bg {
  fill: transparent;
}
.menu-container .menu-info .contact-grid #whatsapp:hover .bg {
  fill: #6abf60;
}
@media screen and (max-width: 800px) {
  .menu-container .menu-info .contact-grid {
    flex-direction: column;
    align-items: center;
  }
  .menu-container .menu-info .contact-grid .email {
    margin: 10px;
  }
  .menu-container .menu-info .contact-grid a {
    margin: 10px 0px;
  }
}
@media screen and (max-width: 1120px) {
  .menu-container .menu-info {
    max-width: 90%;
  }
}
@media screen and (max-width: 800px) {
  .menu-container .menu-info p:nth-child(4) {
    text-align: center;
  }
}

/*end estilos para el header y menu*/
#container-interactive-intro {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: sticky;
  top: 0;
  background-color: black;
  z-index: 3;
}
#container-interactive-intro #interactive-intro {
  height: 100vh;
  width: 100%;
  overflow: hidden;
  position: sticky;
  z-index: 8;
  top: 0;
}
#container-interactive-intro .scroll {
  color: white;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#container-interactive-intro .scroll div {
  border-radius: 20px;
}
#container-interactive-intro .scroll .scroll-container {
  width: 60px;
  margin: auto;
}
#container-interactive-intro .scroll .guide {
  width: 5px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.2);
  margin: auto;
}
#container-interactive-intro .scroll .follower {
  width: 5px;
  height: 20px;
  animation-name: myAnimation;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
  position: relative;
  top: 0px;
}
@keyframes myAnimation {
  0% {
    top: 0px;
  }
  50% {
    top: 30px;
  }
  100% {
    top: 0px;
  }
}
#container-interactive-intro .scroll span {
  margin: 10px 0px;
  display: block;
}

/*parallax mouse styles*/
#follow-container {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  /*background-color: black;*/
  overflow: hidden;
  z-index: 1;
}
#follow-container .sliding {
  position: absolute;
  top: -80px;
  left: -200px;
  height: 120%;
  width: 120%;
  background-size: 100%;
  background-position: 10px;
  z-index: 1;
  background-image: url(imgs/rays_b.png);
  background-repeat: no-repeat;
  opacity: 0.4;
}
@media screen and (max-width: 1120px) {
  #follow-container .sliding {
    left: initial;
  }
}
@media screen and (max-width: 800px) {
  #follow-container .sliding {
    background-size: cover;
    background-position: center;
  }
}

.slide {
  color: white;
  width: 500px;
  line-height: 55px;
  text-shadow: 4px 4px 5px black;
  position: relative;
  z-index: 2;
}
.slide img {
  width: 100%;
}
.slide .first-line {
  font-size: 60px;
}
@media screen and (max-width: 500px) {
  .slide .first-line {
    font-size: 38px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
.slide .second-line {
  font-size: 120px;
}
@media screen and (max-width: 500px) {
  .slide .second-line {
    font-size: 75px;
    width: 100%;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 500px) {
  .slide {
    line-height: 40px;
  }
}

/*end parallax mouse styles*/
/*waveform styles*/
.wave-container {
  display: flex;
  justify-content: center;
  height: 100vh;
  width: 100%;
  place-items: center;
  overflow: hidden;
  position: absolute;
  top: 0;
  pointer-events: none;
  z-index: 0;
  animation-name: showBars;
  animation-timing-function: ease-in-out;
  animation-duration: 1s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes showBars {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.sound-wave-bars {
  display: flex;
  height: 100px;
  align-items: center;
  justify-content: center;
}

.bar {
  height: 20px;
  width: 2px;
  background-color: #a50800;
  border-radius: 4px;
  margin: 0 4px;
  animation: largeWaveAnim ease-in-out infinite alternate;
}

@keyframes largeWaveAnim {
  0% {
    height: 40px;
    opacity: 0.33;
  }
  100% {
    height: 100px;
    opacity: 1;
  }
}
.bar:nth-child(-n+40), .bar:nth-last-child(-n+40) {
  background-color: #fbff00;
  animation-name: mediumWaveAnim;
}

@keyframes mediumWaveAnim {
  0% {
    height: 30px;
    opacity: 0.33;
  }
  100% {
    height: 75px;
    opacity: 1;
  }
}
.bar:nth-child(-n+15), .bar:nth-last-child(-n+15) {
  background-color: #00ff0d;
  animation-name: smallWaveAnim;
}

@keyframes smallWaveAnim {
  0% {
    height: 20px;
    opacity: 0.33;
  }
  100% {
    height: 50px;
    opacity: 1;
  }
}
/*end waveform styles*/
/*body*/
#main-container {
  width: 100%;
  background-color: black;
  position: relative;
  z-index: 8;
  overflow: hidden;
  margin-bottom: 220px;
  padding: 90px 0;
}
#main-container h2 {
  color: white;
  max-width: 1120px;
  margin: 0 auto 50px auto;
  font-size: 40px;
}
@media screen and (max-width: 1120px) {
  #main-container h2 {
    max-width: 90%;
    text-align: center;
  }
}
#main-container #content-container {
  max-width: 1120px;
  margin: auto;
}
#main-container #content-container .content-zone {
  display: flex;
  justify-content: space-around;
}
#main-container #content-container .content-zone div {
  max-width: 700px;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone div {
    height: 400px;
  }
}
#main-container #content-container .content-zone .yt-container,
#main-container #content-container .content-zone .sc-container,
#main-container #content-container .content-zone .tt-container {
  margin: 0 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .yt-container,
  #main-container #content-container .content-zone .sc-container,
  #main-container #content-container .content-zone .tt-container {
    margin: 0;
  }
}
#main-container #content-container .content-zone #youtube,
#main-container #content-container .content-zone #soundcloud {
  height: 80%;
  padding: 70px 0px;
  background-color: black;
  background-image: url("imgs/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone #youtube,
  #main-container #content-container .content-zone #soundcloud {
    padding: 40px 0px;
  }
}
#main-container #content-container .content-zone #tiktok {
  height: 100%;
  background-color: black;
  background-image: url("imgs/loading.gif");
  background-repeat: no-repeat;
  background-position: center;
}
#main-container #content-container .content-zone .yt-container #youtube-mask {
  position: absolute;
  background-image: url("imgs/yt-bn.jpg");
  background-position: center;
  z-index: 0;
  cursor: pointer;
  transition: 0.2s;
}
#main-container #content-container .content-zone .yt-container #youtube-mask:hover, #main-container #content-container .content-zone .yt-container #youtube-mask:focus-visible, #main-container #content-container .content-zone .yt-container #youtube-mask:focus-within, #main-container #content-container .content-zone .yt-container #youtube-mask:target, #main-container #content-container .content-zone .yt-container #youtube-mask:focus, #main-container #content-container .content-zone .yt-container #youtube-mask:active {
  background-image: url("imgs/yt-bg.jpg");
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .yt-container #youtube-mask {
    background-size: cover;
  }
}
#main-container #content-container .content-zone .yt-container .close {
  width: 50px;
  height: 50px;
  background-image: url("imgs/cb.png");
  position: absolute;
  z-index: 2;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .yt-container .close {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
}
#main-container #content-container .content-zone .yt-container #youtube {
  position: relative;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .yt-container {
    margin-bottom: 40px;
  }
}
#main-container #content-container .content-zone .sc-container #soundcloud-mask {
  position: absolute;
  background-image: url("imgs/sc-bn.jpg");
  background-position: center;
  z-index: 0;
  cursor: pointer;
  transition: 0.3s;
}
#main-container #content-container .content-zone .sc-container #soundcloud-mask:hover, #main-container #content-container .content-zone .sc-container #soundcloud-mask:focus-visible, #main-container #content-container .content-zone .sc-container #soundcloud-mask:focus-within, #main-container #content-container .content-zone .sc-container #soundcloud-mask:target, #main-container #content-container .content-zone .sc-container #soundcloud-mask:focus, #main-container #content-container .content-zone .sc-container #soundcloud-mask:active {
  background-image: url("imgs/sc-bg.jpg");
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .sc-container #soundcloud-mask {
    background-size: cover;
  }
}
#main-container #content-container .content-zone .sc-container .closeit {
  width: 50px;
  height: 50px;
  background-image: url("imgs/cb.png");
  position: absolute;
  z-index: 2;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .sc-container .closeit {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
}
#main-container #content-container .content-zone .sc-container #soundcloud {
  position: relative;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .sc-container {
    margin-bottom: 40px;
  }
}
#main-container #content-container .content-zone .tt-container #tiktok-mask {
  position: absolute;
  background-image: url("imgs/tt-bn.jpg");
  background-position: center;
  z-index: 0;
  cursor: pointer;
  transition: 0.3s;
}
#main-container #content-container .content-zone .tt-container #tiktok-mask:hover, #main-container #content-container .content-zone .tt-container #tiktok-mask:focus-visible, #main-container #content-container .content-zone .tt-container #tiktok-mask:focus-within, #main-container #content-container .content-zone .tt-container #tiktok-mask:target, #main-container #content-container .content-zone .tt-container #tiktok-mask:focus, #main-container #content-container .content-zone .tt-container #tiktok-mask:active {
  background-image: url("imgs/tt-bg.jpg");
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .tt-container #tiktok-mask {
    background-size: cover;
  }
}
#main-container #content-container .content-zone .tt-container .closett {
  width: 50px;
  height: 50px;
  background-image: url("imgs/cb.png");
  position: absolute;
  z-index: 2;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .tt-container .closett {
    width: 40px;
    height: 40px;
    background-size: 100%;
  }
}
#main-container #content-container .content-zone .tt-container #tiktok {
  position: relative;
  z-index: 1;
  display: none;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone .tt-container #embed-video-container {
    background-color: black;
  }
}
#main-container #content-container .content-zone iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 800px) {
  #main-container #content-container .content-zone {
    flex-direction: column;
    max-width: 90%;
    margin: auto;
  }
}
@media screen and (max-width: 1120px) {
  #main-container #content-container {
    max-width: 90%;
  }
}
@media screen and (max-width: 800px) {
  #main-container {
    margin-bottom: 225px;
  }
}

/*end body*/
footer {
  width: 100%;
  position: fixed;
  bottom: 0;
}
footer .footer-container {
  max-width: 1120px;
  margin: 70px auto;
}
footer .footer-container h2 {
  font-size: 40px;
  display: none;
}
footer .footer-container .contact-grid {
  display: flex;
  justify-content: center;
  font-size: 25px;
}
footer .footer-container .contact-grid a {
  color: black;
  text-decoration: none;
}
footer .footer-container .contact-grid a:hover {
  text-decoration: underline;
}
footer .footer-container .contact-grid .social-links {
  display: flex;
  width: 260px;
  justify-content: space-between;
  align-items: center;
}
footer .footer-container .contact-grid .social-links a:nth-child(1) {
  width: 45px;
}
footer .footer-container .contact-grid .social-links a:nth-child(2) {
  width: 35px;
}
footer .footer-container .contact-grid .social-links a:nth-child(3) {
  width: 30px;
}
footer .footer-container .contact-grid .social-links a:nth-child(4) {
  width: 30px;
}
footer .footer-container .contact-grid .social-links a:nth-child(5) {
  width: 13px;
}
footer .footer-container .contact-grid .social-links a:nth-child(6) {
  width: 30px;
}
@media screen and (max-width: 800px) {
  footer .footer-container .contact-grid {
    flex-direction: column;
    align-items: center;
  }
  footer .footer-container .contact-grid a {
    margin: 20px 0px;
  }
}
@media screen and (max-width: 1120px) {
  footer .footer-container {
    max-width: 90%;
  }
}
@media screen and (max-width: 800px) {
  footer .footer-container h2 {
    text-align: center;
  }
  footer .footer-container p:nth-child(3) {
    text-align: center;
  }
}
footer .wrapper {
  width: 100%;
  overflow: hidden;
  display: flex;
  margin-bottom: -80px;
}
footer .wrapper .item {
  width: 1520px;
  position: relative;
  left: 0px;
  animation-name: scrollLeft;
  animation-duration: 10s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
footer .wrapper .item p {
  font-family: "Inter", sans-serif;
  font-size: 200px;
  width: 1520px;
  margin: 0;
}
@keyframes scrollLeft {
  to {
    left: -1520px;
  }
}
footer #sc-fill:hover {
  fill: url(#gradient-fill-three);
}
footer #yt-fill .play {
  fill: transparent;
}
footer #yt-fill:hover .play {
  fill: white;
}
footer #yt-fill:hover .background {
  fill: red;
}
footer #insta-fill:hover .st0 {
  fill: url(#radial-gradient);
}
footer #insta-fill:hover .st1 {
  fill: url(#radial-gradient1);
}
footer #insta-fill:hover .st2 {
  fill: url(#radial-gradient2);
}
footer #tiktok-fill .cyan {
  fill: transparent;
}
footer #tiktok-fill .magenta {
  fill: transparent;
}
footer #tiktok-fill .primario {
  fill: black;
}
footer #tiktok-fill:hover .cyan {
  fill: #67c9d0;
}
footer #tiktok-fill:hover .magenta {
  fill: #ee1d53;
}
footer #fb-fill {
  fill: black;
}
footer #fb-fill:hover {
  fill: #3C5A99;
}
footer #whatsapp {
  fill: black;
}
footer #whatsapp .bg {
  fill: transparent;
}
footer #whatsapp:hover {
  fill: white;
}
footer #whatsapp:hover .bg {
  fill: #6abf60;
}

/*color shuffle*/
/* #footer.style1, #follow.style1 {background-color:#820000;}
#footer.style2, #follow.style2 {background-color:#c69e00;}
#footer.style3, #follow.style3 {background-color:#0f5a04;}

#shuffleimg.style1 {
    background-image: url(imgs/rays_r.png);
    background-repeat: no-repeat;

    @media  screen and (max-width: 800px) {
        background-size: cover;
        background-position: center;
    }
}

#shuffleimg.style2 {
    background-image: url(imgs/rays_y.png);
    background-repeat: no-repeat;

    @media  screen and (max-width: 800px) {
        background-size: cover;
        background-position: center;
    }
}

#shuffleimg.style3 {
    background-image: url(imgs/rays.png);
    background-repeat: no-repeat;

    @media  screen and (max-width: 800px) {
        background-size: cover;
        background-position: center;
    }
}

#shufflecolor.style1 {
    &:hover{
        color:#820000;
        border-bottom: solid 2px #820000; 
    }
}
#shufflecolor.style2 {
    &:hover{
        color:#c69e00;
        border-bottom: solid 2px #c69e00; 
    }
}
#shufflecolor.style3 {
    &:hover{
        color:#0f5a04;
        border-bottom: solid 2px #0f5a04; 
    }
} */
/*endcolor shuffle*/
#footer, #follow {
  background-color: #ffffff;
}/*# sourceMappingURL=style.css.map */