@charset "UTF-8";
header {
    padding-left: 20px;
    background-color: rgba(40,35,35,1.00);
}
.container-about {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
body {
    background-color: rgba(209,168,70,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.hero-background-about {
    height: 900px;
    background-image: url(images/ABOUT%20GLOBAL%20-%20Background.png);
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
    margin-top: 0px;
    padding-top: 18px;
}
main {
    min-height: 800px;
}
.frame-about {
    margin-top: 100px;
    width: 790px;
    height: 560px;
    background-image: url(images/ABOUT%20GLOBAL%20-%20Sign.png);
    background-position: center 0%;
    background-size: cover;
    float: left;
    margin-left: 60px;
}
.rose-about {
    width: 444px;
    height: 632px;
    margin-top: 72px;
    float: right;
    background-image: url(images/ABOUT%20GLOBAL%20-%20Rose.png);
    background-position: center 0%;
    background-size: cover;
    margin-right: 20px;
}
.text-about {
    width: 566px;
    margin-top: 191px;
    float: none;
    color: rgba(255,255,255,1.00);
    margin-left: 111px;
    font-size: large;
    font-family: "Adobe Garamond Pro", "Adobe Garamond Pro Bold";
    text-align: center;
}
.home-about {
    width: 154px;
    height: 60px;
    margin-left: 315px;
    margin-top: 85px;
}
.home-button-about {
    width: 45px;
    height: 60px;
    float: left;
}
.home-text-about {
    width: 83px;
    height: 28px;
    float: right;
    margin-top: 18px;
    margin-right: 10px;
}


/*Mobile View*/
@media (max-width: 400px){
}
