
@font-face {
    font-family: 'Avenir LT Std 95 Black';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/AvenirLTStd-Black.woff') format('woff');
}
@font-face {
    font-family: 'AvenirLTStd-Roman';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/AvenirLTStd-Roman.woff') format('woff');
}

@font-face {
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-style: normal;
    font-weight: normal;
    src: url("../fonts/Hurme Geometric Sans 4 W00 Bold.woff") format("woff");
}

body {
    font-family: 'AvenirLTStd-Roman';
    font-weight: normal;
    font-size: 16px;
    color: #444;
}

ul,
ol {
    margin: 0;
}

ol {
    padding-left: 17px;
}


.aligncenter {
    clear: both;
    display: block;
    margin: 0 auto;
}

.alignright {
    float: right;
    margin: 0 0 0 15px;
}

.alignleft {
    float: left;
    margin: 0 15px 0 0;
}

h1,
h2, {
    font-family: "Hurme Geometric Sans 4 W00 Bold";
    font-weight: normal;
}

h3,
h4,
h5,
h6,
b,
strong {
    font-family: 'Avenir LT Std 95 Black';
    font-weight: normal;
}

h1 {
    font-size: 50px;
}

h2 {
    font-size: 35px;
}

h3 {
    font-size: 30px;
}

h4 {
    font-size: 25px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 18px;
}

p,
li {
    font-size: 16px;
    line-height: 30px;
}

p {
    margin-bottom: 0;
}

a {
    color: #ab313d;
}

a:hover,
a:focus {
    color: #ddae1f;
    text-decoration: none;
}

@media screen and (max-width: 1440px) {
    h1 {
        font-size: 37px;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 29px;
    }

    h4 {
        font-size: 25px;
    }

    h5 {
        font-size: 20px;
    }

    h6 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1199px) {
    h1 {
        font-size: 32px;
    }

    h2 {
        font-size: 26px;
    }

    h3 {
        font-size: 23px;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    h6 {
        font-size: 16px;
    }

    body,
    p,
    li {
        font-size: 15px;
    }

    p,
    li {
        font-size: 15px;
        line-height: 23px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        line-height: 1.2;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 27px;
    }

    h2 {
        font-size: 23px;
    }

    h3 {
        font-size: 21px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 15px;
    }

    body,
    p,
    li {
        font-size: 14px;
    }
}