/* 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:#fff;
	font-family: 'special_eliteregular', 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: #000;
	font-family: 'mathletebulky', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:3rem;
	text-transform:uppercase;
	font-weight: 700;
	letter-spacing: 0.0625em; /* 3px / 48px */
	margin-bottom: 1.5rem;
}

h2 {
	color: #000;
	font-family: 'mathletebulky', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 3rem;
	margin-bottom: 5px;
	text-transform:uppercase;
	font-weight: 700;
	letter-spacing: 0.0625em; /* 3px / 48px */
	margin-bottom: 1.5rem;
}
h3 {
	color: #000;
	font-family: 'mathletebulky', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size: 3rem;
	margin: 1rem 0;
	font-weight: 700;
	letter-spacing: 0.0625em; /* 3px / 48px */
	margin-bottom: 1.5rem;
}
h4 {
		color: #000;
	font-family: 'mathletebulky', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-size:21px;
	text-transform:uppercase;
	font-weight: 700;
}
p {
	font-size: 1.25rem; /* 20px / 16px */
	margin:0 0 15px;
	line-height: 1.4;
	color: #000;
}

#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:#008D72;text-decoration:none;}
a:hover {color:#008D72; text-decoration: underline;}

.site-header {
    background-color: #000;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 5rem;
    margin: 0;
    padding: 1.5rem 0;
    width: 100%;
    text-align: center;
}

.site-title {
    background-image: url("images/boulder.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    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: #008D72;
	
}
article#home a:hover {color:#008D72;text-decoration: underline;}

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

}



#sidebar{
    float: left;
    width: 50%;
    margin-right: 2%;
    text-align: center;
}

#sidebar div{
	padding: 2.5rem; /* 40px / 16px */
	background-color: black;
}

#sidebar div + div{
	margin-top: 4%;
}

#sidebar ul{
	list-style: none;
}

#sidebar h3,
#sidebar ul li,
#sidebar p{
	color: white;
}

#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:#ffffff;
	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, #home ul li, #home ul li a{
}


#entry-form {
	
	width:48%;
	float:right;
	padding:20px;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	background:#008D72;
}

#entry-form h3{
	color: #fff;
	font-size: 2.25rem;
}
footer,#footer {
	width: 100%;
	background-color: #000;
	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;
}

footer a, #footer a {
	font-family: 'special_eliteregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	font-weight: 700;
	color:#008D72;
	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: 'special_eliteregular', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
    background: #008D72;
    padding:1rem 2rem;
    color:#fff;
    text-decoration:none;
    text-transform:uppercase;
    font-size:3rem;
    line-height: 42px;
    font-weight:bold;
    text-shadow:-1px -1px 0 rgba(0,0,0,.25);
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.button a:hover {
    background:#004639;
    box-shadow:none;
    cursor: pointer;
}
.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:600px) {
	html,body{
		font-size: 75%;
	}
}
	

@media screen and (max-width:600px) {
	.body-wrap{
		-ms-box-orient: horizontal;
	  display: -webkit-box;
	  display: -moz-box;
	  display: -ms-flexbox;
	  display: -moz-flex;
	  display: -webkit-flex;
	  display: flex;
	  -webkit-flex-flow: row wrap;
	  flex-flow: row wrap;
	}

	#sidebar{
		order: 2;
	}

	#entry-form{
		order: 1;
	}

	.site-header{
		padding: 1rem 0;
	}

	#enter{
	    font-size: 2rem;
	    font-weight: 700;
	}

	article{
		margin-bottom: 0;
	}

	article#home,
	#sidebar,
	#entry-form {
		width:100%;
		float:none;
		margin:0;
		margin-bottom: 2%;
	}

	#sidebar div + div{
		margin-top: 2%;
	}

	#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: 'mathletebulky';
    src: url('fonts/mathlete-bulky-webfont.woff2') format('woff2'),
         url('fonts/mathlete-bulky-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}




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

}