/* ==========================================================================
   Base
   ========================================================================== */
.container > div:not(.parallax):not(.content):not(#contact-list):not(.contain) {
    display: flex;
    justify-content: center;
    align-items: center;
}

html, body {
  	margin: 0px;
  	background-color: #E5E7E6;
	font-family: 'Cambria', sans-serif;
    font-size: 16px;
    color: #ffeead;
}

a {
	font-size: 20px;
	text-decoration: none;
	color: black;
}

.content {background-color: #1A1819;}

/* ==========================================================================
   Header
   ========================================================================== */
.contact-bar, .contact-bar a {
  	/* background-color: #1A1819; */
	background:
		linear-gradient(
			rgba(206,206,206,0.9),
			rgba(206,206,206,0.6)
		),
		url("img/forest.jpg");
	text-decoration: none;
}
#phone {margin: 0 auto;}
#qna {margin: 0 auto;}

.header {
	display: flex;
  	background-color: #E5E7E6;
}
#logo {
	flex: auto;
	margin-left: 45px;
	margin-right: 30px;
	margin-top: 8px;
}

.nav .icon, #navbar .icon {display: none;} /* Hide hamburger menu */
.nav ul {white-space: nowrap;} /* CREATES HORIZ SCROLL! Find alternate fix for list adjusting */
.nav li {
	display: inline-block;
	padding: 0px 15px 10px 10px;
	margin-left: -5px; /* Affects background-color width */
}
.nav li:hover {background-color:lightgray;}

#social {margin-right: 35px;}
#social li {display: inline-block;}
#social li:not(:first-child) {margin-left: 10px;}
#social li:hover {background-color: lightgray;}

#bbar {
	background-color: #8A3324;
	display: flex;
}

/* ==========================================================================
   Navigation (Scroll)
   ========================================================================== */
#navbar {
	background-color: #E5E7E6; /* 8A3324 */
	position: fixed;
	top: -57px;
	width: 100%;
	transition: top 0.3s;
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
}
#navbar a {
	font-size: 18px;
	float: left;
	display: block;
	text-align: center;
	padding: 15px;
}
#navbar a:active {color: white;} /* NOT working! */
#navbar a:hover {
	background-color: #1A1819;
	color: white;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.active {
	background-color: #4CBB17;
	color: white !important;
} /* How to make text white? */


/* ==========================================================================
   Media Queries
   ========================================================================== */
/* Tablet AND Mobile, Portrait */
@media only screen and (orientation: portrait) {
	/* #navbar, .nav, #social {display: none;} */
	.nav li:not(:last-child)/*, #navbar li:not(:first-child):not(:last-child)*/, #social {display: none;}
	.nav a.icon/*, #navbar a.icon*/ {
		float: right;
		display: block;
	}
	.nav.responsive/*, #navbar.responsive*/ {
		position: fixed;
		top: 0;
		width: 100%;
		height: 175px;
		padding-top: 20px;
		padding-left: 10px;
		background-color: #E5E7E6;
	}
	.nav.responsive a.icon/*, #navbar.responsive a.icon*/ {
		position: absolute;
		top: 0;
		right: 0;
		padding: 10px;
	}
	.nav.responsive a, /*#navbar.responsive a, */.nav.responsive li:not(:last-child) {
		float: none;
		display: block;
		text-align: left;
		padding-bottom: 8px;
	}
	.content {
		background-color: transparent;
		background: 
			linear-gradient(
				rgba(0,0,0,0.5),
				rgba(0,0,0,0.9)
			);
	}
}

/* Mobile, Portrait */
@media only screen and (max-width: 480px) and (orientation: portrait) {
	#qna {display: none;}
}

/* Tablet, Portrait */
@media only screen and (min-width: 481px) and (max-width: 768px) and (orientation: portrait) {
	/* #navbar, .nav, #social {display: none;} */
	#phone {display: none;}
}

/* ==========================================================================
   Images
   ========================================================================== */
.parallax {
	/* Image Used */
	background-image: url("img/forest.jpg");
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.left-img {
	background-image: url("img/cliff.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

/* ==========================================================================
   Content
   ========================================================================== */
.parallax * {
    text-align: center;
	position: relative;
	top: 30%;
}
.content * {
    text-align: center;
	position: relative;
	top: 30%;
	margin: auto;
	padding-left: 7%;
	padding-right: 7%;
	max-width: 700px;
}
h1 {
	color: white;
}
#contact-list {
	color: black;
	font-size: 20px;
    text-align: center;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.product {
  margin-bottom: 40px;
}
.product .product-grid {
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  height: 350px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .product .product-grid .inner {
    opacity: 1;
    background: transparent;
  }
}
.product .desc h3 {
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  line-height: 24px;
}
.product .desc h3 a {
  color: #000;
}
.product .desc .price {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.product:hover .product-grid, .product:focus .product-grid {
  -webkit-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -ms-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  -o-box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 10px 24px -7px rgba(0, 0, 0, 0.35);
}
.product:hover .inner, .product:focus .inner {
  opacity: 1;
}
.product:hover .desc h3 a, .product:focus .desc h3 a {
  color: #d1c286;
}

.contain {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.contain:before, .container:after {
  content: " ";
  display: table;
}
.contain:after {
  clear: both;
}

/* ==========================================================================
   Buttons
   ========================================================================== */
.btn {
    background-color: #E5E7E6;
    border: none;
	border-radius: 5%;
    color: #000000;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    -webkit-transition-duration: 0.2s; /* Safari */
    transition-duration: 0.2s;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.2), 0 5px 5px 0 rgba(0,0,0,0.15);
}
.btn:hover {
	background-color: #1A1819; /* Opposite of Misty Gray */
    color: #fff;
}

/* ==========================================================================
   Footer
   ========================================================================== */
.footer {
	background-color: #0D0D0D;
	font-size: 15px;
}

/* ==========================================================================
   Miscellaneous
   ========================================================================== */
.hidden {
	display: none;
}
#cform {
	display:block;
}
label, input {
	display: block;
}
input {
	margin-bottom:15px;
}
#submit {
	display: block;
	margin: 10px;
}
#page-mask {
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/* ------- */

/* .container > div:nth-child(1n) {
  	background-color: #8A3324;	
}

.container > div:nth-child(3n) {
  	background-color: #88d8b0;
}

.container > div:nth-child(2n) {
    background-color: #ff6f69;
}

.container > div:nth-child(4n) {
    background-color: #4CBB17;
} */

/* --------------- STYLE GUIDE REFS ---------------
COLOR
Midnight Black: #000000
Misty Gray: #E5E7E6 (1A1819)
Mountain Brown: #8A3324 (eab7ae)
Rappelling Orange: #E9692C
Kayak Yellow: #FFF000
Leaf Green: #4CBB17

TYPOGRAPHY
Cambria: Normal, Italic, Bold
font-family: 'Cambria', sans-serif;

ORGANIZATION OF STYLESHEET
Global Styles – (body, paragraphs, lists, etc)
Header
Page Structure
Headings
Text Styles
Navigation
Forms
Comments
Extras */