/*
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir LT 35 Light.woff2') format('woff2'),
    url('/fonts/Avenir LT 35 Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}
*/
/*
@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir LT 65 Medium.woff2') format('woff2'),
    url('/fonts/Avenir LT 65 Medium.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}
*/

@font-face {
    font-family: 'Avenir';
    src: url('/fonts/Avenir Heavy.woff2') format('woff2'),
    url('/fonts/Avenir Heavy.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    unicode-range: U+0020-02DC;
}




body{
    border: 0;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Avenir', sans-serif;
}

h1{
    font-size: 2em;
    font-weight: bold;
    line-height: 1.038em;

    margin-bottom: 1em;
}



.middle{
    width: 980px;
    margin: 0 auto;
    padding: 20px 20px;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.uppercase{
    text-transform: uppercase;
}
.text-align-center{
    text-align: center;
}


.img-holder-logo{
    max-height: 200px;
}

.img-holder-logo img {
    height: 500px;
    margin: 0 auto;
    display: block;
    margin-top: -8em;
    margin-bottom: 10em;
}

.img-holder{
    height: 350px;
    width: 50%;
    margin: 0 auto;
    padding: 15px;
    position: relative;
    margin-bottom: 1em;
}
.last-child{
    margin-bottom: 3.833em;
}
.img-holder img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate( -50%, -50% );
    max-width: 90%;
    max-height: 90%;
}
.arrow-down{
    margin: 0 auto;
    margin-bottom: 1em;
}
.arrow-down img{
    width: 50px;
}
.footer{
    font-weight: bold;
    margin: 0 auto;
    width: 25%;
    text-align: center;
}
.footer img{
    width: 80px;
}

div{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




@media (max-width: 990px) {
    body{
        font-size: 12px;
    }
    .middle{
        width: 100%;
    }
    .img-holder img{
        max-height: 70%;
    }
}

@media (max-width: 750px) {
    h1{
        font-size: 2em;
    }
}

@media (max-width: 500px) {
    .img-holder{
        width: 100%;
    }
    .img-holder-logo {
        max-height: 150px;
    }
    .img-holder-logo img {
        height: 180px;
        margin: 0 auto;
        display: block;
    }
}