#section8success{
	background: url("../images/section7contactPatternNet.png"), #FAE882;
	height: auto;
}
#section8successTarantuli img{
	width: 100%;
}
#section8successMessage h1{
	color: #FAB813;
    font-family: EscolarNormal;
    text-shadow: 1px 2px black;
}
#section8successMessage h2{
    color: white;
    font-family: EscolarNormal;
    text-shadow: 1px 1px black;
}

/********** MEDIA QUERIES PORTRAIT*********/
/* XS */
@media screen and (min-width: 320px ) and (orientation:portrait) {
    #section8success{
        height: 100vh;
    }
	#section8successTarantuli img{
		width: 80vw;
	}
    #section8successMessage h1{
    	font-size: 8vh;
    	line-height: 9vh;
    }
    #section8successMessage h2{
        font-size: 5vh;
    }
}
/* SM */
@media screen and (min-width: 768px) and (orientation:portrait){
}
/* MD */
@media screen and (min-width: 992px) and (orientation:portrait){
}
/* LG */
@media screen and (min-width: 1200px) and (orientation:portrait){
}

/********** MEDIA QUERIES LANDSCAPE*********/
/* XS */
@media screen and (min-width: 320px ) and (orientation:landscape) {
    #section8success{
        height: 100vh;
    }
	#section8successTarantuli img{
		width: 66vh;
	}
    #section8successMessage h1{
    	font-size: 9vh;
    }
    #section8successMessage h2{
        font-size: 6vh;
    }
}
/* SM */
@media screen and (min-width: 768px) and (orientation:landscape){
}
/* MD */
@media screen and (min-width: 992px) and (orientation:landscape){
}
/* LG */
@media screen and (min-width: 1200px) and (orientation:landscape){
}