/* Theme matching old index.html / style-new.css */
body {
    font-family: 'Alfa Slab One', serif;
    color: #FFFFFF;
}

.background {
    background-image: url('../files/master_bg.jpg');
    background-position: top left;
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
}

.container.tcbmwx5-container {
    position: relative;
    z-index: 1;
}

@media (min-width: 1200px) {
    .container.tcbmwx5-container {
        min-width: 1200px;
    }
}

.tcbmwx5-container img {
    max-width: 100% !important;
}

.tcbmwx5-container h1,
.tcbmwx5-container h2 {
    color: #FFFFFF;
    line-height: 58px;
    font-size: 48px;
    font-family: 'Alfa Slab One', serif;
    font-weight: 400;
}

.tcbmwx5-container h1 {
    font-size: 42px;
    line-height: 56px;
}

.tcbmwx5-container h1 span {
    color: #FFBD00;
    line-height: 65px;
    font-size: 52px;
}

h1.large_red {
    line-height: 65px;
    font-size: 52px;
    color: #FF0000;
}

.tcbmwx5-container h3 {
    line-height: 50px;
    font-size: 33px;
}

.car-image {
    padding-top: 25px;
}

.car-image h3,
.car-image h2 {
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif !important;
}

.car-image h2 {
    font-size: 26px;
    line-height: 30px;
}

@media (min-width: 992px) {
    .car-image {
        margin-left: -50px;
    }
    .car-image h3,
    .car-image h2 {
        margin-left: 50px;
    }
}

.tcbmwx5-container h4 {
    font-size: 28px;
    color: #FFFFFF;
}

.tcbmwx5-container h5 {
    font-size: 20px;
    color: #FFFFFF;
}

.tcbmwx5-container p {
    line-height: 23px;
    font-size: 15px;
    font-family: 'PT Sans', sans-serif;
    color: #FFFFFF;
}

.tcbmwx5-container i {
    color: #FFBD00;
    font-style: normal;
}

.tcbmwx5-container h6 {
    font-size: 57px;
    margin-left: 20px;
    color: #FFFFFF;
    position: relative;
}

.tcbmwx5-container h6 span {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 15px;
}

br[class*="spacer"] {
    content: " ";
    display: block;
}

.spacer-xs {
    line-height: 10px;
    margin-bottom: 10px;
}

.spacer-sm {
    line-height: 20px;
    margin-bottom: 20px;
}

.spacer-md {
    line-height: 40px;
    margin-bottom: 40px;
}

.spacer-lg {
    line-height: 60px;
    margin-bottom: 60px;
}

.spacer-xl {
    line-height: 80px;
    margin-bottom: 80px;
}

.footer.tcbmwx5-footer {
    background-image: url('../files/iphone_backsplash772x381.png');
    background-position: center;
    background-size: 65% auto;
    background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    color: #FFFFFF;
}

.tcbmwx5-container .form-control {
    font-family: Arial, Helvetica, sans-serif !important;
    color: #000 !important;
}

.tcbmwx5-container .btn-warning,
.tcbmwx5-container .btn-default {
    border-radius: 10px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif !important;
    background-color: #ec971f;
    color: #000;
}

.tcbmwx5-container .btn-warning:hover,
.tcbmwx5-container .btn-default:hover {
    background-color: #eea236;
    color: #000;
}

.tcbmwx5-container .footer.tcbmwx5-footer h3,
.tcbmwx5-container .footer.tcbmwx5-footer h5,
.tcbmwx5-container .footer.tcbmwx5-footer p {
    color: #FFFFFF;
}

.tcbmwx5-container .footer.tcbmwx5-footer a {
    color: #FFBD00;
}

.tcbmwx5-container .footer.tcbmwx5-footer a:hover {
    color: #fff;
}

/* Product block payment link as button */
.tcbmwx5-container .product-payment-link {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ec971f;
    color: #000;
    font-weight: 700;
    border-radius: 10px;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif !important;
}

.tcbmwx5-container .product-payment-link:hover {
    background-color: #eea236;
    color: #000;
}

.tcbmwx5-container .product-description ul,
.tcbmwx5-container ul {
    list-style: disc;
    padding-left: 1.5rem;
    margin: 0.5em 0;
}

.tcbmwx5-container ul a {
    color: #FFBD00;
}

.tcbmwx5-container ul a:hover {
    color: #fff;
}

/* Footer breadcrumbs area: links white, underlined, not bold */
#breadcrumbs a {
    color: #fff !important;
    text-decoration: underline;
    font-weight: normal;
}

#breadcrumbs a:hover {
    color: #fff !important;
    text-decoration: underline;
}

/* Mobile-friendly: smaller typography and spacing */
@media (max-width: 767px) {
    .tcbmwx5-container h1,
    .tcbmwx5-container h2 {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    .tcbmwx5-container h1 span {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    .tcbmwx5-container h3 {
        font-size: 1.25rem;
        line-height: 1.4;
    }
    .tcbmwx5-container h4 {
        font-size: 1.15rem;
        line-height: 1.35;
    }
    .tcbmwx5-container h5 {
        font-size: 1rem;
    }
    .tcbmwx5-container p {
        font-size: 0.9375rem;
    }
    h1.large_red {
        font-size: 2rem;
        line-height: 1.2;
    }
    .car-image h2 {
        font-size: 0.95rem;
        line-height: 1.35;
    }
    .spacer-lg {
        line-height: 2rem;
        margin-bottom: 2rem;
    }
    .spacer-sm {
        line-height: 1rem;
        margin-bottom: 1rem;
    }
    .tcbmwx5-container .product-block .large_red {
        margin-bottom: 0.5rem;
    }
    .tcbmwx5-container .product-block img {
        margin-bottom: 0.5rem;
    }
}

