/* Reset */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}

@font-face {
    font-family: 'socicon';
    src: url('socicon/font/socicon-webfont.eot');
    src: url('socicon/font/socicon-webfont.eot?#iefix') format('embedded-opentype'),
         url('socicon/font/socicon-webfont.woff') format('woff'),
         url('socicon/font/socicon-webfont.ttf') format('truetype'),
         url('socicon/font/socicon-webfont.svg#sociconregular') format('svg');
    font-weight: normal;
    font-style: normal;
    text-transform: initial;
}


.socicon{
    font-family: 'socicon' !important;
}

html,
body{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    display: table;
}

html{
	background-color: #f4f4f4;
}

.dim{
	opacity: 0.3;
}

body{
	margin:0;
	padding:0;
	color: #fff;
	position: relative;
	font-family: 'Muli', sans-serif;
	text-align: center;
}

.wrapper{
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.centered{
    display: inline-block;
}

.header{
    width: 90%;
    padding: 0px 0;
    float: none;
    margin: 0 auto;
}

.header h1{
	font-size: 100px;
	font-family: 'Sacramento', cursive;
	color: #fff;
}

.header img{
	max-width: 100%;
}

.header #logo-2 img{
	max-width: 220px;
	margin: 40px 0;
}

.header p.line1{
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 20px;
	margin-top: 10px;
	line-height: 30px;
    color: #00a9b2;
}
.header h2{
	font-size: 22px;
	font-weight: 600;
	margin-top: 30px;
	line-height: 30px;
    color: #00a9b2;
}

.header p.line1 a{
	color: #00a9b2;
	text-decoration: underline;
	font-style: italic;
}
.header p.line1 a:hover{
	text-decoration: none; 
}
.content{
	width: 80%;
	text-align: center;
	padding:0 10%;
	float: left;
	margin-top: 20px;
}

.content p{
	font-size: 12px;
 	margin-bottom: 10px;
}

.content p.social a,
.content p a{
	font-size: 14px;
    color: #2c3f51;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	margin:0 10px;
}

.content p.social a:hover,
.content p a:hover{
	text-decoration: underline;
}

a.button-style{
	background: #2c3f51;
	color: #fff;
	text-decoration: none;
	width: 100%;
	display: block;
	padding: 15px;
	max-width: 240px;
	margin: 0 auto;
	border-radius: 5px;
	text-transform: uppercase;
	letter-spacing: .6px;
	font-weight: 600;	
}

a.button-style:hover{
	background: #f49d5f;
}
a.no-button-style{
	font-size: 14px;
    color: #2c3f51;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	margin:30px 0 0 0;
	display: block;
}

a.no-button-style-2{
	font-size: 14px;
    color: #2c3f51;
	font-weight: 300;
	text-transform: none;
	text-decoration: none;
	margin:10px 0 0 0;
	display: block;
}

a.no-button-style:hover,
a.no-button-style-2:hover{
	text-decoration: underline;
}

.margin-40{ margin:40px auto !important;}

.flyer img{
	max-width: 95%;
}
.content p.powered a{ font-size:10px; margin-top:40px; color: #ccc; display:block; }

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

@media only screen and (max-width: 768px){
	.header img,
	.header #logo-2 img{
		max-width: 50%;
	}
	.header h1{
		font-size: 80px;
		font-family: 'Sacramento', cursive;
		color: #fff;
	}
}



