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

	h2 {
	font-size: 2em !important;
padding-bottom: 1em;}

	}

h2, h3, p, body {
	font-family: Avenir LT Pro, Helvetica, Arial !important;
	font-weight: normal;
}

h1 {
	font-family: Avenir LT Pro Black, Helvetica, Arial !important;
	font-weight: normal;
	letter-spacing: 1px;
	padding-bottom: 1em !important;
	font-size: 3.5em !important;
	color: #E9E9E9 !important;
}

h2 {
}

p, li {
	font-size: 1.3em !important;
}

h3 {
	font-family: Avenir LT Pro Black, Helvetica, Arial !important;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.1em !important;
	padding-top: 3em !important;
	padding-bottom:  1em !important;
	color: #505050 !important;
}
strong {
	font-family: Avenir LT Pro Black, Helvetica, Arial !important;
	font-weight: normal;

}
.row {    max-width: 65rem !important;
}


.flex-video.widescreen {
    padding-bottom: 42.25% !important;
}


#intro, #prolog, #color, #normal, #center {
	padding-bottom: 2em;
	background-size: cover;
}

.intro {
	// background-image: url(mainbg.jpg);
	background-color: #1B1B1B;
	color: #fff;
	padding-bottom: 2em;
}
.prolog {
	background-image: url(belowbg.jpg);
	background-color: #1B1B1B;
	color: #fff;
	padding-top: 6em;   
	padding-bottom: 6em !important;
}
.color {
	background-color: #00B1CE !important;
	color: #fff;
	padding-top: 4em;   
	padding-bottom: 3em !important;
}
.color h2 {
	font-family: Avenir LT Pro Black, Helvetica, Arial !important;

}

.center {
	background-image: url(center.jpg);
	background-color: #1B1B1B;
	color: #fff;
	margin: 3em auto;
	padding-top: 4em;   
	padding-bottom: 3em !important;
}
.center h2 {
	font-family: Avenir LT Pro Black, Helvetica, Arial !important;

}

.normal {
	color: #1B1B1B;
	padding-top: 4em;
}

.tagline {
	padding-top: 10px;
}

.apply {
	margin-top: 5px !important;
	width: 100%;
	background-color: #fff !important;
	border: 5px #00B1CE solid !important;
	text-decoration: underline;	
	color: #00B1CE !important;
	font-family: Avenir LT Pro Black, Helvetica, Arial !important;
	font-size: 2em !important;

}


a {
	color: inherit !important;
	text-decoration: underline !important;

}