/*** 
====================================================================
    GLOBAL STYLES
====================================================================
***/
* {
    margin: 0;
    padding: 0;
}

body, html {
    height: 100%;
    overflow-x: hidden;
    position: relative;
}

body {
    background-image: url(../images/page-bg.jpg);
    background-size: cover;
    background-position: center center;
    height: 100vh; 
    width: 100%;
    position: relative;
}

img {
    max-width: 100%;
}

#logoZone {
    padding-top: 180px;
}

#followus {
    padding: 150px 70px 20px 70px;
    width: 1700px;
    max-width: 100%;
}

#followus .content {
    text-align: right;
}

#followus a img {
    width: 240px;
    transition: .4s ease-in-out;
    opacity: 1;
}

#followus a:hover img {
    opacity: .85;
}

@media (max-width: 1200px) {
    #followus {
        padding: 150px 70px 40px 70px;
    }
    #followus .content {
        text-align: center;
    }
}