html {
    --main-background-color: #000000;
    --main-foreground-color: white;
    --highlight-background-color: #e7d705;
    --highlight-foreground-color: var(--main-background-color);
    --gallery-background-color: white;
    --gallery-color: var(--main-background-color);
    --gallery-caption-color: var(--col-primary);
    --price-background-color: black;
    --price-color: white;
    --price-row-background-color: var(--main-background-color);
    --price-row-alternate-background-color: #012638;
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: var(--main-background-color);
}

.protection-pack-bg{
    max-width: 100vw!important;
    background: var(--highlight-background-color);
}

.protection-pack-bg .cti-text .header-container h2 {
    background-color: #013145!important;
    color: white!important;
}

.protection-pack-bg .cti-text .nomargins p {
    color: black!important;
    max-width: 90%!important;

}

.tech-spec {
    background: #013145;
}

.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;
}

.price-section + .price-section {
    padding-top: 0;
}


.price-section + .price-section .content{
    padding-top: 0;
}

.first-section-header{
    font-weight: bold;
}

.first-section .header-container h2{
    margin-bottom: 0;
}


@media only screen and (max-width: 1100px)   {
    .first-section-header{
        text-align: center;
    }
}

