body {
    font-size: 16px;
    line-height: 1.5;

    @media (min-width: 544px) {
        font-size: 16px;
    }

    @media (min-width: 768px) {
        font-size: 16px;
    }
}


#site-navigation .menu-wrapper a {
    color: #fff;

    @media (min-width: 768px) {
        color: #000;
    }
}

#site-navigation ul.menu-items > li + li {
    border-top-color: #fff;
}

#site-header .controls .slides_tabs li a {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin: 0 4px;
    border-width: 2px;
}

#site-header .controls .slides_nav .icons-wrapper {
    background-color: #000;
    text-align: center;
    border-radius: 4px;
    opacity: 1;
}

#site-header .controls .slides_tabs {
    background-color: #000;
    padding: 10px;
    border-radius: 50px;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
}

#site-footer .gray-area,
#site-footer .black-area,
#site-footer a {
    color: #fff;
}

#site-footer a:hover {
    color: #fff;
    text-decoration: underline;
}

#site-footer .footer-button {
    border: 1px solid #fff;
}

h2 .headline-preline {
    color: #575757;
}

label,
small,
.contact-row .contact-column .openings {
    font-size: 16px;
}

.img-wrapper .image-description {
    color: #000;
}