body,
html {
    font-family: 'Atkinson Hyperlegible', sans-serif;
    font-size: 16px;
    color: #444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Veneer';
    src: url('Veneer.eot');
    src: url('Veneer.eot?#iefix') format('embedded-opentype'),
        url('Veneer.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    color: #000000;
    text-transform: uppercase;
}

h1,
.h1 {
    font-size: 72px;
    /* line-height: 60px; */
}

h2,
.h2 {
    font-size: 36px;
}
h3,
.h3 {
    font-size: 24px;
}
h4,
.h4 {
    font-size: 18px;
}
h5,
.h5 {
    font-size: 14px;
    letter-spacing: 0.5px;
}
h6,
.h6 {
    letter-spacing: 0.5px;
}


a {
    transition: ease all 0.2s;
}
.material-icons {
    font-size: inherit;
    line-height: normal;
}
.top-50 {
    top: 50% !important;
    transform: translateY(-50%) !important;
}

.text-orange {
    color: #ff8800 !important;
}
.text-blue {
    color: #0f4289 !important;
}
.text-secondary-blue {
    color: #4c8ac8 !important;
}
.bg-grey {
    background: #eeeeee !important;
}
.text-large {
    font-size: 16px;
    line-height: 26px;
}

P {
    line-height: 24px;
}
.btn {
    font-family: 'Veneer';
    src: url('Veneer.eot');
    src: url('Veneer.eot?#iefix') format('embedded-opentype'),
        url('Veneer.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    border: 0;
    border-radius: 0;
    letter-spacing: 0.5px;
}
.btn-primary {
    background: #0f4289;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus {
    background: #dd0000;
    color: #fff;
}



@media (max-width: 991px) {
    .container {
        max-width: 100% !important;
    }
    h1,
    .h1 {
        font-size: 48px;
        /* line-height: 48px; */
    }
    h2,
    .h2 {
        font-size: 28px;
    }
}

@media (max-width: 767px) {
    h1,
    .h1 {
        font-size: 36px;
        /* line-height: 36px; */
    }
    h4,
    .h4 {
        font-size: 16px;
    }
}

@media (max-width: 641px) {
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        letter-spacing: 0;
    }
}

@media (max-width: 481px) {
    h1,
    .h1 {
        font-size: 24px;
        /* line-height: 28px; */
    }

    h2,
    .h2 {
        font-size: 18px;
    }
    h3,
    .h3 {
        font-size: 16px;
    }
}