@charset "UTF-8";

/** {
	word-wrap: break-word;
	-moz-hyphens: auto;
	-o-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto; 
}*/

.bold {
	font-weight: 700 !important;
}

.uppercase {
	text-transform: uppercase;
}

#navbar a {
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 14px;
}

body,h1,h2,h3,h4,h5,h6 {font-family: 'Saira Semi Condensed', sans-serif;}
.w3-bar,h1,button {font-family: 'Saira Semi Condensed', sans-serif;}

header h1, header h2, header h3 {
	text-shadow: 0px 0px 30px #000;
}

.videoWrapper {
	position: relative;
	padding-bottom: 50.5%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 1920px) {

	.w3-display-middle {
		top: 40%;
	}
	
}

@media only screen and (max-width: 1420px) {

	h2 {
		font-size: 24px;
	}
	
	.w3-jumbo {
		font-size: 42px !important;
	}

	.w3-xxxlarge {
		font-size: 36px !important;
	}

	.w3-display-middle {
		top: 30%;
	}
	
}

@media only screen and (max-width: 980px) {

	.w3-display-middle {
		top: 20%;
	}
	
}

@media only screen and (max-width: 780px) {

	h2 {
		font-size: 20px;
	}

	.w3-display-middle {
		top: 20%;
	}
	
}

@media only screen and (max-width: 600px) {

	.w3-jumbo {
		font-size: 24px !important;
	}
	
}

@media only screen and (max-width: 359px) {

	.w3-jumbo {
		font-size: 20px !important;
	}
	
}