/* CSS Document */

* {
	margin:0;
	padding:0;
}

#wrap{
   width:100%;
   height:100%;
} 

.wrapper {
	padding-left: 2%;
	padding-right: 2%;
}

body {
	/*background: url(images/bkg.png) no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;*/
	background-color:#e8f0fa;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	width: 100%;
}

img{
	max-width: 100%;
}

div.ribbon {
	margin: 0 auto;
	text-align: center;
	z-index: 99;
}

.ribbon{
	display: block;
	width: 100%;
	z-index: 99;
	/*padding makes the header ribbon adjust to the size of the logo plus 20px on top and bottom*/
	padding-bottom: 5px;
}

h1 {
	color: #ef7e3c;
	font-family: 'langdonregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:28px;
	text-transform:uppercase;
	font-weight: 700;
}

h2 {
	color: #ef7e3c;
	font-family: 'langdonregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 34px;
	margin-bottom: 5px;
	text-transform:uppercase;
	font-weight: 700;
}
h3 {
	color: #ef7e3c;
	font-family: 'langdonregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 1.5rem;
	margin: 1rem 0;
	font-weight: 700;
}
h4 {
		color: #ef7e3c;
	font-family: 'langdonregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:21px;
	text-transform:uppercase;
	font-weight: 700;
}
p {
	font-size: 20px;
	margin:0 0 15px;
	line-height: 1.4;
	color: #41424c;
}

#home ul li{
	color: #404041;
}

ul { 
	color: #404041;
	font-size:16px;
	margin:0 0 15px 20px;
	color: #1F6777;
}

 ul li {
	margin:0 0 1rem;
	font-size: 20px;
	color: #404041;
}

 ul li span{
	font-size: 1.5rem;
	padding-right: .25rem
}

a {color:#0b83a1;text-decoration:none;}
a:hover {color:#0e768e; text-decoration: underline;}

.site-header {
    background-color: #41424c;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 5rem;
    margin: 0;
    padding: 1.5rem 0;
    width: 100%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.4);
    text-align: center;
}

.site-title {
    background-image: url("images/boulder.png");
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    margin: 0 auto;
    max-width: 260px;
    text-indent: -9999rem;
    display: inline-block;
    width: 100%;
}

.site-description {
    text-indent: -999rem;
}

#subtitle{
	text-indent: -9999em;
	height: 0;
}

#overlay{
	margin:0 0 30px;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 0;
	z-index: 0;
	
}

article#home a {
	color: #0b83a1;
	
}
article#home a:hover {color:#0e768e;text-decoration: underline;}

.wrapper {
	max-width:1000px;
	margin:0 auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;

}

#top-bar{
	text-align: center;
}

#branding {
	background-color: rgba(0,0,0,0.3);
	/* background: #f0eedf url( 'images/vilasbg.png' ) repeat center center fixed; */
	padding: 20px 0;
	/* box-shadow: 0 5px 23px #BBBBBB; */
}


#branding h1 {
	display: inline-block;
	width:100%;
	max-width: 320px;
	height:75px;
	text-indent:-9999em;
	background: url(images/logo.png) left center no-repeat;
	background-size: contain;
}


#top-bar{
	text-align: left;
	max-width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 5%;
}

#giveaway > img{
	max-width: 100%;
}

#giveaway{
	text-align: center;
}

#content:after{
	clear: both;
	display: table;
	content: "";
}

.logo{
	margin: 10px auto;
	text-align: center;
	max-width: 900px;
}
.logoimg{
	width:85%;
}
#bikegif {
	width: 100vw;
}

article {
	margin:20px 0 30px;
	padding:30px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#000;
}
article#home {
	color:#1F6777;
	background:transparent;
	box-shadow:none;
	padding:0 0 50px 0;
	width:48%;
	float:left;
}

#home p{
	font-size: 1.2rem;
	/*text-shadow: 0 0 6px #000;*/
	
}

#home p{
	color: #41424c;
}

#home h3{
	color: #ef7e3c;
	font-size: 1.75rem;
	line-height: 1.2;
}

#home h3, #home ul li, #home ul li a{
}


#entry-form {
	
	width:48%;
	float:right;
	margin:20px 0 0;
	padding:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#ec6723;
	border-radius:5px;

}

#entry-form h3{
	color: #e8f0fa;
	font-size: 1.75rem;
}
footer,#footer {
	width: 100%;
	background-color: #242323;
	height: auto;
	min-height: 100px;
	margin: 0;
	padding: 40px 20PX;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	box-shadow: 0 0 10px #000;
}
footer a, #footer a {
	font-family: 'langdonregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color:#0b83a1;
	font-size: 1.5em;
	text-decoration:none;
}
footer a:hover, #footer a:hover {
	text-decoration:underline;
}

footer p, #footer p{
	color: #e8f0fa;
}

span.seperator{
	padding: 0 10px;
}

.button {
    text-align:center;
    margin:35px 0 25px;
}
.button a {
	display: inline-block;
	font-family: 'langdonregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    background: #0b83a1;
    padding:10px 25px 10px;
    color:#e8f0fa;
    text-decoration:none;
    text-transform:uppercase;
    font-size:42px;
    line-height: 42px;
    font-weight:bold;
    text-shadow:-1px -1px 0 rgba(0,0,0,.25);
    border-radius:4px;
    box-shadow:0px 1px 5px rgba(0,0,0,.5);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.button a:hover {
    background:#0e768e;
    box-shadow:none;
}
.clearfix {
	clear:both;
}

#giveaway{
	margin: 0 0 20px 0;
	margin-top: 50px;
}

#home #giveaway{
	margin: 0;
}

.submit {
	background: #ec4337 !important;
}

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

@media screen and (max-width:600px) {
	article#home,
	#entry-form {
		width:100%;
		float:none;
		margin:0;
		margin-bottom: 50px;
	}

	#overlay, #branding{
		
		-webkit-transition: background-color 0.5s ease;
		-moz-transition: background-color 0.5s ease;
		transition: background-color 0.5s ease;
	}

	.logoimg {
		width: 100%
	}
}

@font-face {
	font-family: 'Knul';
	src: url('fonts/Knul-Bold.eot');
	src: url('fonts/Knul-Bold.eot?#iefix') format('embedded-opentype'),
		url('Knul-Bold.woff') format('woff'),
		url('Knul-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Knul';
	src: url('fonts/Knul.eot');
	src: url('fonts/Knul.eot?#iefix') format('embedded-opentype'),
		url('Knul.woff') format('woff'),
		url('Knul.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Knul';
	src: url('fonts/Knul-Medium.eot');
	src: url('fonts/Knul-Medium.eot?#iefix') format('embedded-opentype'),
		url('Knul-Medium.woff') format('woff'),
		url('Knul-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

/* Generated by Font Squirrel (https://www.fontsquirrel.com) on December 16, 2016 */



@font-face {
    font-family: 'langdonregular';
    src: url('fonts/langdon-webfont.woff2') format('woff2'),
         url('fonts/langdon-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'southern_aire_personal_use_Rg';
    src: url('fonts/southernaire_personal_use_only-webfont.woff2') format('woff2'),
         url('fonts/southernaire_personal_use_only-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


