html {
    --main-background-color: #013145;
    --main-foreground-color: white;
    --highlight-background-color: #657b78;
    --highlight-foreground-color: white;
    --gallery-background-color: white;
    --gallery-color: black;
    --gallery-caption-color: var(--highlight-background-color);
    --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);
}

.design-slider .cti-img{
    display: flex;
    align-items: center;
}

.intro-section h2{
    color: #b3b3b3;
}

.custom-section{
    background: var(--main-background-color);
    color: white;
}
.custom-section h2 {
    color: var(--main-background-color);
    height: fit-content;
    background: var(--highlight-background-color);
}

.custom-section .cti-text {
    display: flex;
    flex-direction: column;
}

.custom-section .cti-text .nomargins {
    display: flex;
    flex-direction: column;
    align-items: end;
    height: 100%;
    justify-content: space-around;
}


.tech-spec {
    background-color: #013145;
    color: white;
}

.contact-panel-form-row .agreement-trigger {
    color: #ee1c25 !important;
}

.req {
    color: #ee1c25 !important;
}

.footer {
    margin-top: 0 !important;
}

.contact-panel-form-input:only-child label {
    color: #ee1c25 !important;
}

.contact-panel-header + h4 {
    color: white;
}

.more-info .nomargins {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.more-info .nomargins .cta-button {
    background-color: var(--main-foreground-color);
}

.tech-spec + .cta-line {
    top: 0 !important;
    background: linear-gradient(to bottom, transparent 1.4em, var(--highlight-background-color) 1.4em, var(--highlight-background-color) 1.8em, black 1.8em) !important;
}

.order-offer-container{
    display: flex;
    width: 100%;
    justify-content: end;
}

@media (max-width: 1100px) {

    .mobile-center{
        margin-bottom: 25px;
        width: 100%;
    }
}

.custom-color{
    color: #F9E701;
    font-weight: bold;
}