* { 
	font-family: 'EB Garamond', sans-serif;
	margin: 0;
	padding: 0;
}

body {
	background-color: #0a0a0a;
	color: #dedede;
}
#hero-wrapper {

}

header {
  background-color: #000;
/*   background-image: url('../../resources/images/campfire_bg-min.jpg'); */
  background-image: url('../../resources/images/woods_bg.jpg');
  background-size: cover;
}

#header-content {
	background: transparent;
	margin: 0 auto;
	width: 100%;
}

#footer-go-to-top-container {
	padding: 5em 0 0 0;
}
#footer-go-to-top {
	text-align: center;
	margin: -25px 0;
}

#footer-go-to-top .fa {
	font-size: 26px;
}

#footer-go-to-top a:hover i { /* Footer Up Arrow Icon */
	font-size: 28px;
	margin-top: -2px;
}

footer {
	background-color: #0a0a0a;
/* 	background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%); */
	color: #dedede;
	margin: 0 auto;
}

.footer-content {
	margin: 0 auto;
	padding: 2em 0;
	width: 90%;
}

.footer-content .social {
	text-align: center;
	margin: 2em 0 0 0;
}
.footer-content .social a i {
	color: #dedede;
	transition: all ease .5s;
}

.footer-content .social a.facebook:hover > i {
	color: #333;
}
.footer-content .social a.twitter:hover > i {
	color: #333;
}
.footer-content .social a.instagram:hover > i {
	color: #333;
}
.footer-content .social i {
	margin: 0 10px;
}

.copyright {
	font-family: 'Lato', sans-serif;
	text-align: center;
	padding: 1em 0;
}

.logo {
	font-size: 28px;
	padding: 8px 20px;
	text-transform: uppercase;
}

.footer-logo {
	font-size: 28px;
	text-transform: uppercase;
}

#footer-contact-us input[type=text] {
	background-color: transparent;
	border: none;
	color: #dedede;
	opacity: 0.5;
}

#footer-contact-us input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	background-color: #000;
    color: #dedede;
    opacity: 1; /* Firefox */
}

#footer-contact-us input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #dedede;
}

#footer-contact-us input::-ms-input-placeholder { /* Microsoft Edge */
    color: #dedede;
}

.toggle-bars {
	display: none;
	position: absolute;
	top: 20px;
	right: 20px;
	cursor: pointer;
}

.toggle-bars .bar {
	width:35px;
	background-color:#dedede;
	margin: 7px 0;
	height:2px;
}

nav {
	margin: 0 auto;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	color: #f5f5f5;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 50px;
	padding: 10px 0;
	position: relative;
}

.nav {
/* 	display: none; */
}

.show {
	background-image: linear-gradient(to right, #ed6ea0 0%, #ec8c69 100%);
	display: block !important;
	text-align: right;
    position: absolute;
    top: 50px;
    width: 100%;
    z-index: 1;
}

.nav ul {
	list-style-type: none;
}

.nav ul li {
	font-size: 16px;
	line-height: 54px;
	padding: 0px 20px;
	text-transform: uppercase;
}

.nav ul li a {
/* 	border-bottom: 1px solid #EEE; */ /* This can be used to add a border around each list item */
	color: #dedede;
	display: block;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	transition: all ease .5s;
}

.nav ul li:hover a {
	color: #333;
	opacity: 1;
}

footer a {
	font-family: Lato, 'sans-serif';
	color: #fff;
}
.footer-nav {
	color: #f5f5f5
}
.footer-nav ul {
	list-style-type: none;
}
.footer-nav ul li {
	font-size: 16px;
	padding: 5px 0;
	text-transform: uppercase;
}
.footer-nav ul li a {
/* 	border-bottom: 1px solid #EEE; */ /* This can be used to add a border around each list item */
	color: #dedede;
	font-family: 'Lato', sans-serif;
	text-decoration: none;
	transition: all ease .5s;
}
.footer-nav ul li:hover a {
	color: #333;
	border-color: #333;
	opacity: 1;
}

#hero {
  padding: 100px 0;
  text-align: center;
  color:#dedede;
/*   opacity: .4; */
  font-size:36px;
  position: relative;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}
