html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  background: #efefef;
  width: 100%;
  height: 100vh;
  font-family: "Roboto", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: greyscale;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

#toggle-nav {
  display: none;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1000;
  padding: 50px 0 0;
  display: block;
  width: 100%;
}

.social-nav {
  position: absolute;
  left: 50px;
  top: 50px;
  text-align: center;
  font-size: 0;
}

.social-nav a {
  color: white;
  font-size: 22px;
  padding: 5px;
  margin: 0 7px;
}

.follow {
  width: 100%;
  text-align: center;
}

.signup {
  position: absolute;
  right: 50px;
  top: 50px;
}

.signup a {
  font-size: 14px;
  color: white;
}

.signup a li {
  font-size: 22px;
  margin-left: 5px;
}

#wrapper {
  width: calc(100% - 50px);
  height: calc(100% - 50px);
  margin: 25px;
  text-align: center;
}

section {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: block;
  position: relative;
}

section:before {
  content: "";
  display: block;
  height: 60px;
  margin: -60px 0 0;
}

#music iframe {
  margin-top: 200px;
}

.table {
  width: 100%;
  height: 100%;
  display: table;
  table-layout: fixed;
  vertical-align: baseline;
}

.table-cell {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 100%;
  height: 100%;
}

.wrapper {
  padding: 150px 50px 50px;
  margin: 0 auto;
  position: relative;
}

.section-heading {
  display: none;
}

.more {
  position: absolute;
  left: 0;
  bottom: 50px;
  width: 100%;
  font-size: 60px;
  text-align: center;
  color: white;
}

#branding h1 {
  position: absolute;
  top: -99999em;
}

#branding img {
  max-width: 900px;
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}

#main-nav {
  text-transform: uppercase;
  display: block;
  margin: 0;
  font-size: 0;
  position: relative;
  z-index: 30;
}

#main-nav a {
  font-size: 60px;
  font-style: italic;
  color: white;
  margin: 0 20px;
  opacity: .5;
  transition: opacity .3s;
}

#main-nav a:hover {
  opacity: 1;
}

#main-nav a.active {
  opacity: 1;
}

#news .wrapper, #music .wrapper {
  max-width: 1330px;
}

.grid-sizer {
  width: 33.33%;
  box-sizing: border-box;
}

#news-grid .grid-item {
  float: left;
  color: white;
  font-size: 16px;
  text-align: left;
  cursor: pointer;
  width: calc(33.33% - 20px);
  padding: 10px;
  margin: 10px;
  background: rgba(0, 0, 0, 0.5);
  transition: background .3s;
}

#news-grid .grid-item:hover {
  background: rgba(0, 0, 0, 0.8);
}

#news-grid a {
  color: white;
  opacity: .5;
  float: left;
  text-transform: uppercase;
  transition: opacity .3s;
}

#news-grid a:hover {
  opacity: 1;
}

#news-grid .date-posted {
  float: right;
  opacity: .5;
}

#live .wrapper, #video .wrapper {
  max-width: 1080px;
}

.bit-widget-container {
  font-family: "Roboto", sans-serif !important;
  text-transform: uppercase !important;
  background: rgba(0, 0, 0, 0.5) !important;
  padding: 7px 0 !important;
}

#music iframe {
  width: 660px;
  max-width: 90%;
  height: 450px;
}

#video-slider {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  overflow-x: hidden;
  overflow-y: visible;
}

#video-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 3000px;
  overflow-x: visible;
  white-space: nowrap;
  transition: transform .3s;
}

.slider-element {
  padding: 0;
  margin: 0 40px;
  float: left;
  width: calc(100vw - 180px);
  max-width: 910px;
}

.video-sizer {
  width: 100%;
  padding: 0;
  padding-top: 56.2227%;
  position: relative;
  margin-bottom: 2em;
}

.slider-element iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.video-title {
  text-transform: uppercase;
  color: white;
  margin: 0;
  padding: .5em 0;
  text-align: left;
  position: absolute;
  bottom: -2em;
}

#slider-prev, #slider-next {
  position: absolute;
  top: 50%;
  color: white;
  font-size: 60px;
  cursor: pointer;
}

#slider-prev {
  left: -22px;
}

#slider-next {
  right: -22px;
}

footer {
  display: none;
}

@media screen and (max-width: 1400px) {
  #slider-prev, #slider-next {
    font-size: 40px;
  }

  #slider-next {
    right: 30px;
  }

  #slider-prev {
    left: 30px;
  }
}

#video {
  min-height: calc(100vh);
}

#background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  transition: background 0.3s ease-in-out;
}
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url('../img/backgrounds/home.png'); /* Revisa que esta ruta sea correcta desde tu archivo CSS */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; /* Asegura que el fondo quede fijo */
  z-index: -1;
  transition: background 0.2s ease-in-out;
}

#topHider {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 25px;
  background: #efefef;
  z-index: 1000;
}

