@charset "UTF-8";
/* CSS Document */


/*  
	color:rgba(80,55,45,1.00);      
	color:rgba(185,125,50,1.00);
	color:#DFDFDF
*/

/* MOSTLY INPORTANT THINGS */

body, html {
    height: 100%;
    margin: 0;
	width:100%;
	
}

* {padding:0;
margin:0;
	z-index:1;
}

body {
background-color:#DFDFDF;
margin: 0 auto;
	background-image:url(../images/bg-white-wood.jpg);
	background-repeat: no-repeat;
    background-position:center;
    background-attachment: fixed;
}


.row{
	min-width:100%;
	align-content:center;
	text-align:center;



}

.main-content{
	width:90%;
	align-content:center;
	text-align:center;
	margin:auto;
	
}


/* TEXT THINGS AND STUFF */

h1,h2,h3,h4,h5,h5,p,ul,span,a,li {font-family: 'Oswald', sans-serif;
}

.headline {
	align-content:center;
	text-align:center;
	font-size:3em;
	padding: .25em .5em;
	color:rgba(80,55,45,1.00); 
	border-bottom: solid 5px rgba(80,55,45,1.00);
}

h3{ 
	color:rgba(80,55,45,1.00); 
	text-align:left;
	margin-top:1.2em;
	border-bottom: solid 3px rgba(80,55,45,1.00);
	font-size:2em;
}

h5 {
	font-size:1.5em;
}


.brown {
	color:rgba(80,55,45,1.00); 
	font-family: 'Oswald', sans-serif;
}

.learn-link{
	text-align:left;
	color:rgba(80,55,45,1.00); 
	font-family: 'Oswald', sans-serif;
	font-size:1.5em;
	margin: 1.5em .75em;
	border-bottom: rgba(80,55,45,1.00) solid 5px;
	font-style:italic;
		
}

.learn-link-right{
	text-align:right;
	color:rgba(80,55,45,1.00); 
	font-family: 'Oswald', sans-serif;
	font-size:1.5em;
	margin: 1.5em .75em;
	border-bottom: rgba(80,55,45,1.00) solid 5px;
	font-style:italic;
		
}

.learn-link:hover {
	color:rgba(185,125,50,1.00);
	
}

.learn-link-right:hover {
	color:rgba(185,125,50,1.00);
}

.caption{
	font-style:italic;
	text-align:left;
	color:rgba(80,55,45,1.00); 
	font-family: 'Oswald', sans-serif;
}





/* Hero Image related */

.hero-image {
    background-image:url(../images/about-head.jpg);
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	border-bottom: rgba(80,55,45,1.00) solid 5px;
}

.hero-image-faq {
    background-image:url(../images/wildtextures-eosin-wood-planks.jpg);
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	border-bottom: rgba(80,55,45,1.00) solid 5px;
}

.hero-text {
		text-align:center;
		padding-top:2em;
}

.hero-image-products {
    background-image:url(../images/wildtextures-eosin-wood-planks.jpg);
    height: 50%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
	border-bottom: rgba(80,55,45,1.00) solid 5px;
}	
	
	
	

/* NAV & FOOTER */

.topnav {
  overflow: hidden;
  background-color:rgba(185,125,50,1.00);
	background: linear-gradient(to top, rgba(185,125,50,.6), rrgba(185,125,50,1.00));
}

.active {
  color:#DFDFDF;

}

.topnav a {
  font-family: 'Oswald', sans-serif;
  float: right;
  display: block;
  color:rgba(80,55,45,1.00); 
  text-align: right;
  padding: .75em 1.5em;
  text-decoration: none;
  font-size: 1em;
}

.topnav a:hover {
  color:#DFDFDF;
}

.active {
  color:#DFDFDF;

}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: left;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.icons{
	padding-top:.33em;
	font-size: 1.75em;	
}

.logo-nav{
	font-size: 1.25em;	
	color:rgba(80,55,45,1.00);
	font-family: 'Oswald', sans-serif;
	font-style:bold;
	margin:0;
	
}

.menu{
	padding:0;
	margin:0;
}

/* NEXT NAV */

.menu{
	margin:1em;
}

