html {
    --main-background-color: #c8cfd5;
    --main-foreground-color: #013145;
    --highlight-background-color: #ED1C24;
    --highlight-foreground-color: white;
    --gallery-background-color: white;
    --gallery-color: var(--main-foreground-color);
    --gallery-caption-color: var(--main-foreground-color);
    --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: var(--main-foreground-color);
}

.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;
}

.colour-gallery p{
    margin: 0;
}

.notice{
    font-size: 0.8rem;
    margin: 0;
    width: 100%;
}




@media (max-width: 1400px) {
    .container .caption-container {
        position: relative;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        padding: 2rem;
    }

    .container .caption-container h2 {
        font-size: 3.5vw;
    }

    .container .caption-container p{
        font-size: 2.5vw;
    }

    .container .caption-container .disclaimer{
        font-size: 1.8vw;
    }

    .more-info .nomargins{
        margin: 2rem 0;
    }
}




