/* You can add global styles to this file, and also import other style files */
body {
  background-color: #1c1c1c !important;
}

.bg {
  background-image: url("../../assets/imgs/cover.jpg");
  background-size: cover;
  background-position: center top;
  height: 100vmax;
}
@media (max-width: 359.98px) {
  .bg {
    background-position: 26% top;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .bg {
    background-position: 26% top;
    height: 100vmax;
  }
}
@media (min-width: 1200px) {
  .bg {
    background-position: center top;
    height: 60vmax;
  }
}
@media (max-width: 359.98px) {
  .bg img {
    height: 7em;
  }
}
@media (min-width: 360px) and (max-width: 575.98px) {
  .bg img {
    height: 8em;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .bg img {
    height: 12em;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .bg img {
    height: 16em;
  }
}
@media (min-width: 992px) {
  .bg img {
    height: 20em;
  }
}
@media (max-width: 359.98px) {
  .bg .intro-subtitle {
    font-size: 0.8em;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .bg .intro-subtitle {
    font-size: 0.9em;
  }
}
@media (min-width: 1200px) {
  .bg .intro-subtitle {
    background-position: center top;
  }
}

.overlay {
  background-color: #000;
  width: inherit;
  height: inherit;
  opacity: 0.6;
  position: absolute;
}

.container-height-inherit {
  top: 20%;
}
@media (max-width: 359.98px) {
  .container-height-inherit {
    top: 60%;
  }
}
@media (min-width: 360px) and (max-width: 767.98px) {
  .container-height-inherit {
    top: 60%;
  }
}

a i {
  text-decoration: none;
  color: #cfcfcf;
  font-size: 1.5em;
  transition: all 0.3s;
}
a i.bi-instagram {
  border-radius: 0.3em;
  background: transparent;
}
a:hover i {
  color: #fff;
  font-size: 2em;
  transition: all 0.3s;
}
a:hover i.bi-spotify {
  color: #1ED760;
}
a:hover i.bi-instagram {
  background: linear-gradient(45deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}
a:hover i.bi-whatsapp {
  color: #28D146;
}

video #background-video {
  background-color: #E4080A;
}

.gallery-col {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  width: 100%;
  max-width: 900px;
  background-color: #1c1c1c;
}
.gallery-col img {
  width: 100%;
  height: -webkit-fill-available;
  object-fit: cover;
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.3);
  transition: transform 0.3s, box-shadow 0.3s;
  background: #222;
}
.gallery-col img:hover {
  height: 100%;
  transition: all 2s;
}

section div#bio {
  background-color: #1c1c1c;
  color: #fff;
}
section div#bio .carousel-inner {
  border-radius: 1em;
  box-shadow: #000 0 1rem 2rem;
}

/*# sourceMappingURL=styles-alt.css.map */
