/* -------------------------------------------------- STYLE RESET -------------------------------------------------- */
/* -------------------------------------------------- STYLE RESET -------------------------------------------------- */
/* -------------------------------------------------- STYLE RESET -------------------------------------------------- */
/* -------------------------------------------------- STYLE RESET -------------------------------------------------- */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    font-family: Barlow Condensed;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
	background: #f9f9fb;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
}

a, a:hover, a:active, a:focus { 
	outline:0;	 
	text-decoration:none;
}

/* -------------------------------------------------- CONTENT -------------------------------------------------- */
/* -------------------------------------------------- CONTENT -------------------------------------------------- */
/* -------------------------------------------------- CONTENT -------------------------------------------------- */
/* -------------------------------------------------- CONTENT -------------------------------------------------- */

body{
	width:100%;
	height: 100vh;
	background: url(../images/background-image.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.content{
	width:1275px;
	margin: 0 auto;
	height: auto;
	min-height: 100vh;
	overflow: hidden;
	position:relative;
	z-index:100;
	text-align: left;

}

.logo{
	display: block;
	margin: 35px 0 0 0;
}

.schedule-large{
	display: block;
	margin: 50px 0 100px 0;
	border-bottom: 2px solid #fff;
	width:auto;
	float:left;
	padding-bottom: 3px;
}

.schedule-large p{
	font-family: Barlow Condensed, sans-serif;
	color:#fff;
	font-style: normal;
	font-weight: 700;
	font-size:48px;
	display: inline-block;
}

h1{
	width:755px;
	font-family: 'Barlow Condensed', sans-serif;
	color:#ffffff;
	font-style: normal;
	font-weight: 1000;
	font-size:69px;
	line-height:70px;
	margin: 120px 0 0 0;
	clear:both;
	letter-spacing: -0.69px;
	text-transform: uppercase;
}

h2{
	font-family: 'Barlow', sans-serif;
	color:#ffffff;
	font-style: normal;
	font-weight: 400;
	font-size:18px;
	line-height:30px;
	margin: 45px 0 0 0;
	width:620px;
}

.emailus{
	text-decoration: underline;
	color:#fff;
}

.copyright{
	width:100%;
	clear:both;
	position: absolute;
	bottom: 50px;
}

.copyright p{
	font-family: proxima-nova, sans-serif;
	color:#fff;
	font-style: normal;
	font-weight: 400;
	font-size:13px;
	line-height:19px;
	letter-spacing: 0.26px;
}


/* -------------------------------------------------- 550 -------------------------------------------------- */
/* -------------------------------------------------- 550 -------------------------------------------------- */
/* -------------------------------------------------- 550 -------------------------------------------------- */
/* -------------------------------------------------- 550 -------------------------------------------------- */


@media (max-width:1400px){
	.content{
		width:1100px;
	}
}

@media (max-width:1280px){
	.content{
		width:1000px;
	}
}

@media (max-width:1150px){
	.content{
		width:900px;
	}
	
	.copyright{
		width:500px;
	}
}

@media (max-width:950px){
	.content{
		width:700px;
	}
	
	h1{
		width:650px;
	}
	
	.schedule-large{
		margin: 50px 0 200px 0;
	}
}

@media (max-width:750px){
	.content{
		width:500px;
	}
	
	h1{
		width:450px;
		font-size:40px;
		line-height:42px;
		margin: 120px 0 0 0;
	}
	
	h2{
		font-size:18px;
		line-height:30px;
		width:420px;
	}
	
	.copyright{
		width:500px;
	}
}

@media (max-width:550px){
	.content{
		width:300px;
	}
	
	h1{
		width:300px;
		font-size:28px;
		line-height:30px;
		margin: 120px 0 0 0;
	}
	
	h2{
		font-size:16px;
		line-height:28px;
		width:280px;
	}
	
	.copyright{
		width:300px;
	}
}

@media (max-width:330px){
	.content{
		width:280px;
	}
	
	h1{
		width:280px;
		font-size:26px;
		line-height:28px;
		margin: 120px 0 0 0;
	}
	
	h2{
		font-size:14px;
		line-height:26px;
		width:250px;
	}
	
	.schedule-large p{

		font-size:42px;
	}
	
	.copyright{
		width:280px;
	}
}