#section7contact{
	font-family: 'HurufMiranti';
	background: url("../images/section7contactPatternNet.png"), #FAE882;
	height: auto;
}
#section7contactForm{
	margin-bottom: 50px;
}
#section7contact h1{
	color: #a2333b;
	font-family: EscolarNormal;
	text-shadow: 1px 2px black;
}
#section7contactForm label{
	color: white;
	font-family: EscolarNormal;
	text-shadow: 1px 2px black;
}
#section7contactForm{
	font-family: EscolarNormal;
}
#section7contactForm textarea{
	resize: none;
}
#section7contactFooter{
	background-color:#00000063; 
}
#section7contactFooter p{
	font-family: EscolarNormal;
	color:#dcdcdc;
}
#section7contactFooter{
	padding-top: 50px;
}
#section7contactFooterFrom i{
	color:#bd3b3b;
}
#section7contactFooterSocial img{
	border-radius: 15px;
	width: 60px;
}
.form-control{
	height: auto;
}

/********** MEDIA QUERIES PORTRAIT*********/
/* XS */
@media screen and (min-width: 320px ) and (orientation:portrait) {
 	#section7contact h1{
    	font-size: 60px;
    	margin-top: 50px;
 	}
	#section7contactForm label{
		font-size: 30px;
	}
	#section7contactForm input,	#section7contactForm textarea, #section7contactForm button,	#section7contactFooter{
		font-size: 26px;
	}
	#section7contactFooterSocial{
		margin-top: 30px;
	}
	#section7contactFooterSocial img{
		margin: 0px 7px 0px 7px;
	}
	#section7contactFooterRetroaffinity{
		margin-top: 30px;
	}
	#section7contactFooterRetroaffinity img{
		width: 250px;
	}
	#section7contactFooterCopyright{
		margin-top: 30px;
	}
}
/* SM */
@media screen and (min-width: 768px) and (orientation:portrait){
 	#section7contact h1{
    	font-size: 70px;
    	margin-top: 65px;
 	}
 	#section7contactForm .container{
 		width: 70%;
 	}
	#section7contactForm label{
		font-size: 42px;
	}
}
/* MD */
@media screen and (min-width: 992px) and (orientation:portrait){
	#section7contactFooterRetroaffinity{
		margin-top: 0px;
	}
	#section7contactFooterRetroaffinity img{
		margin-top: 20px;
	}
}
/* LG */
@media screen and (min-width: 1200px) and (orientation:portrait){

}

/********** MEDIA QUERIES LANDSCAPE*********/
/* XS */
@media screen and (min-width: 320px) and (orientation:landscape) {
 	#section7contact h1{
    	font-size: 60px;
    	margin-top: 30px;
 	}
	#section7contactForm label{
		font-size: 30px;
	}
	#section7contactForm input,	#section7contactForm textarea, #section7contactForm button,	#section7contactFooter{
		font-size: 26px;
	}
	#section7contactFooterSocial{
		margin-top: 30px;
	}
	#section7contactFooterSocial img{
		margin: 0px 7px 0px 7px;
	}
	#section7contactFooterRetroaffinity{
		margin-top: 0px;
	}
	#section7contactFooterRetroaffinity img{
		width: 250px;
	}
	#section7contactFooterCopyright{
		margin-top: 30px;
	}
}
/* SM */
@media screen and (min-width: 768px) and (orientation:landscape){
	#section7contactForm .container{
 		width: 700px;
 	}
 	#section7contactForm h1{
    	font-size: 70px;
    	margin-top: 85px;
  	}
  	#section7contactForm label{
		font-size: 42px;
	}
	#section7contactForm input,	#section7contactForm textarea, #section7contactForm button,	#section7contactFooter{
		font-size: 30px;
	}
	#section7contactFooterRetroaffinity img{
		margin-top: 20px;
	}
}
/* MD */
@media screen and (min-width: 992px) and (orientation:landscape){
}
/* LG */
@media screen and (min-width: 1200px) and (orientation:landscape){
}

/********** SPECIIAL QUERIES FOR TOUCH SCREENS **********/
/*@media(hover: none) and (pointer: coarse) {
    #section6resourcesResourceBackground:hover {
      opacity: 0;
    }
}

