/* CSS Document */

* {
	margin:0;
	padding:0;
}

body {
	color:#000;
	font-family: 'Montserrat', Helvetica, Arial, sans-serif;
	font-weight: 300;
	position: relative;
	background: url('images/sunset.jpg') no-repeat center center;
    -webkit-background-attachment: fixed;
	-moz-background-attachment: fixed;
	background-attachment: fixed;
    -webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
}

h1 {
	color: #fff;
	font-family: 'Geared Slab', 'Montserrat', Helvetica, Arial, sans-serif;
	letter-spacing: .075em;
	font-weight: 700;
	font-size:2.75rem;
	line-height: 1.2;
	text-transform: uppercase;
}
h2 {
	color: #fff;
	font-family: 'Geared Slab', 'Montserrat', Helvetica, Arial, sans-serif;
	letter-spacing: .075em;
	font-weight: 700;
	font-size: 2.5rem; /* 46px / 16px */
	margin-bottom: 5px;
	line-height: 1.2;
	text-transform: uppercase;
}
h3 {
	color: #fff;
	font-family: 'Geared Slab', 'Montserrat', Helvetica, Arial, sans-serif;;
	letter-spacing: .075em;
	font-weight: 700;
	line-height: 1.2;
	font-size: 2rem;
	text-transform: uppercase;
	margin: 1rem 0;
}
h4 {
	color: #fff;
	font-family: 'Geared Slab', 'Montserrat', Helvetica, Arial, sans-serif;
	letter-spacing: .075em;
	font-weight: 400;
	font-size:21px;
	line-height: 1.2;
}

strong{
	color: #fff;
	font-size: 21px;
	font-family: 'Geared Slab', 'Montserrat', Helvetica, Arial, sans-serif;
	letter-spacing: .075em;
	font-weight: 400;
}
p {
	font-size: 17px;
	margin:0 0 15px;
	line-height: 1.4;
	color: #fff;
}

#home ul li{
	color: #fff;
}

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

 ul li {
	margin:0 0 1rem;
	font-size: 1rem;
	color: #fff;
}

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

img{
	max-width: 100%;
}

a {color:#98FFA2;text-decoration:none;}
a:hover {text-decoration:underline;}


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

article#home a {
	color: #98FFA2;
}
article#home a:hover {text-decoration: underline;}
.wrapper {
	max-width:960px;
	margin:0 auto;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

#branding{
	min-height: 350px;
	margin: 0 auto;
	padding: 15px;
	background-color: #fff;
}

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

.contest{
	text-align: center;
	position: static;
}

.contest a{
	display: inline-block;
}

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

#giveaway{
	text-align: center;
}

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

.logo{
	text-align: center;
	padding: 20px 0;
}

.logo img{
	max-height: 130px;
}

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:50%;
	float:left;
}

#home p{
	font-size: 1.2rem;
}

#home p{
	color: #ffffff;
}

#home ul li, #home ul li a{
	text-shadow: 0 0 6px #000;
}

#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: #006F53;
}

#entry-form h3{
	font-size: 1.5rem;
}

.prizes{
	margin: 20px 0 0;
    padding: 20px;
    background: #4F3529;
    border-radius: 5px;
    box-shadow: 0 0 15px rgba(0,0,0,.4);
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	color:#000;
}

.prizes p, .prizes ul > li{

	-moz-text-shadow: none !important;
	-webkit-text-shadow: none !important;
	text-shadow: none !important;
}

.prizes a{
	color: #FFD8B5 !important;
	text-shadow: none !important;
}

.prizes h3{
	font-size: 46px !important;
	color: #FFDC33 !important;
}

footer,#footer {
	width: 100%;
	margin: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	color: #333;
}

footer .wrapper{
	width: 100%;
	max-width: 100%;
	padding: 40px 20px 30px;
	background-color: #1A1A1A;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

footer .content{
	max-width: 960px;
	margin: 0 auto;
}

footer a, #footer a {
	color: #98FFA2;
	font-size: 16px;
	text-decoration:none;
}
footer a:hover, #footer a:hover {
	text-decoration:underline;
}

footer small {
  font-size: 12px;
  color: #333;
}

.mrpc{
	display: inline-block;
	padding-bottom: 16px;
}

span.seperator{
	padding: 0 10px;
	color: white;
}

.button {
    text-align:center;
    margin:35px 0 25px;
}
.button a {
	display: inline-block;
    font-family: 'Montserrat', Helvetica, Arial, sans-serif;
    background: #006F53;
    padding: 10px 25px 10px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 42px;
    line-height: 42px;
    font-weight: bold;
    border-radius: 4px;
}
.button a:hover {
    background:#63BA7E;
    box-shadow:none;
}
.clearfix {
	clear:both;
}

