:root {
    --bs-primary: #2b3445;
    --bs-warning: #d0ad6d;
}

html, body {
    font-family: 'Neuron Light', sans-serif;
    font-size: 16px;
}

/** COMMON **/
#about, #gallery, #layout, #parking, #hall, #contacts  {
    scroll-margin-top: 62px;
}


a {
    text-decoration: none;
}

.btn-warning,
.bg-warning {
    background: var(--bs-warning) !important;
}

.bg-primary {
    background: var(--bs-primary) !important;
}

.btn-outline-secondary {
    border-color: white !important;
    color: white;
}

.text-primary {
    color: var(--bs-primary) !important;
}

.text-warning {
    color: var(--bs-warning) !important;
}

#glightbox-slider .gslide-image {
    background: white !important;
}

.nav-tabs .nav-link {
    color: white;
}

.nav-tabs .active {
    border-color: var(--bs-warning) !important;
    background: var(--bs-warning) !important;
}

.cursor-pointer {
    cursor: pointer;
}

/** HEADER **/
.icon-link {
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-link i {
    margin-top: -3px;
}

.header-line {
    background: #141a25;
}

.header-line a {
    color: #141a25;
}

.header {
    height: 100svh;
    background: url("../img/header.png") 50% 50% no-repeat;
    background-size: cover;
}

.header .navbar a {
    color: white;
}

.header .navbar a.active {
    text-decoration: underline var(--bs-warning) !important;
}

.logo-text, .logo-text-sub {
    font-family: "Crimson Pro", serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
    color: var(--bs-warning);
}

.logo-text {
    line-height: 42px;
}

/** SECTIONS **/
.separator .sep-line{
    height: 4px;
    background: #c1c2c5;
    width: 42px;
}

.separator .sep-dot {
    width: 8px;
    height: 8px;
    background: var(--bs-warning);
}

.section-number {
    background: url("../img/bg-number.png") 50% 50% no-repeat;
    background-size: cover;
}

.section-number .sn-number {
    font-family: 'Neuron DemiBold', sans-serif;
    font-size: 8rem;
    line-height: 150px;
}

.section-number .sn-text {
    line-height: 40px;
}

.section-jump-map {
    background: url("../img/bg-map.png") 50% 50% no-repeat;
}

.section-gallery .sg-body {
    background: var(--bs-primary);
}

.info-block.ib-multiline .ib-line {
    line-height: 30px;
}

@media (max-width: 992px) {
    #id_navbar {
        background: var(--bs-warning);
        position: absolute;
        top: 60px;
        padding: 0 1rem;
        right: 0.75rem;
    }

    #id_navbar .active:after {
        content: " «";
    }

    .info-block.ib-multiline .ib-line {
        line-height: 24px;
    }
}

