@charset "utf-8";

@font-face {
    font-family: 'bebas_neueregular';
    src: url('fonts/bebasneue-webfont.woff2') format('woff2'),
         url('fonts/bebasneue-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body, html{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: 0;
    padding: 0;
    text-decoration: none;
    outline: none;
    color: #fff;
    text-align: center;
    font-family: bebas_neueregular;
    font-size: 18px;
}

a{
    color: #fff;
    font-size: 36px;
    line-height: 40px;
    letter-spacing: 1px;
    text-decoration: none;
}
p{
    letter-spacing: 1px;
    margin: 8px 0;
}

.clearfix{
    clear: both;
}
img{
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.skew{
    transform: skew(0);
    position: absolute;
    height: 100vh;
    z-index: -1;
    left: 0;
    right: 0;
}
.skew.blue{
    background: #0579ab;
    background: -moz-linear-gradient(top, #0579ab 0%, #009fe3 40%, #0195d4 100%);
    background: -webkit-linear-gradient(top, #0579ab 0%,#009fe3 40%,#0195d4 100%);
    background: linear-gradient(to bottom, #0579ab 0%,#009fe3 40%,#0195d4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0579ab', endColorstr='#0195d4',GradientType=0 );
}
.skew.grey{
    background: #f6f6f6;
    top: 0;
}
.front{
    width: 100%;
    max-width: 890px;
    margin: 0 auto;
    padding: 3% 0;
}
.figure{
    float: none;
}
.figure img{
    max-width: 70%;
}
.info{
    float: none;
    margin: 20px auto;
}
.info img{
    margin: 30px auto;
}

@media only screen and (min-width: 992px){
    .figure img{
        transform: translateX(40px);
        max-width: 100%;
    }
    .figure{
        float: left;
    }
    .info{
        float: right;
        margin: 50px auto;
    }
    .info img{
        margin: 30px auto 120px;
    }
    .skew{
        transform: skew(-30deg);
        height: 565px;
    }
    .skew.blue{
        left: 50%;
        right: -100%;
        top: 0;
    }
    .skew.grey{
        left: -100%;
        right: 49%;
        top: 0;
    }
}
