@charset "UTF-8";
/*Global / Desktop View*/
header   {
    background-color: rgba(40,35,35,1.00);
    padding-left: 20px;
    height: 57px;
    padding-top: 0px;
}
.container-home {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
    right: 0px;
}
body {
    font-family: "Adobe Garamond Pro", "Adobe Garamond Pro Bold";
    background-color: rgba(195,103,14,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.hero-background {
    background-image: url(images/HOME%20GLOBAL%20-%20Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 900px;
    background-position: center 0%;
    padding-top: 18px;
}
main {
    height: 800px;
    padding-top: 0px;
    padding-left: o;
    padding-bottom: o;
    padding-right: o;
}
.home-snake {
    margin-left: 47px;
    float: left;
    margin-top: -50px;
}
.container-sign {
    width: 785px;
    height: 551px;
    float: none;
    background-image: url(images/HOME%20GLOBAL%20-%20Sign.png);
    margin-left: 517px;
    background-size: 785px 551px;
    margin-top: 98px;
}
.home-button1 {
    width: 59px;
    height: 80px;
    margin-top: 402px;
    background-image: url(url);
    background-position: 0% 0%;
    margin-left: 108px;
}
.home-button2 {
    margin-left: 114px;
    margin-top: 402px;
}
.home-button3 {
    margin-top: 402px;
    margin-left: 101px;
}
.home-button4 {
    margin-top: 402px;
    margin-left: 109px;
}
nav {
    float: right;
    padding-right: 24px;
    padding-top: 11px;
}
.expand {
    display: block;
}



/*Mobile View*/
@media (max-width: 400px){
header {
    background-color: #000000;
}
body {
}
.hero-background {
    width: 400px;
    background-image: url(images/HOME%20MOBILE%20-%20Background.png);
}
.container-sign {
    display: none;
}
}
