body{
    width: 100vw;
    height: 100%;
    overflow: hidden;
    background: url('images/bgg.JPG');
    background-position: center center;
    background-size: 150%;
    padding: 0;
    margin: 0;
}
div{
    width: 100%;
    height: 100%;
    background: url('images/overlay.png');
    padding: 80px;
    margin: 0;
}
section{
    max-width: 48%;
    min-width:400px;
    font-family: 'Raleway', sans-serif;
    color: #3b3b3b;
}
section h1{
    font-size: 50px;
}
section p{
    font-size: 20px;
}
footer{
    position: absolute;
    top: 60%;
    max-height: 25%;
    min-height: 250px;
    width:900px;
    background:  url('images/footer.png');
    padding-top: 20px;
    font-weight: bolder;
}
footer section{
    margin: 20px 70px;
}
footer a{
    color: #df7826;
    vertical-align: middle;
    font-size: 20px;
}
footer img{
    vertical-align: middle;
    margin-right: 35px;
}