

@font-face {
	font-family: 'Asap';
	src: url('fonts/Asap-Regular.woff2') format('woff2'),
	url('fonts/Asap-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Asap';
	src: url('fonts/Asap-BoldItalic.woff2') format('woff2'),
	url('fonts/Asap-BoldItalic.woff') format('woff');
	font-weight: bold;
	font-style: italic;
	font-display: swap;
}



@font-face {
	font-family: 'Asap';
	src: url('fonts/Asap-Bold.woff2') format('woff2'),
	url('fonts/Asap-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}




h1 {
	font-size: 50px;
	font-weight: 700;
	margin:20px 0 0 0;
		/*font-style: italic;*/
	
}

h2 {
	font-size: 58px;
	
}

h3 {
	font-family: 'Asap', sans-serif;
        font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	color:#fff;
	text-align: right;
	/*font-weight: 400;*/
}

h4 {
	color:#666;
	/*color:#ff7e00;*/
	font-size: 18px;
	font-weight: 400;
	/*font-style: italic;*/
	/*color: #231F20;*/
	text-align: center;
	
}

h5 {
	
	color:#333;
	font-size: 16px;
	font-weight: 700;
	font-style: italic;
	/*color: #231F20;*/
	text-align: center;
	
}

h6 {

	color:#666;
	font-size: 40px;
	font-weight: 700;
	font-style: italic;
	/*color: #231F20;*/
	text-align: right;
	margin-right:30px;
	
}

.tL { text-align: left;}
.tC { text-align: justify;}
.phone {font-size: 20px; font-weight: 700; color:#333;}

.grey6{ color:#666;}
.grey3{ color:#333;}
.contentTitles {font-size: 28px; color:#444;}
.blue1{color:#3984b0;}

.bold {font-weight: 700;}

.shadow {
        
        text-shadow: -1px 1px 5px #333, 1px -1px 5px #333;
}

.shadow2 {
        
        text-shadow: -1px 1px 5px #333, 1px -1px 5px #333;
}