#giveaway{
	margin: 0 0 20px 0;
}

#home #giveaway{
	margin: 0;
}

#home h3{
	color: #ffffff;
}

footer small {
    display: inline-block;
    font-size: 10px !important;
    color: #fff !important;
    margin: 0 0 15px;
}

footer small a{
	font-size: 10px !important;
}

@media screen and (max-width:960px) {
	.wrapper {margin:0 15px;}
}
@media screen and (max-width:600px) {
	article#home,
	#entry-form {
		width:100%;
		float:none;
		margin:0;
	}
	article{
		padding-left: 0;
		padding-right: 0;
	}
}

#entry-form h3{
	color: #ffffff;
}

.fb-page{
	margin-bottom: 15px;
}


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

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

/* Social Share Section */
	.ssbp-list {
	  list-style: none;
	  display: inline-block;
	  vertical-align: middle;
	  margin: 0 auto;
	  padding: 0;
	}

	.ssbp-list {
	  display: table;
	  table-layout: fixed;
	  width: auto;
	}

	.ssbp-list li {
	  display: inline-block !important;
	  margin: 0 0 !important;
	  display: table-cell !important;
	  width: auto;
	  height: auto;
	}

	.ssbp-btn:hover, .ssbp-btn:focus, .ssbp-btn:active, .ssbp-btn:visited {
	    z-index: 10;
	    color: #fff;
	}

	.ssbp-btn {
	  display: block;
	  width: auto;
	  color: white !important;
	}

	.ssbp-btn:hover, .ssbp-btn:focus, .ssbp-btn:active, .ssbp-btn:visited {
	  z-index: 10;
	  color: #fff;
	}

	.ssbp-facebook {
	  background-color: rgba(59, 89, 152, .75)
	}

	.ssbp-twitter {
	  background-color: rgba(0, 169, 241, .75);
	}

	.ssbp-email {
	  background-color: rgba(95, 95, 95, .75);
	}

	.ssbp-btn {
	  width: auto;
	  padding: 0 10px;
	  height: 2em;
	  line-height: 2em;
	  position: relative;
	  color: #fff;
	  font-weight: normal;
	  -webkit-transition: .25s;
	  transition: .25s;
	  border-bottom: 0;
	  margin-right: 5px;
	}

	.ssbp-btn {
	  display: inline-block;
	  text-align: center;
	  text-decoration: none;
	  font-family: sans-serif;
	}

	.ssbp-btn {
	  border-radius: 5px !important;
	}

	.ssbp-wrap *, .ssbp-wrap *:before, .ssbp-wrap *:after {
	  box-sizing: border-box;
	}

	.stext {
	display: inline-block;
	}

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

	 	  .demo-icon {
	    font-family: "fontello";
	    font-style: normal;
	    font-weight: normal;
	    speak: none;

	    display: inline-block;
	    text-decoration: inherit;
	    width: 1em;
	    margin-right: .2em;
	    text-align: center;
	    /* opacity: .8; */

	    /* For safety - reset parent styles, that can break glyph codes*/
	    font-variant: normal;
	    text-transform: none;

	    /* fix buttons height, for twitter bootstrap */
	    line-height: 1em;

	    /* Animation center compensation - margins should be symmetric */
	    /* remove if not needed */
	    margin-left: .2em;

	    /* You can be more comfortable with increased icons size */
	    /* font-size: 120%; */

	    /* Font smoothing. That was taken from TWBS */
	    -webkit-font-smoothing: antialiased;
	    -moz-osx-font-smoothing: grayscale;

	    /* Uncomment for 3D effect */
	    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
	  }

	  .icon-facebook:before {
	    content: "" !important;
	  }

	  @media screen and (max-width: 640px) {
	    .ssbp-list {
	      margin: 0 auto !important;
	    }

	    .ssbp-btn {
	      width: 75px;
	    }

	    .stext {
	      display: none;
	    }
	  }
	/* End Social Share Section */

	/* --- touch screen background fix --- */
		#mobilepic {
			 display: none;
		 }

		 .touch header {
			 position: relative;
			 z-index: 2;
		 }

		 .touch body {
		    background: none !important;
		    position: relative;
		    z-index: 2;
		  }

		  .touch #mobilepic {
		    background: url('images/sunset.jpg') fixed;
        -webkit-background-size: cover;
      	-moz-background-size: cover;
      	-o-background-size: cover;
      	background-size: cover;
        background-position: center;
		    display: block;
		    height: 100vh;
		    width: 100vw;
		    left: 0;
		    top: 0;
		    position: fixed;
		    z-index: -5;
        background-repeat: no-repeat;
        background-attachment: scroll;
		  }

			.touch footer {
		    position: relative;
		    z-index: 2;
		  }
/* --- end touch screen background fix --- */
