body{
    margin:0 auto;
}

.hero_div{
    margin:0 auto;
    width:100%;
    height:700px;
    background-image: url('../img/hero.jpg');
    background-size: cover;
    text-align: center;
}

.hero_div img{
    text-align: center;
    margin: 0 auto;
    width:650px;
    padding-top:80px;
}

.hero_caption{
    width:100%;
    background-color: #112B70;
    color: #ffffff;
    padding:8px;
    text-align: center;
    font-size: 3em;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
}

.download_profile{
    margin:0 auto;
    width:350px;
    text-align: center;
    background-color: #112B70;
    color: #ffffff;
    margin-top:60px;
    padding:10px 30px;
    transform: skewX(-30deg);
}

.download_profile a{
    color: #ffffff;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 300;
    text-decoration: none;
    font-size: 1.9em;
    padding:10px;
    transform: skewX(-30deg);
    
}

.unskew{
    transform: skewX(30deg);
}

#trapezoid {
    border-bottom: 100px solid red;
    border-left: 50px solid transparent;
    border-top: 100px solid red;
    border-right: transparent solid 50px;
    height: 0;
    width: 100px;
}