.car-brand {
    width:100px;
    pointer-events: none;
}
.page-header {
    min-height:80vh
}
h1,h2, h3, .font-600 {
    font-weight:600;
}
.cta-button {
    font-size:20px;
    padding:10px 20px;
}
.twentytwenty-container img {
    min-width: 100%;
    max-width: 100%;
}
.page-header {
    background-position: bottom;
    background-color: rgba(0, 0, 0, 0);
}
.page-header .filter::after {
    background-color:rgba(0, 0, 0, 0);
}
.page-header .title, .page-header .info-title, .carousel-caption .title, .carousel-caption .info-title, .page-header .description {
    color:#000;
}
.blockquote {
    border:none;
}
.section-dark .blockquote {
    color:#fff;
}
.big-car {
    background-size: cover;
    background-position: bottom;
    height:80vh;
}
.big-car h2 {
    font-size:4rem;
}
.closing-tool .lni {
    font-size:3rem;
    color: #ff9900;
}
.closing-tool h2 {
    font-size:3.8rem;
}
.closing-tool h5 {
    font-weight: 600;
}
.cta-bg {
    background-color:#ff9900;
}
.btn-cta {
    background-color: #fff;
    color: #ff9900;
    font-size: 1rem;
    padding: 1rem 3rem;
    border-color: #fff;
}
.btn-primary {
    background-color: #ff9900;
    border-color: #ff9900;
    color:#fff;
}

.btn-primary:focus, .btn-primary:active {
    background-color:#ff9900;
    border-color:#ff9900;
}
.btn-cta:hover, .btn-primary:hover {
    background-color:#b36b00;
    border-color:#b36b00;
    color:#fff;
}
.cta-bg h3 {
    color:#fff;
}
a {
    color:#000;
}
a:hover {
    color: #b36b00;
}
.navbar a {
    font-weight:600;
    font-size:1rem;
}
.navbar-brand img {
    max-height:66px
}
.navbar-brand {
    padding:0 !important;
}
.page-header {
    margin-top: 60px;
}
.big-car .font-600 {
    background-color:rgba(255,255,255, 0.75);
    box-shadow: 0px 0px 8px rgb(255 255 255 / 75%);
}


@media screen and (max-width: 992px) {
    .page-header {
    min-height: 100vh;
   }
  }