html {
    --main-background-color: black;
    --main-foreground-color: white;
    --highlight-background-color: #EE1C25;
    --highlight-foreground-color: white;
    --gallery-background-color: white;
    --gallery-color: #013145;
    --gallery-caption-color: #013145;
    --price-background-color: black;
    --price-color: white;
    --price-row-background-color: var(--main-foreground-color);
    --price-row-alternate-background-color: #012638;
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: #013145;
}


.dotted-section.dotted-subtitles .plain-bar{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.dotted-section.dotted-subtitles .plain-bar h3 {
    width: 70%;
    color: white!important;
    font-size: 1rem;
}

.container img{
    width: 100%;
    height: auto;
    display: block;
}

.container {
    position: relative;
}

.photo-with-text{
    padding: 0;
    width: 100%;
}

.container .caption-container {
    position: absolute;
    top: 50%;
    left: 49%;
    height: 50%;
    width: 50%;
    background-color: rgba(198, 202, 205, 0.7);
    display: flex;
    flex-direction: column;
    padding: 2rem;
}

.container .caption-container h2 {
    text-transform: uppercase;
    color: black;
    font-size: 1.5vw;
}

.container .caption-container p{
    color: black;
    font-size: 1vw;
}

.container .caption-container .disclaimer{
    font-size: 0.8vw;
}

.tech-spec {
    background-color: #013145;
    color: white;
}

.contact-panel-form-input:only-child label{
    color: #ee1c25!important;
}

.action-box .cta-button{
    background-color:  #ee1c25!important;
}

.contact-panel-form-row .agreement-trigger{
    color: #ee1c25!important;
}

.req {
    color: #ee1c25!important;
}

.footer{
    margin-top: 0!important;
}

.new-tech-bar {
    background-color: var(--main-background-color)!important;
}

.new-tech-bar .dot-container-content{
    background-color: var(--main-background-color)!important;
}

.new-tech-bar .dot-container-item{
    background-color: var(--main-background-color)!important;
}

.slider-new-tech{
    background-color: var(--main-background-color)!important;
}

.custom-caption{
    background-color: white;
}

.more-info .nomargins {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.contact-panel h4 {
    color: white;
}

.colour-gallery .content{
    max-width: 95vw;
}

.price-section .price-table-content table tbody tr{
    background-color:  #013145!important;
}

.price-section .price-table-content table tbody td{
    color: var(--main-foreground-color);
}

.price-section .price-table-content table tbody tr:nth-child(n+2){
    content: "";
    border-top: 5px solid black;
}

@media only screen and (max-width: 1100px) {



    .more-info .nomargins{
        margin: 2rem 0;
    }


    .more-info .nomargins {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

}






