body {
	font-family: "Fedra Serif A Demi", Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
    line-height: 1.3em;
    letter-spacing: .2em;
	color: white;
	‑webkit‑text‑size‑adjust: 100%;
	background-color: #3a4026;
	border: 0;
	margin: 0;
	padding: 0;
}

h6 {
	font-size: 12px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: normal;
	text-transform: none;
    letter-spacing: .1em;
    line-height: 1.6em;
    color: white;
	border: 0;
	margin: 0;
	padding: 0;
}

h5 {
	font-size: 16px;
	text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 1.6em;
    border: 0;
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 16px;
	text-transform: uppercase;
    letter-spacing: .3em;
    line-height: 1.6em;
    border: 0;
	margin: 0;
	padding: 0;
}

h3 {
	font-family: "Fedra Serif A Bold", Helvetica, Arial, sans-serif;
	font-size: 22px;
    text-transform: none;
	letter-spacing: .1em;
    line-height: 1.9em;
    border: 0;
	margin: 0;
	padding: 0;
}

h2 {
	font-size: 8px;
	text-transform: uppercase;
    letter-spacing: .3em;
    border: 0;
	margin: 0;
	padding: 0;
}

a {
	color: white;
	text-decoration: none;
	outline: 0;
}

a:link {
	color: #FFD29F;
	font-size: 10px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: lighter;
	text-decoration: none;
	text-transform: none;
	letter-spacing: .1em;
	outline: 0;
}

a:visited {
	color: white;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
}

a:visited:hover {
	color: white;
	text-decoration: none;
	border-bottom: 1px solid white;
	padding-bottom: 3px;
}

::selection {
	color: white;
	background: white; /* Safari */
}
	
::-moz-selection {
	color: white;
	background: white; /* Firefox */
}

.logo {
    background-color: #616646;
}

.logo img {
    width: 100%;
    display: block;
    z-index: 1;
}

.image img {
    width: 100%;
    display: block;
    z-index: 1;
}

.social img {
    max-width: 55px;
    margin: 10px;
    z-index: 1;
}

.icons img {
    max-width: 55px;
    margin: 15px;
    z-index: 1;
}

.newsletter {
	position: fixed;
	top: 0px;
    right: 0px;
    padding: 25px;
}

.newsletter a {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid white;
	padding-bottom: 3px;
}

.newsletter a:link {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid white;
	padding-bottom: 3px;
}

.newsletter a:visited {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid white;
	padding-bottom: 3px;
}

.newsletter a:hover {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid #616646;
	padding-bottom: 3px;
}

.newsletter a:visited:hover {
	color: white;
	text-decoration: none;
	border-bottom: 2px solid #616646;
	padding-bottom: 3px;
}

/* Grid and Project Colors */

*, *:after, *:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

[class*='col-'] {
	float: left;
	padding: 0px;
}

[class*='col-']:last-of-type {
	padding-right: 0px;
}

.grid {
	width: 100%;
	max-width: 750px;
	padding: 200px 50px;
	margin: 0 auto;
	overflow: hidden;
}

.grid:after {
	content: "";
	display: table;
	clear: both;
}

.grid-buffer {
	padding: 200px;
}

.height-pad {
	padding: 100px 0;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.rule {
	padding-bottom: 50px;
	border-bottom: 2px solid white;
}


.hidden-desktop {
	display: none !important;
}


/* Columns */

.col-1-1 {
	width: 100%;
}

.col-2-3 {
	width: 67%;
}

.col-1-2 {
	width: 50%;
}

.col-1-3 {
	width: 33%;
}

.col-1-4 {
	width: 25%;
}

.col-1-5 {
	width: 20%;
}

.col-2-5 {
	width: 40%;
}

.col-1-6 {
	width: 17%;
}

.col-1-8 {
	width: 12.5%;
}

.col-1-2-3-4 {
	width: 37.5%;
}


/* Mail Chimp Form */

.mc_embed_signup {
	padding: 200px
}

.mc-embedded-subscribe-form {
	padding: 200px 50px;
}

.div.mc-field-group {
	padding: 200px;
	font-size: 10px;
	text-transform: uppercase;
    letter-spacing: .3em;
    border: 0;
	margin: 200;
}
