.photos-hr {
  width: 70px;
  height: 1px;
  opacity: 1;
  color: #6b8592;
  padding: 10px;
}

.services-hr {
  width: 45px;
  height: 1px;
  opacity: 1;
  color: #6b8592;
  margin-left: 30px;
}

.footer-hr {
  width: 45px;
  height: 1px;
  opacity: 1;
  color: #6b8592;
}

.about-hr {
  width: 70px;
  height: 1px;
  opacity: 1;
  color: #f9f9f2;
  padding: 10px;
}

.button-styles {
  font-size: 16px;
  color: #f9f9f2;
  background: #6b8592;
  font-family: 'Manrope';
  border: none;
  box-shadow: 2px 2px 2px 2px rgba(85,85,85,0.14);
  height: 60px;
  width: 200px;
  margin: 30px;
  text-transform: uppercase;
}

.discography-button-styles {
  font-size: 14px;
  color: #6b8592;
  background: #f9f9f2;
  font-family: 'Manrope';
  border: solid;
  border-width: 1px;
  border-color: #6b8592;
  height: 45px;
  width: 120px;
  text-transform: uppercase;
}

a {
  color: var(--bs-primary);
  text-decoration: none;
}

a:hover {
  color: var(--bs-primary);
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 50px;
  height: 5px;
  padding: 0;
  margin-right: 3px;
  margin-left: 3px;
  margin-top: 80px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #aaaaaa;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 0.5 !important;
  transition: opacity .6s ease;
}

.carousel-indicators [data-bs-target].active {
  background-color: #6b8592;
  opacity: 1;
}

.footer-icons:hover {
  color: #6b8592;
}

.footer-icons {
  font-size: 30px;
  color: #f9f9f2;
  border: solid;
  border-width: 1px;
  width: 50px;
  height: 50px;
}

@media (max-width: 768px) {
  .img-logo {
    width: 130px !important;
  }
}

@media (min-width: 576px) {
  .navbar-toggler-mobile {
    padding-right: 50px !important;
  }
}

@media (max-width: 992px) {
  .video-height {
    height: 450px;
  }
}

@media (min-width: 992px) {
  .nav-item-margin {
    margin-top: 150px !important;
    margin-left: 150px !important;
  }
}

.navbar-nav .nav-link.active, .navbar-nav .show > .nav-link {
  color: #aaaaaa;
  font-size: 24px;
}

.nav-link {
  color: #f9f9f2;
  font-size: 24px;
}

.nav-link:focus, .nav-link:hover {
  color: #aaaaaa;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  background-image: url("/assets/img/icon-menu-burger-x.png");
  background-position: center;
  background-size: contain;
}

@media (max-width: 576px) {
  .discography-row-mobile {
    height: 150px !important;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: rgba(10,10,10,0.01);
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.accordion-item {
  color: #444444;
  background-color: #f9f9f2;
  font-size: 16px;
  font-family: 'Manrope';
  border: none !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  color: #6b8592;
  text-align: left;
  background-color: #f9f9f2 !important;
  border: none;
  border-bottom: solid;
  border-color: #ced4da;
  border-width: 1px;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
  font-family: 'Manrope';
  font-size: 20px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.accordion-button:not(.collapsed) {
  color: #6b8592;
  box-shadow: none;
}

.accordion-button:focus {
  z-index: 3;
  border-color: #ced4da;
  outline: 0;
  box-shadow: none !important;
}

.collapsed > span.navbar-toggler-icon {
  background-image: url(/assets/img/icon-menu-burger.png) !important;
}

.navbar-toggler:focus {
  /*text-decoration: none;*/
  /*outline: 0;*/
  box-shadow: none !important;
}

