@charset "UTF-8";
header {
    background-color: rgba(90,25,2,1.00);
    padding-left: 20px;
}
.container-design1  {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
body {
    background-color: rgba(50,132,58,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
}
.hero-background-design1 {
    height: 918px;
    padding-top: 18px;
    background-image: url(images/GD%201%20GLOBAL%20-%20Background.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 0%;
}
main {
    min-height: 800px;
}
.thumbnails-design1 {
    background-image: url(images/Portfilio%20Website%20Pages_Graphic%20Design%201%20Thumbs.png);
    background-position: center 0%;
    width: 1330px;
    height: 530px;
    background-size: cover;
    background-repeat: no-repeat;
    padding-top: 0px;
    margin-top: 26px;
}
.back-design1 {
    width: 154px;
    height: 80px;
    margin-top: 680px;
    margin-left: 255px;
    float: left;
}
.back-button-design1 {
    width: 59px;
    height: 80px;
    float: left;
}
.back-text-design1 {
    width: 83px;
    height: 28px;
    float: right;
    margin-top: 28px;
}
.forward-design1 {
    width: 154px;
    height: 80px;
    margin-top: 680px;
    margin-right: 255px;
    float: right;
}


/*Mobile View*/
@media (max-width: 400px){
}
.forward-button-design1 {
    width: 59px;
    height: 80px;
    float: right;
}
.forward-text-design1 {
    width: 78px;
    height: 28px;
    float: left;
    margin-top: 28px;
}
