
/*
    **************************************************************
    *                        TYPO                                *
    **************************************************************
*/
@font-face {
    font-family: 'Hero';
    src: url('../includes/fonts/Hero/Hero.otf') format('truetype');
}

@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-ExtraBold.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
}

@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
}

@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'NunitoSans';

    src: url('../includes/fonts/Nuanito Sans/NunitoSans-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
}

body {
    letter-spacing: 0.5px;
    word-wrap: break-word;
}

h1 {
    font-family: "NunitoSans";
    font-size: 2.2em;
    font-weight: 200;
    color: #454955;
    margin: 0.75em 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

a {
    font-family: "NunitoSans";
    letter-spacing: 1.2px;
    line-height: 22px;
    color: #B50900;
}

a:hover{
    text-decoration: none;
    text-underline-style: none;
    color: #003E61;
}

a.kompz-blue:hover {
    color: #B50900;
}

p {
    font-size: 20px;
    line-height: 29px;
    hyphens: auto;
    word-wrap: break-word;
}

.brading {
    text-transform: uppercase;
    color: #B50900;
    margin-bottom: 8px;
}

.blue-link {
    color: #003E61;
}

.blue-link:hover {
    color: #B50900;
}

.bold {
    font-weight: bold !important;
}

.center-headline {
    font-size: 120px;
    vert-align: middle;
    margin-top: 258px;
    font-weight: 200;
    margin-bottom: 50px;
}


.inline-vr {
    display: inline-block;
    width: 25px;
    text-align: center;
    color: #B4B6BB;
}

.middle {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.light {
    font-weight: 400 !important;
}

.primary-headline {
    display: inline-block;
    margin-top: 60px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    text-align: center;
}

.blue {
    color: #003E61;
}
.darkblue {
    color: #003E61;
}

.gray {
    color: #6A6E77;
}

.h80 {
    font-size: 60px;
    font-weight: 200;
    letter-spacing: 1px;
    line-height: 80px;
}

.h40, h1 {
    font-size: 2.2em;
    letter-spacing: 0.75px;
    line-height: 45px;
}

.h24, h2 {
    font-size: 1.8em;
    letter-spacing: 0.5px;
    line-height: 1.25em;
}

.h20 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.42px;
    line-height: 27px;
}

.h16 {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.5px;
    line-height: 22px;
}

.sub16 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 23px;
    color: #8F9199;
}

.p20 {
    font-size: 20px;
    line-height: 29px;
}

.p20b {
    font-weight: bold;
    color: #454955;
}

.p20b:hover {
    color: inherit;
}

.p16 {
    font-size: 16px;
    line-height: 24px;
}

.p16:hover {
    color: inherit;
}

.p16b {
    font-size: 16px;
    font-weight: bold;
    line-height: 24px;
}

.small-head {
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 33px;
    margin-top: 33px;
}

.small-head.no-roof {
    margin-top: 0;
}

.btn24 {
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 1.8px;
    line-height: 28px;
}

.btn20 {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1.5px;
    line-height: 23px;
}

.btn16 {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 18px;
}


@media(max-width: 768px) {

    p {
        font-size: 20px;
        line-height: 29px;
    }

    .h80 {
        font-size: 64px;
        font-weight: 200;
        letter-spacing: 0.8px;
        line-height: 66px;
    }

    .h40, h1 {
        font-size: 32px;
        letter-spacing: 0.6px;
        line-height: 38px;
    }

    .h24, h2 {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 29px;
    }

    .h20 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.42px;
        line-height: 27px;
    }

    .h16 {
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 22px;
    }

    .sub16 {
        font-size: 16px;
        font-weight: 500;
        letter-spacing: 1px;
        line-height: 22px;
        color: #8F9199;
    }

    .p16 {
        font-size: 16px;
        line-height: 23px;
    }

    .p16b {
        font-size: 16px;
        font-weight: bold;
        line-height: 23px;
    }

    .btn24 {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 1.8px;
        line-height: 28px;
    }

    .btn20 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1.5px;
        line-height: 23px;
    }

    .btn16 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.2px;
        line-height: 18px;
    }
}
@media(max-width: 582px) {

    p {
        line-height: 23px;
    }

    .h80 {
        font-size: 40px;
        font-weight: 200;
        letter-spacing: 0.5px;
        line-height: 42px;
    }

    .h40, h1 {
        font-size: 28px;
        letter-spacing: 0.53px;
        line-height: 34px;
    }

    .h24, h2 {
        font-size: 24px;
        font-weight: bold;
        letter-spacing: 0.5px;
        line-height: 29px;
    }

    .h20 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 0.42px;
        line-height: 27px;
    }

    .h16 {
        font-size: 16px;
        font-weight: 800;
        letter-spacing: 0.5px;
        line-height: 22px;
    }

    .sub16 {
        font-size: 14px;
        font-weight: 500;
        letter-spacing: 0.88px;
        line-height: 18px;
    }

    .p16 {
        font-size: 14px;
        line-height: 21px;
    }

    .p16b {
        font-size: 14px;
        font-weight: bold;
        line-height: 20px;
    }

    .btn24 {
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1.5px;
        line-height: 23px;
    }

    .btn20 {
        font-size: 16px;
        font-weight: bold;
        letter-spacing: 1.2px;
        line-height: 18px;
    }

    .btn16 {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: 1.05px;
        line-height: 17px;
    }
}
