html {
    --main-background-color: black;
    --main-foreground-color: white;
    --highlight-background-color: #0098db;
    --highlight-foreground-color: white;
    --gallery-background-color: white;
    --gallery-color: var(--main-background-color);
    --gallery-caption-color: var(--main-background-color);
    --price-background-color: black;
    --price-color: var(--main-background-color);
    --price-row-background-color: var(--main-foreground-color);
    --price-row-alternate-background-color: #012638;
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: #013145;
}

.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;*/
/*}*/

.price-table-disclaimers {
    color: white;
}

.price-section .content h2 {
    color: white !important;
}


.more-info .nomargins {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.contact-panel h4 {
    color: white;
}

.price-table td {
    color: var(--main-background-color);
}

.multiple-images-description {
    display: flex;
    justify-content: center;
    text-align: justify;
}

.multiple-images-description p {
    width: 90%;
    text-align: center;
}


.images-content {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 5%;
}

.images-content .content {
    flex-direction: column-reverse !important;
}


.images-content .cti.reverse .cti-text .header-container h2 {
    font-size: 1rem !important;
    padding: 0;
    text-align: center;
}

.images-content .cti-img {
    max-width: 100% !important;
    margin: 0 !important;
    display: flex;
    justify-content: center;
}

.images-content .cti-img img {
    max-width: 95% !important;
}

.images-content .cti {
    align-items: center;
}

.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%;
    font-size: 1rem;
}


.custom-color {
    color: #F9E701;
    font-weight: bold;
}

.year-content a:not(.active) {
    color: white !important;
}

.year-header {
    color: white;
}