body {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    background: #ffffff;
    color: #242424;
    padding-top: 120px !important;
}

h1,
h2 {
    font-weight: 800;
    border-bottom: 1px #d80e00 solid;
    margin-top: 50px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}

hr {
    color: #DDDDDD;
    border: none;
    background-color: #DDDDDD;
    opacity: 1;
}

.navbar.bg-dark {
    background-color: #242424 !important;
    min-height: 110px;
    box-shadow: 1px 10px 31px -9px rgba(255, 255, 255, 0.75);
    -webkit-box-shadow: 1px 10px 31px -9px rgba(255, 255, 255, 0.75);
    -moz-box-shadow: 1px 10px 31px -9px rgba(255, 255, 255, 0.75);
}

.navbar-brand img,
#footerlogo {
    width: 220px;
    margin: 15px 0;
}

.navbar-nav {
    background: #242424;
}

.icon {
    height: 24px;
}

#footer .icon {
    height: 50px;
    padding: 10px 15px;
}

/* -------------------------------------------------- */

.block {
    padding-top: 120px;
    padding-bottom: 120px;
}

.colblock {
    padding: 50px;
    margin-top: 120px;
    margin-bottom: 120px;
}

.colblock-img {
    margin: -50px -50px 0 -50px;
}

.colblock-dark,
.block-dark {
    background-color: #242424;
    color: #ffffff;
}

/* -------------------------------------------------- */

.btn-primary,
.btn-primary:visited {
    background-color: #d80e00;
    border-color: #d80e00;
    color: #ffffff;
    font-weight: 800;
    padding-left: 3em;
    padding-right: 3em;
}

.btn-primary:hover {
    background-color: #DDDDDD;
    border-color: #DDDDDD;
    color: #242424;
}

.btn-link,
.btn-link:visited {
    text-decoration: none;
    color: #d80e00;
    font-weight: bold;
}

.btn-link:hover {
    color: #DDDDDD;
}

/* -------------------------------------------------- */

#mainimg {
    background: #DDDDDD no-repeat center;
    background-size: cover;
}

#footer a,
#footer a:visited {
    text-decoration: none;
    color: inherit !important;
}

#footer a:hover {
    text-decoration: underline;
}

.navbar .contact-bar {
    position: absolute;
    top: 1em;
    right: 1.25em;
    z-index: 1030;
}

.contact-bar .cb-item {
    white-space: nowrap;
}

/* -------------------------------------------------- */

@media screen and (max-width: 992px) {

    .navbar {
        padding-top: 25px;
        padding-bottom: 0;
    }

    .navbar .contact-bar {
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
        position: fixed;
        background-color: #464646;
        padding: 4px 0 2px;
    }

    .navbar .contact-bar .cb-item {
        display: inline !important;
    }

    .navbar-collapse {
        flex-basis: 100%;
        flex-grow: 1;
        align-items: center;
    }

    .navbar-nav {
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 1rem;
        margin-bottom: 1rem;
    }

    .navbar-nav .nav-link {
        padding-left: .5em;
        padding-right: .5em;
        text-wrap: nowrap;
    }

    .block {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .colblock {
        padding: 25px;
        margin-top: 60px;
        margin-bottom: 60px;
    }

    .colblock-img {
        margin: -25px -25px 0 -25px;
    }
}

@media screen and (max-width: 767px) {
    #mainimg {
        background: none !important;
        position: relative;
        margin-top: -20%;
    }

    #mainimg .colblock {
        margin-bottom: 0;
    }

    .colblock-xs {
        padding-left: 25px;
        padding-right: 25px;
    }

    .navbar-brand {
        margin-left: 15px;
    }
}

@media screen and (max-width: 576px) {
    .navbar .contact-bar .social-icon {
        display: none !important;
    }
}

@media screen and (max-width: 364px) {
    .navbar {
        padding-top: 50px;
    }
}