#hero .hero-content {
	padding: 20px;
}
#hero h1 {
  margin-bottom: 10px;
  font-family: 'EB Garamond', sans-serif;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
}
#hero h4 {
  font-size:20px;
  margin-top: 0;
  color: #dedede;
}

.overlay {
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  background: #00000078;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
}

#content-wrapper {
	width: 100%;
}

.content {}

.section {
	margin: 0em auto;
	padding: 3em 0 1em 0;
	width: 90%;
}

.overlay {
	background-color: rgba(0,0,0,0.7);
}
.section-wrapper {}

.section .section-content {
	font-family: 'EB Garamond', serif;
	margin: 0 auto;
}

#section-breaker-1 {
	background-image: url('http://evolutionexpressions.com/resources/images/dustscratchesbg.png');
	padding: 5em 0;
}

.flex-grid .col h3 {
	text-align: center;
}

/*
	HEADINGS
*/
h1 {
	
}
h2 {
	font-family: 'Open Sans', sans-serif;
	text-align: center; /** This can be changed across the board */
	width: 100%;
}

h2 span {
	font-size: .75em;
	display: block;
	margin-top: 15px;
	text-transform: uppercase;
}

h3 {
	font-family: 'Walter Turncoat', cursive;
    font-size: 2em;
    font-weight: normal;
    padding: 20px;
}

h4 {
	font-family: 'Open Sans', sans-serif;
	font-weight: normal;
	margin: .5em auto 1em auto;
	text-align: center; /** This can be changed across the board */
	width: 100%;
}

p {
	font-family: 'EB Garamond', serif;
	font-size: 24px;
}

p::first-letter {
  font-size: 44px;
}

/*
	LINE SEPERATORS
*/
.divider {
	margin-bottom: 2em;
	text-align:center;
}

.divider .zig {
	display: inherit;
	fill: none; 
	stroke-width: 3.7; 
	stroke: rgb(225,225,225); 
}

.flex-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-around;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-flex-flow: row wrap;
}

.flex-item {
	background: tomato;
	color: white;
	font-size: 3em;
	font-weight: bold;
	height: 250px;
	line-height: 150px;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	width: 500px;
}

/*
	BUTTONS
*/
.button-container {
	padding-top: 50px;
	text-align: center;
}
.button {
  font-family: 'Lato', sans-serif;
  text-decoration: none;
  border: 1px solid #dedede;
  font-size: 16px;
  padding: 10px 30px;
  color: #dedede;
  border-radius:2px;
  text-transform: uppercase;
  opacity: 0.8;
}
.button:hover {
  background-color: rgba(0,0,0,.35);
  border: 1px solid #dedede;
  transition: all ease .5s;
  opacity: 1.0;
}

@media screen and (min-width:600px) {
	#header-content {}
	.footer-content {
		width: 80%;
	}
	nav {
		color: #f5f5f5;
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		margin: 0 auto;
		padding: 10px 0;
		width: 80%;
	}
	 .toggle-bars {
		display: none;
	 }
	 .nav {
/* 		display: block; */
	}
	.nav ul {
		display: flex;
	}
	.nav ul li {
		font-size: 16px;
		padding: 0 20px;
	}
	.section {
		width: 80%;
	}
	.flex-grid {
		display: flex;
	}
	.flex-grid-halves, .flex-grid-thirds {
	    justify-content: space-between;
	    margin-left: auto;
	    margin-right: auto;
	}
	.flex-grid-halves .col {
		width: 50%;
	}
	.flex-grid-thirds .col {
		width: 30%;
	}
}

/* TEMP */
#cabin {
/* 	background-image: url('../../resources/images/woods_bg.jpg'); */
	background-size: cover;
	padding: 5em 0;
}
#cabin .col {
	padding: 4em 0;
	background-color: rgba(0,0,0,0.7);
	color: #dedede;
	width: 100%;
	opacity: .8;
}
#cabin .col .indent {
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	margin: 0 auto;
	width: 75%;
}

#cabin .button {
	margin: 0 auto;
}