.gplay {
	
	background-image : url('../images/gplaypattern.png');
    background-repeat : repeat-y repeat-x;
}

.seigaiha {
	
	background-image : url('../images/seigaiha.png');
    background-repeat : repeat-y repeat-x;
}

.escheresque {
	
	background-image : url('../images/escheresque.png');
    background-repeat : repeat-y repeat-x;
}

.escheresque_ste {
	
	background-image : url('../images/escheresque_ste.png');
    background-repeat : repeat-y repeat-x;
}

.masthead {
    position: relative;
    padding: 6em 0;
    text-align: center;
    color: #fff;
    background-color: #339900;
	
}

.masthead h1 {
    font-size: 5em;
    line-height: 1;
}

.intro-marketing {
    padding-bottom: 3em;
    background-color: #B1FA8C;
}

.intro-marketing-box {
    padding-top: 3em;
}

@media(max-width:991px) {
    .masthead {
        padding: 1em 0;
    }

    .masthead h1 {
        font-size: 3em;
    }

    .intro-marketing {
        padding: 3em 0;
    }
}