body {
    color: #8d887d;
	height: 2000px;
	background-color: #ffffff;
	background-image: url("../assets/images/sun_opt.png"), url("../assets/images/bg_opt.png");
	background-repeat:no-repeat, repeat;
	/*background-size: contain,				auto;*/
	background-position: center -500px,	top center;
	background-attachment: fixed,			fixed;

}
#body_article{
    height: auto;
}

/* header styling */
#hero {
  height: 1320px;
  overflow: hidden;
  position: relative;
  margin: 0;
}
.layer {
  background-position: bottom center;
  background-size: auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 1320px;
  position: fixed;
  z-index: -1;
}
.layer-01 {
    background-image: url('../assets/images/parallax/parallax_gdc_logo_opt.png');
    margin-top: 16%;
}
.layer-02 {
    background-image: url('../assets/images/parallax/parallax_lw_01_opt.png');
}
.layer-03 {
    background-image: url('../assets/images/parallax/parallax_lw_02_opt.png');
}
.layer-04 {
    background-image: url('../assets/images/parallax/parallax_lw_03_opt.png');
}

.plogo{
    height:450px;
}

@media (max-width: 1440px){
    .layer-01 {
        background-size: contain;
        background-position: top center;
        margin-top:43%;
    }
}
@media (max-width: 1200px){
    .layer-01 {
        margin-top:55%;
    }
}
@media (max-width: 900px){
    .layer-01 {
        margin-top:72%;
    }
}

/*hero mobile*/
.mobile-splash{
    position:relative;
}
.mobile-splash img {
    display:none;
    max-width:100%;
}
.mobile-bleed, .large-bleed{
    position: absolute;
    bottom: 0;
}
#sito_content{
    position: relative;
    margin-top: -200px;
}
@media all and (max-width:767px) {
    #hero{
        display:none;
    }
    #hero-mobile, .mobile-splash img{
        display:inline-block;
    }
    .nav-logo-hide{
        opacity:1;
    }
    .bleed, .bleed img{
    /*text-align:center;
    max-width:1440px;
    margin:auto;
    margin-top: -156px;*/
    display: none;
    }

#sito_content{
    position: relative;
    margin-top: -20px;
}
}

.content{
    max-width:1440px;
    background-color:#ecb18f;
    margin: 0 auto;
}
@media all and (min-width:768px) {

    .bleed, .bleed img{
        text-align:center;
        max-width:1440px;
        margin:auto;
        margin-top: -430px
    }
}

.bleed img{
    width:100%;
}

#article_content{
    position: relative;
}
.col-row-article {
    margin: 0 auto;
    text-align: center;
    width: 90%
}

