/* Compiled from style.styl */
/* TAGS */
html {
  background-color: #20063b;
}
body {
  -webkit-transition: 1s all;
  transition: 1s all;
  font-family: 'Kameron';
  margin: 0;
  overflow-x: hidden;
}
body.faded {
  opacity: 0;
  -webkit-transition: none;
  transition: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Sansita';
}
/* CLASSES */
.section {
  background-color: #9ad1d4;
}
.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
/* IDS */
#nav {
  z-index: 1;
  width: 8rem;
  height: 8rem;
  position: fixed;
  top: 0;
  right: 0;
  font-size: 3rem;
}
#nav .fas {
  color: #fc4e54;
  cursor: pointer;
}
#nav .fa-home {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
#nav:hover .fa-home {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#preview {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
  background: rgba(32,6,59,0.7);
}
#preview.hide {
  pointer-events: none;
  opacity: 0;
}
#preview img {
  width: auto;
  height: auto;
  max-width: 70%;
  max-height: 70%;
}
#menu {
  z-index: 1;
  width: auto;
  max-height: 0;
  position: fixed;
  top: 8rem;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: 'Sansita';
  font-size: 2rem;
  background-color: #20063b;
  overflow: hidden;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#menu.show {
  max-height: 100%;
}
#menu .item {
  padding: 2rem;
  padding-top: 0;
  color: #62c370;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#menu .item.first {
  padding-top: 2rem;
}
#menu .item:hover {
  color: #c2f9bb;
}
#play {
  z-index: 2;
  width: 30rem;
  height: 40rem;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fc4e54;
  font-size: 7rem;
  -webkit-transition: 0.5s all;
  transition: 0.5s all;
}
#play.fadeo {
  opacity: 0;
}
#play img {
  position: absolute;
  top: 0;
  left: 4rem;
}
#play .fas {
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
  cursor: pointer;
}
#play .fas:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#play .btn-play {
  position: absolute;
  top: 17rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#play .btn-play:hover {
  -webkit-transform: translateX(-50%) scale(1.1);
          transform: translateX(-50%) scale(1.1);
}
#play .ctrls {
  height: 10rem;
  position: absolute;
  top: 33rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
#play .ctrls .title {
  width: 30rem;
  text-align: center;
  padding: 2rem;
}
#play .ctrls .title * {
  margin: 0;
}
#header {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32,6,59,0.8))), url("../media/session/IMG_5415_Facetune_10-11-2019-11-41-41-min.jpg");
  background-image: linear-gradient(rgba(32,6,59,0.8)), url("../media/session/IMG_5415_Facetune_10-11-2019-11-41-41-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#fans {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32,6,59,0.8))), url("../media/session/IMG_5473_Facetune_10-11-2019-11-36-21-min.jpg");
  background-image: linear-gradient(rgba(32,6,59,0.8)), url("../media/session/IMG_5473_Facetune_10-11-2019-11-36-21-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#band {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32,6,59,0.8))), url("../media/collage.jpg");
  background-image: linear-gradient(rgba(32,6,59,0.8)), url("../media/collage.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#music {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(32,6,59,0.8))), url("../media/session/IMG_5453_Facetune_10-11-2019-11-37-47-min.jpg");
  background-image: linear-gradient(rgba(32,6,59,0.8)), url("../media/session/IMG_5453_Facetune_10-11-2019-11-37-47-min.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#gallery {
  background-color: #20063b;
  width: 100vw;
}
#gallery .container {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
#gallery h1 {
  text-align: center;
  color: #fc4e54;
}
#gallery .img-cont {
  width: 25%;
  padding: 3rem;
  float: left;
}
#gallery .img-cont .img {
  width: 100%;
  padding-bottom: 100%;
  cursor: pointer;
}
