html {
    box-sizing: border-box;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

* {
    box-sizing: inherit;
}

body,
html {
    scroll-behavior: smooth;
    height: 100%;
    margin: 0;
    font: 400 20px/1.8 "Segoe", sans-serif;
    background-color: #282E34;
    color: #ffffff;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.show-inline {
    display: inline-block !important;
}

.img_bg {
    position: relative;
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #282E34;
}

#img_bg_1 {
    background-image: url("media/exhibit_1.jpg");
}

#img_bg_2 {
    background-image: url("media/exhibit_2.jpg");
    background-position: center;
}

#img_bg_3 {
    background-image: url("media/exhibit_3.jpg");
}

#img_bg_4 {
    background-image: url("media/exhibit_4.jpg");
}

#consulting .icon div {
    background-image: url("media/consulting.svg");
}

#planning .icon div {
    background-image: url("media/planning.svg");
}

#assembly .icon div {
    background-image: url("media/assembly.svg");
}

#maintenance .icon div {
    background-image: url("media/maintenance.svg");
}

#contact .icon div {
    background-image: url("media/contact.svg");
}

.chains {
    border: dashed 16px #282e34;
    border-image: url('media/chain.png') 77 round;
    border-top: none;
    border-bottom: none;
    position: absolute;
    display: block;
    height: 100%;
    width: 80%;
    margin-left: 10%;
}

.chains div {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    padding: 10px 20px;
    border: #a52626 solid 5px;
    background-color: #282E34;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    font-size: 28px;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
    box-sizing: content-box !important;
}

.navigation {
    position: fixed;
    background: inherit;
    width: 100%;
    top: 0;
    z-index: 1;
    box-shadow: 0 10px 15px 0 #00000040
}

.navigation-bar,
.navigation-menu {
    overflow: hidden;
}

.navigation-menu {
    width: 100%;
}

.navigation-bar a,
.navigation-menu a {
    color: #afafaf;
    text-align: center;
    padding: 8px 16px;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 2px;
}

.navigation-bar a {
    display: inline-block;
}

.navigation-bar a:hover {
    background: linear-gradient(180deg, #313840 50%, #282E34 100%);
}

.navigation-menu a {
    display: block;
}

.navigation-menu a:hover {
    background: linear-gradient(90deg, #282E34 0%, #313840 33%, #313840 67%, #282E34 100%);
}

.title {
    text-align: center;
    padding-top: 65px;
}

.description,
.description div {
    text-align: center;
    line-height: 1.5;
}

.description .claim {
    margin: 0px;
}

.seperator {
    width: 100%;
    background: #a52626;
}

.gradient {
    background: linear-gradient(90deg, #a5262600 0%, #a52626ff 33%, #a52626ff 67%, #a5262600 100%);
}

.section {
    display: table;
    border-collapse: separate;
}

.section .icon div {
    background-color: #a52626;
    background-position: center;
    background-repeat: no-repeat;
}

.section .content .caption {
    text-transform: uppercase;
    margin-top: 0px;
}

.section .content .text {
    margin-top: 0.5em;
}

#contact .text div {
    padding: 10px 0px;
    line-height: 1.2;
}

#contact .text img {
    width: 20em;
}

.footer {
    text-align: center;
    width: 100%;
}

.footer div {
    display: block;
}

.footer span {
    color: #767676;
    font-size: 16px;
}

.footer span:not(:last-child) {
    border-right: solid 1px #767676;
}

a {
    color: inherit;
}

@media (min-width:993px) {

    .hide-large {
        display: none !important
    }

    .title img {
        padding: 15px 25px;
        min-width: 950px;
        max-width: 1100px;
        width: 75%;
    }

    .description,
    .description div {
        margin: 20px;
    }

    .seperator {
        height: 5px;
    }

    .description .claim {
        letter-spacing: 5px;
        font-size: 28px;
    }

    .img_bg {
        background-attachment: fixed;
        min-height: 65%;
    }

    .footer span {
        display: inline;
        padding: 0em 3em;
    }

    .section {
        margin: 15px 50px;
    }

    .section .icon div {
        width: 240px;
        height: 240px;
        background-size: 200px 200px;
    }

    .section .content {
        padding-left: 35px;
    }

    .section .content .caption {
        letter-spacing: 10px;
        font-size: 32px;
    }

    .section .icon,
    .section .content  {
        display: table-cell;
        vertical-align: middle;
    }

}

@media (max-width:992px) and (min-width:601px) {

    .hide-medium {
        display: none !important
    }

    .title img {
        padding: 15px 25px;
        width: 100%;
    }

    .description,
    .description div {
        margin: 20px;
    }

    .seperator {
        height: 3px;
    }

    .description .claim {
        letter-spacing: 2px;
        font-size: 20px;
    }

    .footer span {
        display: inline;
        padding: 0em 1em;
    }

    .img_bg {
        background-attachment: scroll;
        min-height: 50%;
    }

    .chains {
        border: none;
    }

    .section {
        display: block;
        margin: 15px 15px;
    }

    .section .content div:first {
        display: table;
    }

    .section .icon div {
        width: 120px;
        height: 120px;
        background-size: 100px 100px;
    }

    .section .content .caption {
        letter-spacing: 5px;
        font-size: 28px;
        padding-left: 35px;
        line-height: 1.7;
    }

    .section .content .icon,
    .section .content .caption {
        display: table-cell;
        vertical-align: middle;
    }

    .section .content .text {
        font-size: 18px;
        line-height: 1.7;
    }

    #contact .text {
        text-align: center;
    } 
    
    #contact .text img {
        max-width: 100%;
    }
}


@media (max-width:600px) {

    .hide-small {
        display: none !important
    }

    .title img {
        padding: 10px 25px;
        width: 100%;
    }

    .description,
    .description div {
        margin: 10px;
    }

    .description .claim {
        letter-spacing: 1px;
        font-size: 16px;
    }

    .footer span {
        display: block;
    }

    .img_bg {
        background-attachment: scroll;
        min-height: 50%;
    }

    .chains {
        border: none;
    }

    .chains div {
        font-size: 16px;
    }

    .section {
        display: block;
        margin: 15px 50px;
    }

    .section .icon div {
        height: 100px;
        width: 100px;
        background-size: 85px 85px;
    }

    .seperator {
        height: 2px;
    }

    .section {
        margin: 15px 15px;
    }

    .section .content div:first {
        display: table;
    }

    .section .icon div {
        width: 100px;
        height: 100px;
        background-size: 85px 85px;
    }

    .section .content .caption {
        letter-spacing: 2px;
        font-size: 24px;
        padding-left: 15px;
        line-height: 1.5;
    }

    .section .content .icon,
    .section .content .caption {
        display: table-cell;
        vertical-align: middle;
    }

    .section .content .text {
        font-size: 16px;
        line-height: 1.5;
    }

    #contact .text {
        text-align: center;
    }    

}

.text-only-page {
    display: block;
    color: #afafaf;
    max-width: 1200px;
    padding: 8px 32px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
}

.text-only-page h1 {
    letter-spacing: 10px;
    text-transform: uppercase;
    font-size: 32px;
    font-weight: bold;
    color: #ffffff;
}

.text-only-page h2 {
    padding-top: 2ex;
    font-size: 28px;
    font-weight: bold;
    color: #efefef;
}

.text-only-page h3 {
    font-size: 24px;
    color: #dfdfdf;
}

.text-only-page h4 {
    font-size: 20px;
    color: #cfcfcf;
}