html {
    --main-background-color: #374244;
    --main-foreground-color: white;
    --highlight-background-color: #E6D700;
    --highlight-foreground-color: #0b2533;
    --gallery-background-color: white;
    --gallery-color: var(--main-background-color);
    --gallery-caption-color: var(--highlight-background-color);
    --price-background-color: black;
    --price-row-background-color: var(--main-background-color);
    --price-row-alternate-background-color: #012638;
    --price-color: white;
    --tech-spec-alternate-background: #012638;
    --contact-panel-form-background: var(--main-background-color);
}

.first-section h2 {
    color: white;
}

.first-section h3 {
    color: #b3b3b3;
    text-transform: uppercase;
}
.margin-left{
    margin-left: 15px;
}

.black-marker{
    margin: 0!important;
}

.black-marker::before{
        content: "";
        display: inline-block;
        width: 7px;
        height: 7px;
        background-color: black;
        margin-right: 5px;
        border: 1px solid white;
        border-radius: 5px;
}

.black-background{
    background: linear-gradient(45deg, #000 0%, #232323 50%, #000 100%)!important;
}

.p-with-marker.no-margin-bottom{
    margin-bottom: 0!important;
}

.gallery-custom-within{
    background: var(--main-background-color)!important;
}

.custom-gallery .content{
    background: var(--main-background-color);
}

.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;
}

.first-section .cti-text .nomargins{
    justify-content: space-around;
}
