body {
  background-color: black;
}
.bg-yellow {
  background-color: #ffbf00;
}
.bg-black {
  background-color: #000;
}
.ytext,
.nav-item.active a.nav-link:hover {
  color: #ffbf00;
}

.nav-item {
  font-size: 1.1rem;
}

.darkCard {
  background-color: #000000;
  color: #fff;
}

.motor {
  background-image: url("../assets/Engine.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sectionTitle {
  font-weight: 700;
  letter-spacing: 0.2rem;
  font-size: 2.2rem;
  text-transform: uppercase;
  opacity: 0.9;
}

.top-bar {
  padding: 5px;
}
.social svg {
  height: 17px;
  color: black;
}

.borderRadius {
  border-radius: 15px;
}

.bolded {
  font-weight: 600;
  color: #000;
}

#navbar,
.dropdown-menu.show,
.dropdown-menu {
  font-weight: 600;
  font-size: 1.1rem;
}

#carouselExampleControls .carousel-indicators li.active {
  background-color: #d19d00;
}

.dropdown-menu {
  width: fit-content;
}

#Logo {
  max-height: 150px;
  max-width: 200px;
}

.logo {
  max-height: 70px;
  max-width: 80px;
}

.circle {
  box-sizing: border-box;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  margin-bottom: 2rem;
}

.sizer svg {
  height: 75px;
  overflow: none;
}

#mc-embedded-subscribe.button {
  font-weight: 700;
}

#mc-embedded-subscribe.button:hover {
  color: #ffbf00;
}

a.contacts,
a.contacts:hover,
a.contacts:visited {
  display: block;
  color: #fff;
  text-decoration: none;
}

iframe {
  width: 100%;
  height: 100%;
  max-height: 300px;
  min-height: 250px;
  border-radius: 15px;
}

.social-footer svg {
  height: 17px;
  color: #ffbf00;
}

.modal-img {
  width: 100%;
}

span.descript {
  display: block;
  font-size: 0.7rem;
  font-weight: 500;
}

.lista li {
  list-style: disc;
  color: #00000099;
  padding: 1rem, 0;
}

@media screen and (max-width: 560px) {
  #Logo {
    max-height: 60px;
    max-width: 120px;
  }
}

#cookies {
  background-color: #ffbf00;
  color: #000;
  position: fixed;
  z-index: 2000;
  bottom: -100vh;
  left: 0;
  opacity: 0;
  transition: bottom 1s ease-in-out, opacity 1.2s ease-in-out;
}

#cookies .col-12 {
  padding: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#cookies.show {
  opacity: 1;
  bottom: 0;
}

.cookies {
  border: none;
  border-radius: 0.4rem;
  padding: 0.5rem 1rem;
  background-color: #fff;
  font-weight: 600;
}

@media screen and (max-width: 560px) {
  #cookies .col-12 {
    flex-direction: column;
    padding-bottom: 2rem;
  }
}