.button { 
	padding:2em;
	font-size:1em;
	margin-left:2em;
}

input {
font-size:2em;
padding:2em;
}

.topnav-2 {
  
  overflow: hidden;
  background-color:rgba(80,55,45,1.00); 
  background: linear-gradient(to top, rgba(80,55,45,.85), rgba(80,55,45,1.00));
}

.topnav-2 a {
  float: left;
  display: block;
  color:#DFDFDF;
  text-align: center;
  padding: 1em 2em;
  text-decoration: none;
  font-size: 1.3em;
}

.topnav-2 a:hover {
   background-color:rgba(185,125,50,1.00);
  color:#DFDFDF;
}

.topnav-2 a.active {
  background-color:rgba(185,125,50,1.00);
  color:#DFDFDF;
}

.topnav-2 .search-container {
  width:20%;
}

.topnav-2 input[type=text] {
  padding: 6px;
  margin-top: 8px;
  font-size: 17px;
  border: none;
}

.topnav-2 .search-container .w3-button {
  float: right;
  padding: 6px 10px;
	margin:.25em;
  background-color:rgba(185,125,50,1.00);
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.topnav-2 .search-container .w3-button:hover {
  background: #ccc;
}

@media screen and (max-width: 600px) {
  .topnav-2 .search-container {
    float: none;
	visibility:hidden;
  }
  .topnav-2 a, .topnav-2 input[type=text], .topnav-2 .search-container button {
    
	float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .topnav-2 input[type=text] {
    border: 1px solid #ccc;  
  }
}

.search {
padding:5px;
float:right;
align-content: right;
}




/* FOOOTER */

.lead{
	font-size:2em;
	color:rgba(185,125,50,1.00);
	
}

.white{
	color:#DFDFDF;
	text-align:left;
}

.link-i{
	color:#DFDFDF;
}

footer { background-color:rgba(80,55,45,1.00);}

.foot-links{ color:rgba(185,125,50,1.00);
}


a.foot-links{color:rgba(185,125,50,1.00);}

.bottom{background-color:rgba(80,55,45,1.00);
	width:100%;
	margin:0}

.foot-copy {
	width:100%;
	height:4em;
	background-color:rgba(80,55,45,1.00);
	text-align:left;
	z-index:999;
	padding: .2em 1.2em;
}


.foot-copy a {
	font-size:1.2em;
	display:inline;
	padding:2em;
	color:#DFDFDF;
	text-decoration:none;
}

.foot-copy a:hover{
	color:rgba(185,125,50,1.00);
}


.foot-copy-right{
	
	font-size:1.25em;
	color:rgba(185,125,50,1.00);
	float:right;
	list-style:none;
	display:inline;
	margin-right:3em;
	
}

.expanded {
	background-color:rgba(80,55,45,1.00);
	border-top:thick solid rgba(185,125,50,1.00);
	border-bottom:thick solid rgba(80,55,45,1.00);
	margin:0em 0em;
	
}

.link-i { 
	font-size:1.2em;
	text-decoration:none;
	color:#DFDFDF;
}

.link-i:hover {
	color:rgba(185,125,50,1.00);
}

.mountains{
		width:100%;
}

.foot-logo{
	background-color:rgba(80,55,45,1.00);
	width:100%;
}

.header-logo {
	background-color:#DFDFDF;
	top:0;
	padding:.75em .33em; 
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 50%;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
}

.social{ 
	padding:.4em;
	font-size:1.5em;
	color:#DFDFDF;

}

.social:hover {	
	color:rgba(185,125,50,1.00);	
}

.social-icons{
	align-content: center;
	text-align:center;
	padding-left:1.5em;
}


/* FAQ STUFF N THINGS */

.accordion {
    background-color: ghostwhite;
    color:rgba(80,55,45,1.00);
    cursor: pointer;
    padding: 1em;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.5em;
    transition: 0.4s;
	font-family: 'Oswald', sans-serif;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.active, .accordion:hover {
    background-color:rgba(185,125,50,1.00);
	color:ghostwhite;
}

.accordion:after {
    content: '\002B';
	font-family: 'Oswald', sans-serif;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212";

}

.specs{
	padding:1em;
	color:rgba(80,55,45,1.00);
	font-size:1.5em;
	list-style:none;
}

.big-orange{
	font-size:1.25em;
	color:rgba(185,125,50,1.00);
}

.panel {
    padding: 0em 1em;
    background-color:ghostwhite;
	max-height: 0;
    overflow: hidden;
	text-align:left;
	margin-bottom:.75em;
	transition: max-height 0.2s ease-out;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



/* Home Page */


.process {
	width:100%;
	background-color:ghostwhite;
	margin:auto;
	margin-bottom:1.5em;
	border:none;
	padding:.5em;
	text-align:center;
	border-radius:5px; 
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.process-head{
	text-align:center;
	font-size:3em;
	background-color:rgba(80,55,45,1.00);
	background: linear-gradient(to top, rgba(80,55,45,.85), rgba(80,55,45,1.00));
	margin:.25em;
	color:#dfdfdf;
	
}

.process-exp{
	background-color:ghostwhite;
	padding:.5em;
	border-radius: 5px;
}

.subheader {
	font-size:1.25em;
	color:rgba(80,55,45,1.00);
}

.card{
	background-color: ghostwhite;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	padding:1.5em;
	border-radius:5px; 

}

.bottom-bot{
	text-decoration: none;
	list-style:none;
	align-content: center;
	text-align: center;
	margin-top:2em;
}

.bot-bot{
	font-size:1.5em;
}



/* Product(s) page */


.images{ 
		border:solid;
		border-width:.2em;
		border-color:rgba(80,55,45,1.00);
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-radius:5px;
}

.images-s{ 
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border:solid;
		border-width:.125em;
		border-color:rgba(80,55,45,1.00);
		margin-top:.8em;
		border-radius:5px;
}

.images-s:hover { 
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border:solid;
		border-width:.25em;
		border-color:rgba(185,125,50,1.00);
		margin-top:.8em;
		border-radius:5px;
	
}

.images:hover { 
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border:solid;
		border-width:.2em;
		border-color:rgba(185,125,50,1.00);
		border-radius:5px;
}



.images-c{ 
		border:solid;
		border-width:.3em;
		border-color:rgba(80,55,45,1.00);
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-radius:5px;
}	

.images-cart{ 
		border:solid;
		border-width:.3em;
		border-color:rgba(80,55,45,1.00);
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
		border-radius:5px;
}

.comment{
	text-align: left;
	color:rgba(80,55,45,1.00);
}

.media-object-section{

}

textarea{
	padding:2.5em;
}

.tabs-content{
	background-color:ghostwhite;
	border-radius:5px;
	border-width:.3em;
	border-color:rgba(80,55,45,1.00);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
}

.active-product{
	background-color:rgba(185,125,50,1.00);
}
/* Style tab links */
.tablink {
	font-family: 'Oswald', sans-serif;
    background-color:rgba(80,55,45,1.00);
    color:#DFDFDF;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 1em .5em;
    font-size: 1.5em;
    width: 25%;
	overflow:auto;
}

.tablink:hover {
    background-color:rgba(185,125,50,1.00);
}


/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
    color:#DFDFDF;
    display: none;
    height: 100%;
	overflow: visible;
	margin-bottom:10em;
}

.explainer{
	color:rgba(80,55,45,1.00);
    background-color:ghostwhite;
	padding:2em;
	margin: 2em 1em;
	font-size:1.5em;
	text-align:left;
	border: 3px solid rgba(80,55,45,1.00);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


.breakplz{
	color:rgba(80,55,45,1.00);
	border: thin solid rgba(80,55,45,1.00);
	padding: auto;
	margin:3em 0em;
	min-width:100%;
}

.thumbnail{
	border: 3px solid rgba(80,55,45,1.00);
	opacity:1.0;
	opacity:.5;
}

.thumbnail:hover{
	border: 4px solid rgba(185,125,50,1.00);
	opacity:1.0;
}


.learn-more{
	background-color:rgba(185,125,50,1.00);
	padding:.5em;
	color:ghost-white;
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;
}

.learn-more:hover{
	background-color:rgba(80,55,45,1.00);
}
	

.tabs{
	align-content:center;
	text-align:center;
	background-color:rgba(80,55,45,1.00);
	border-radius:5px;
	border-width:.3em;
	border-color:rgba(80,55,45,1.00);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.tabs-title a {
	color:ghostwhite;
	font-size:1.5em;
	border-width:.3em;
	border-color:rgba(80,55,45,1.00);
}
.tabs-title a:hover {
	color:ghostwhite;
	font-size:1.5em;
	background-color:rgba(185,125,50,1.00);
}

  .tabs-title > a {
}
    .tabs-title > a:hover {
      background-color:rgba(185,125,50,1.00); }
    .tabs-title > a:focus, .tabs-title > a[aria-selected='true'] {
      background-color:rgba(185,125,50,1.00); }

.thumbs{
	float:right;
	color:rgba(185,125,50,1.00);
	font-size:1.5em;
	margin:.5em;
}

.thumbs:hover{
	float:right;
	color:rgba(80,55,45,1.00);
	font-size:1.5em;
	margin:.5em;
	
}

.thumbs-1{
	float:right;
	color:rgba(80,55,45,1.00);
	font-size:1.5em;
	margin-right:1em;
	margin-top:1em;
}

.comments{
	float:left;
	color:rgba(185,125,50,1.00);
	font-size:1.5em;
	margin-left:1em;
	margin-top:1em;
}

.comments:hover{
	float:left;
	color:rgba(80,55,45,1.00);
	font-size:1.5em;
	margin-left:1em;
	margin-top:1em;
}

/*  Cart */

.cart{
	text-align:left;
	color:rgba(80,55,45,1.00);
	font-family: 'Oswald', sans-serif;
	font-size: 1.25em;	
}

.cart-button{
	margin-left:2em;
}

.cart-head{
	margin:0em, 0em;
	padding-top:0em;
	text-align:left;
	color:rgba(80,55,45,1.00);
	font-family: 'Oswald', sans-serif;
	font-size: 2.5em;
}

.medium-3{
	align-content:right;
	float:right;
}

.total{
	text-align:left;
	color:rgba(80,55,45,1.00);
	font-family: 'Oswald', sans-serif;
	font-size: 2.75em;
	font-style:italic;	
}

.price-total{
	color:rgba(185,125,50,1.00);	
	font-family: 'Oswald', sans-serif;
	font-size: 2.75em;
	font-style:bold;
}

.total-price{
	color:rgba(185,125,50,1.00);	
	font-family: 'Oswald', sans-serif;
	font-style:bold;
	
}

.checkout{
	padding:.75em;
	font-size: 2.5em;
	font-style:bold;
}

.bold{
	font-style:bold;
	font-size: 1.25em;
}

.info-pay{
	text-align:left;
	font-size: 1.25em;
	color:rgba(80,55,45,1.00);
	padding-top:.25em;
	font-family: 'Oswald', sans-serif;
	
}

.about-img{
	border: .25em solid rgba(80,55,45,1.00);
}

.shipbill form{
	text-align: left;
	float:left;
}


/*  TESTING THIS  */

/*  Modal Window Stuff  */


.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000000009; /* Sit on top */
    padding-top: 5em; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: ghostwhite;
    margin: auto;
    padding: 3em;
	border: .25em solid rgba(80,55,45,1.00);
    width: 40%;
}

/* The Close Button */
.close {
    color:rgba(80,55,45,1.00);
    float: right;
    font-size: 3em;
    font-weight: bold;
}
.close:hover {
    color:rgba(185,125,50,1.00);
    float: right;
    font-size: 3.15em;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color:rgba(185,125,50,1.00);
    text-decoration: none;
    cursor: pointer;
}

.account{
	color:ghostwhite;
	font-size:1.5em;
	padding:.5em .3em;
	background-color:rgba(185,125,50,1.00);
	border-radius:5px;
	margin:1.5em .25em ;
}

.account:hover{
	color:ghostwhite;
	font-size:1.5em;
	padding:.5em .3em;
	background-color:rgba(80,55,45,1.00);
	border-radius:5px;
	margin:1.5em .25em ;
	cursor:pointer;
}

.fuck {
	margin-left:.25em;
}.fuck-2{
	margin-right:.25em;
}





