@charset "UTF-8";

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

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

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

.header {
	background-image: url("../images/header1.png");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat, no-repeat;
}

.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: 980px) {
	.w3-jumbo {
		font-size: 54px !important;
	}
	
}