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: 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;
}

.multi-images {
    display: flex;
    flex-direction: column;
}

.multi-images .content {
    display: flex;
    align-items: center;
}

.city-pack-caption {
    background: white !important;
    color: var(--main-background-color) !important;
}

.tech-spec {
    background-color: #013145;
    color: white;
}

.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
}

.images-content {
    display: flex;
    flex-direction: row;
    width: 90%;
    margin: 0 5%;
}

.images-content .content {
    flex-direction: column-reverse !important;
}

.multiple-images-description {
    display: flex;
    justify-content: center;
    text-align: justify;
}

.multiple-images-description p {
    width: 90%;
}

.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;
}

.price-section .price-table-content table tbody tr {
    background-color: white !important;
}

.price-section .price-table-content table tbody td {
    color: black;
}

.price-section .price-table-content table tbody tr:nth-child(n+2) {
    content: "";
    border-top: 5px solid black;
}

.price-section + .price-section {
    padding-top: 0;
}

.price-section + .price-section .content {
    padding-top: 0;
}

.content-narrow {
    padding: 2.5em 0 0 0 !important;
}

.protection-section .images-content .content {
    margin: 0;
}

@media only screen and (max-width: 1100px) {

    .multiple-images-description p {
        width: 75%;
    }

}