@charset "UTF-8";

body {
	background: #fff;
	font-family: 'Raleway', sans-serif;
	color #030405;
	font-weight: 400;
	padding-top: 15px;
	padding-bottom: 20px;
}

h1, h2, h3, h4, h5 {
	font-family: 'Fjalla One', sans-serif;
	color: #030405;
	text-transform: uppercase;
}


/***** MISC *****/

hr {
	border-top: 1px solid #9da0a3;
	border-bottom: 1px solid #fff;
}

.margTop10 {
	margin: 10px auto;
}

.margTop30 {
	margin-top: 30px;
}

.margBot60 {
	margin-bottom: 60px;
}

.margTopBot30 {
	margin: 30px auto;
}

.jumbo {
	font-size: 500%;
}

img.centered {
	display: block;
	margin: 0 auto;
}

i.gray {
	color: #9da0a3;
}

.lead {
	color: #8a9199;
}

label {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 125%;
	text-transform: uppercase;
}


/***** HEADER *****/

.headerTop p {
	font-family: 'Fjalla One', sans-serif;
	font-weight: 400;
	font-size: 210%;
	color: #8a9199;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
}

.logo {
	display: block;
	margin: 0 auto 20px auto;
}


/***** CTA BUTTON *****/

.btn {
	font-family: 'Fjalla One', sans-serif;
    border: 0 none;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
	white-space:normal !important;
    word-wrap:break-word; 
    padding: 14px 24px;
}
 
.btn:focus, .btn:active:focus, .btn.active:focus {
    outline: 0 none;
}


/***** FLUID CONTAINERS *****/

.wideBlack {
	background: #030405;
	border-top: 1px solid #9da0a3;
	border-bottom: 1px solid #9da0a3;
}

.wideBlack h1, .wideBlack h3 {
	color: #e3e3e5;
}

.white {
	padding-top: 60px;
	padding-bottom: 60px;
}

.wideNav {
	background: #8a9199;
}

.sliderWrapper {
	background: #fff;
}


/***** FOOTER *****/

.footer {
	border-top: 1px solid #9da0a3;
	padding-top: 10px;
	padding-bottom: 10px;
}

.seoText {
	font-size: 90%;
	color: #8a9199;
	margin-top: 15px;
}



@media screen and (min-width: 40em) {

	p, li {
		font-size: 1.2em;
	}

	.lead {
		margin-bottom: 100px;
	}

	.margTop10 {
		margin: 30px auto 15px auto;
	}

	.wideBlack {
		margin: 0;
		padding: 50px 30px;
	}
	
	.wideNav {
		margin: 0;
		padding: 0;
	}

	footer {
		padding: 30px 0;
	}
}

@-webkit-viewport { width: device-width; }
@-moz-viewport { width: device-width; }
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }