html {
  scroll-behavior: smooth;
}

body {
  font: 400 15px/1.8 Lato, sans-serif;
  color: #fff;
  background-color: #1d1d1f;
  font-family: "Open Sans", sans-serif;
}

h1,
h2,
h3,
h4 nav a {
  font-family: "Raleway", sans-serif;
}

h2,
h3,
h4 {
  margin: 10px 0 30px 0;
  letter-spacing: 5px;
  font-size: 20px;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.container {
  padding: 80px 120px;
}

.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url("../img/hero.webp");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  position: relative;

  .hero-text {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: #fff;

    h1 {
      font-size: 60px;
    }

    p {
      font-size: 40px;
    }
  }
}

.color-golden {
  color: #ffb220;
}

#band p,
.band-about ul li {
  line-height: 2;
  letter-spacing: 1px;
}

.band-about ul li {
  margin: 10px;
  transition: 0.3s;
}

.band-about ul li:hover {
  transform: scale(1.2);
  cursor: default;
}

.heading-trumpet {
  display: none;
}

.li-trumpet {
  display: inline;
}

.map {
  background-color: #2d2d30;
  iframe {
    width: 100%;
    height: 400px;
  }
}

.error {
  color: red;
  opacity: 0;
}

.confirm-sent {
  opacity: 0;
}

@media (max-width: 992px) {
  .container {
    width: 100%;
    padding: 80px 20px;
  }

  .band-about > div {
    margin-bottom: 60px;
  }

  .contact-text {
    text-align: center;
  }

  .heading-trumpet {
    display: inline;
  }

  .li-trumpet {
    display: none;
  }
}

.btn {
  padding: 10px 20px;
  background-color: #333;
  color: #f1f1f1;
  border-radius: 0;
  transition: 0.2s;
}

.btn:hover,
.btn:focus {
  border: 1px solid #333;
  background-color: #fff;
  color: #000;
}

.modal-header,
h4,
.close {
  background-color: #333;
  color: #fff !important;
  text-align: center;
  font-size: 30px;
}

.modal-header,
.modal-body {
  padding: 40px 50px;
}

.nav-tabs li a {
  color: #777;
}

.navbar {
  font-family: Montserrat, sans-serif;
  margin-bottom: 0;
  background-color: #2d2d30;
  border: 0;
  font-size: 11px !important;
  letter-spacing: 4px;
  opacity: 0.9;
}

.navbar li a,
.navbar .navbar-brand {
  color: #d5d5d5 !important;
}

.navbar-nav li a:hover {
  color: #fff !important;
  transition: 0.3s;
}

.navbar-nav li.active a {
  color: #fff !important;
  background-color: #29292c !important;
}

.navbar-default .navbar-toggle {
  border-color: transparent;
}

.open .dropdown-toggle {
  color: #fff;
  background-color: #555 !important;
}

footer {
  background-color: #2d2d30;
  color: #f5f5f5;
  padding: 32px;
}

footer a {
  color: #f5f5f5;
  transition: 0.3s;
}

footer a:hover {
  color: #777;
  text-decoration: none;
}

.form-control {
  border-radius: 0;
}

textarea {
  resize: none;
}
