
/* Generic styles */

	body{ background:#fff; font-size:16px; margin:0; padding:0; font-family: 'Open Sans', sans-serif; }
	
	h1,h2,h3,h4,h5,h6{ font-family: 'Open Sans Condensed', sans-serif; text-transform:uppercase; }
	
	img {max-width:100%;}

	#main-header{ height:100px; background-color:#fff; }
	#main-footer{ font-family: 'Open Sans Condensed', sans-serif; font-size:1.2em; }
	
	.jumbotron{ padding: 10rem 2rem !important; }
	
	.text-white hr { border-color: rgba(255,255,255,0.3); }
	
	.btn{ border-radius:0; }
	
	.logo-wrapper{ height:100px; padding:10px 0; position:relative; display:inline-block; vertical-align:top; }
	.logo-wrapper img{ max-height:100%; }

@media screen and (max-width:767px){
	.logo-wrapper { padding: 20px 0; }
	.jumbotron{ padding: 2rem 1rem !important; }
}

@media screen and (max-width:465px){
	.logo-wrapper { padding: 30px 0; }
}

#aitec-privacy-notice { display: none; position: fixed; z-index: 9999; bottom:0; right:0; left:0;}
#aitec-privacy-notice .aitec-privacy-inline-customize { display:none; font-size: 14px; }