* {
  font-family: "Lato", sans-serif;
  font-weight: 400;
}
strong {
  font-weight: 700;    
}

body,
html {
  overflow-x: hidden;
}

body {
  padding-top: 100px !important;
}

.title {
  font-family: "Archivo Black", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Archivo Black", sans-serif;
}

.fw-bold {
  font-family: "Archivo Black", sans-serif;
}


.text-yellow {
  color: #ffb83c;
}

/* nav */

.logo {
  width: 100px;
}

.bg-yellow {
  background-color: #ffb83c;
}

.nav-item:hover {
  background-color: #ffffff;
}

/* hero */
.hero {
  background-image: url("../img/Headphones.jpg");
  background-repeat: no-repeat;
  background-size: cover; 
  background-position: right top;
  padding-bottom: 200px !important;
}

.hero-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 20px;
}

.italic {
  font-style: italic;
}

/* audio */
.line {
  width: 200px;
  height: 2px;
  background-color: black;
}

.fillStroke {
  color: #ffb83c;
  -webkit-text-stroke: 1px #38195a;
}

.fs-14 {
  font-size: 14px;
}

.line.bg-yellow {
  background-color: #ffb83c;
}

/* mixer */
.mixer {
  background-color: #38195a;
}
.nav-link {
  font-family: "Archivo Black", sans-serif;	
}
.container-fluid {
  align-items: flex-end;

}
.navbar-toggler {
  border: unset !important;
  outline: unset !important;
  box-shadow: unset !important;
}

textarea {
  resize: none;
}

.cta {
  background-color: #38195a;
  color: #ffb83c;
  border: unset;
  padding: 10px 50px;
  font-size: 20px;
}

.big-footer {
  background-color: #38195a;
}

.f-logo {
  width: 200px;
}

.slick-prev,
.slick-next {
  font-size: 10.0em;
}


@media screen and (max-width: 992px) {
  li.nav-item {
    padding-left: 10px;
    margin-top: 10px;
    font-size: 20px;
	font-family: "Archivo Black", sans-serif;
  }

  .hero {
    padding-bottom: 3rem !important;
    background-position: center;
  }

  .audio .col-lg-3,
  .speaker .col-lg-3 {
    display: none;
  }

  .audios.d-flex {
    flex-direction: column;
    justify-content: flex-start !important;
    align-items: flex-start !important;
    gap: 10px !important;
  }

  .audios * {
    width: 100%;
  }

  .footer img {
    width: 200px;
    display: block;
    margin: auto;
  }

  .contact .col-md-6:first-child {
    margin-bottom: 15px;
  }

  .big-footer * {
    text-align: center;
  }
}