/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/29e3b9");

  
@font-face {font-family: 'KabelLTPro-Book';src: url('../webfonts/29E3B9_0_0.eot');src: url('../webfonts/29E3B9_0_0.eot?#iefix') format('embedded-opentype'),url('../webfonts/29E3B9_0_0.woff') format('woff'),url('../webfonts/29E3B9_0_0.ttf') format('truetype');}
 

/* ==========================================================================
   HTML5 Boilerplate styles - h5bp.com (generated via initializr.com)
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

.floatRight {
	float: right;
}

.floatLeft {
	float: left;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {margin:0; padding: 0;}
html, body {
	height:100%;
	-webkit-font-smoothing: antialiased;
}

a:link {
    color: #254200;
	text-decoration:none;
}
a:hover {
	border-bottom: 1px solid #97913a;
	margin-bottom: 25px;
	padding-bottom: 6px;
}
a:visited {
    color: #97913a;
}

h2 {
	font-weight: normal;
	border-bottom: 1px solid #97913a;
	font-size: 18px;
	padding-bottom: 6px;
	margin-bottom: 40px;
	display: inline-block;
	clear: both;
	font-family: 'KabelLTPro-Book', Arial, sans-serif;
}
 
 h3 {
	font-weight: normal;
	border-bottom: 0px;
	font-size: 10px;
	padding-bottom: 3px;
	margin-bottom: 10px;
	display: inline-block;
	clear: both;
	font-family: 'KabelLTPro-Book', Arial, sans-serif;
 }
 
body {
	font-size: 14px;
	line-height: 29px;
	font-family: 'KabelLTPro-Book', Arial, sans-serif;
	color: #254200;
	text-transform: uppercase;
	letter-spacing: 4px;
	text-align: center;
}
/** format elements which have backgrounds parallax **/
.bgParallax {
    margin: 0 auto;
    width: 100%;
    position: relative;
    height: 90%;  
    background-position: center center;
    background-repeat: no-repeat;
		-moz-background-size: cover;
	  -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    -webkit-transition:background-position 1s ease;
}
  
/* Define backgrounds of divs */
#intro {
    background-image: url(../img/top.jpg);
}

#intro img {
	width: 214px;
	height: 214px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -112px 0 0 -112px;
}

#mailing {
	background-image: url(../img/ocean.jpg);
	padding: 120px 0 50px;
	height: 50%;
}

#middle {
	padding: 65px 0 125px;
	position: relative;
	height: auto;
}

.inner {
	width: 90%;
	max-width: 775px;
	margin: 0 auto;
}

.inner > p {
	max-width: 60%;
	margin: 0 auto;
}

.logo-area {
	width: 80%;
	max-width: 340px;
	margin: 46px auto 0;
	position: relative;
}

.logo-area img {
	width: 50%;
	max-width: 160px;
	height: auto; 
}

.signup-box {
	font-size: 14px;
	line-height: 19px;
	background-color: #fff;
	background-color: rgba(255,255,255,0.6);
	width: 60%;
	max-width: 395px;
	padding: 30px 45px 40px;
	margin: 0 auto;
}

.white {
	background-color: #fff;
	height: 15px;
	position: absolute;
	left: -21px;
	width: 50%;
}

.carrot {
	background: url(../img/top_carrot.png) top center no-repeat;
	width: 42px;
	height: 15px;
	position: absolute;
	left: 50%;
	margin-left: -21px;
}

.bottom.carrot {
	background: url(../img/bottom_carrot.png) top center no-repeat;
}

.bottom {
	z-index: 99;
}

.white.right {
	left: auto;
	right: -21px;
}

.cutout {
	overflow: hidden;
	width: 100%;
	position: absolute;
	top: -14px;
	left: 0;
	height: 15px;
}

.cutout.bottom {
	top: auto;
	bottom: -14px;
}

.clear {
	clear: both;
}

.signup-box p {
	margin: 0 0 35px;
}

.signup-box input[type=email]  {
	border: 2px solid #fff;
	background-color: #fff;
	width: 85%;
	max-width: 248px;
	padding: 4px 15px;
	height: 32px;
	line-height: 32px;
	display: block;
	margin: 0 auto 35px;
	font-size: 11px;
	text-align: center;
	color: #254200;
	font-family: 'KabelLTPro-Book', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.signup-box input[type=submit] {
	border: none;
	background-color: #254200;
	width: 92px;
	height: 30px;
	line-height: 30px;
	display: block;
	margin: 0 auto;
	font-size: 11px;
	text-align: center;
	font-family: 'KabelLTPro-Book', Arial, sans-serif;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
}

::-webkit-input-placeholder { /* WebKit browsers */
		color: #254200;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		color: #254200;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
		color: #254200;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
		color: #254200;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (max-width: 768px) {
	.bgParallax {
		background-attachment: scroll;
	}
	
	.inner > p {
		max-width: 70%;
	}
}

@media only screen and (max-width: 500px) {
	.signup-box {
		padding: 30px 5% 40px;
		width: 80%;
	}

	.inner > p {
		max-width: 80%;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}