@charset "UTF-8";
header {
    padding-left: 20px;
    background-color: rgba(0,0,0,0.40);
}
.container-sketchbook {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
}
body {
    background-color: rgba(117,35,2,1.00);
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0pt;
}
.hero-background-sketchbook {
    height: 900px;
    padding-top: 18px;
    background-image: url(images/SKETCHBOOK%20GLOBAL%20-%20Background.png);
    background-repeat: no-repeat;
    background-position: center 0%;
    background-size: cover;
}
main {
    min-height: 800px;
}
.thumbnails-sketchbook {
    width: 880px;
    height: 600px;
    background-image: url(images/SKETCHBOOK%20GLOBAL%20-%20Thumbs.png);
    background-size: cover;
    background-position: center 0%;
    float: right;
    margin-right: 64px;
    margin-top: 49px;
}
.title-sketchbook {
    width: 211px;
    height: 184px;
    margin-right: 0px;
    background-image: url(images/SKETCHBOOK%20GLOBAL%20-%20Title.png);
    background-size: cover;
    float: left;
    margin-top: 164px;
}
.content-sketchbook {
    width: 211px;
    height: 600px;
    margin-left: 48px;
    /* [disabled]background-color: rgba(66,255,0,0.52); */
}
.back-button-sketchbook {
    height: 60px;
    width: 45px;
    margin-top: 36px;
    float: left;
    margin-left: 39px;
}
.back-text-sketchbook {
    width: 83px;
    height: 28px;
    float: right;
    margin-top: 54px;
    margin-right: 36px;
}


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