#bottomHider {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  height: 25px;
  background: #efefef;
  z-index: 1000;
}

#bio-h {
    max-width: 1200px;min-height: 0px; margin: 189px auto 0 auto;background: rgb(0 0 0 / 57%);color: #c0c0c0; padding-bottom: 50px;
}
.bio__container {
    display: flex;margin: auto;gap: 40px;
}
.bio__container-text {
    font-weight: 100;
    font-family: 'FontAwesome';
    font-size: 20px;
    padding-left: 43px;
    text-align: center;
}
.bio__container-w-img {
    padding-right: 35px;
}
.bio__container-w-img > img{
    width: 400px;
}
/*
* MENU FONT SIZE
*/
@media screen and (max-width: 1392px) {
  #main-nav a {
    font-size: 50px;
  }
}

@media screen and (max-width: 1230px) {
  #main-nav a {
    font-size: 40px;
  }
}

@media screen and (max-width: 1070px) {
  #main-nav a {
    font-size: 30px;
  }
}

@media screen and (max-width: 900px) {
  #main-nav a {
    font-size: 21px;
  }
  .bio__container-w-img > img{
    width: 300px;
   }
}

@media screen and (max-width: 990px) {
  .grid-sizer {
    width: 50%;
  }

  #news-grid .grid-item {
    width: calc(50% - 20px);
  }
}

@media screen and (max-width: 594px) {
    #home {
        min-height: 0px;
    }
    #home > .more {
        display: none;
    }
    
    #bio-h {
        margin: 0px auto 0 auto;
    }
  .bio__container {
    display: flex; flex-direction: column; gap: 40px;
   }
   
   .bio__container-text {
      padding: 0px 40px; 
      font-size: 14px;
   }
  .grid-sizer {
    width: 100%;
  }

  #news-grid .grid-item {
    width: calc(100% - 20px);
  }
}

/*
* MOBILE SITE
*/
@keyframes open-menu {
  0% {
    display: block;
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media screen and (max-width: 760px) {
  #toggle-nav {
    position: fixed;
    left: 25px;
    top: 25px;
    z-index: 1001;
    width: 28px;
    display: block;
    cursor: pointer;
  }

  #toggle-nav span {
    display: block;
    width: 100%;
    height: 4px;
    background-color: white;
    margin: 0 auto 7px;
    transition: transform .3s, opacity .3s, width .3s;
  }

  #toggle-nav span:nth-child(3) {
    margin-top: -11px;
  }

  #toggle-nav.opened span:first-child, #toggle-nav.opened span:last-child {
    opacity: 0;
    width: 50%;
  }

  #toggle-nav.opened span:nth-child(2) {
    transform: rotate(-45deg);
  }

  #toggle-nav.opened span:nth-child(3) {
    transform: rotate(45deg);
  }

  #main-nav {
    display: none;
    opacity: 0;
  }

  #toggle-nav.opened ~ #wrapper #main-nav {
    position: fixed;
    display: block;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .9);
    opacity: 1;
    padding-top: calc(50vh - 200px);
    animation: open-menu;
    animation-duration: .3s;
  }

  #toggle-nav.opened ~ #wrapper #main-nav a {
    display: block;
    margin: 0 auto;
    font-size: 50px;
  }

  header {
    display: none;
  }

  footer {
    display: block;
    position: relative;
  }

  .social-nav, .follow, .signup {
    width: 100%;
    position: inherit;
    left: inherit;
    top: inherit;
    right: inherit;
    text-align: center;
    margin: .5em 0;
  }

  #wrapper {
    margin: 0;
    width: 100%;
    height: 100%;
  }

  .section-heading {
    display: block;
    font-size: 22px;
    font-style: italic;
    text-align: left;
    color: white;
    text-transform: uppercase;
  }

  #music .section-heading {
    margin-left: 50px;
    margin-bottom: calc(1em - 200px);
  }

  #video .section-heading {
    margin-left: 50px;
  }

  #video .wrapper {
    padding: 150px 0 50px;
  }

  #video .slider-element {
    width: calc(100vw - 100px);
  }

  #slider-next {
    padding: 30px 50px 30px 30px;
    right: 0;
  }

  #slider-prev {
    padding: 30px 30px 30px 50px;
    left: 0;
  }

  #background {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: -1;
  transition: background 0.3s ease-in-out;
}
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #topHider {
    display: none;
  }

  #bottomHider {
    display: none;
  }
}

@media screen and (max-width: 400px) {
  #slider-next {
    padding-right: 30px;
  }

  #slider-prev {
    padding-left: 30px;
  }

  #video .slider-element {
    width: 100vw;
  }
}

body.home #background {
  background-image: url('../img/backgrounds/home.png');
}
body.news #background {
  background-image: url('../img/backgrounds/news.png');
}
body.music #background {
  background-image: url('../img/backgrounds/music.png');
}
