/* Header
–––––––––––––––––––––––––––––––––––––––––––––––––– */
#je-logo {position: absolute; top:30px; left:7%; z-index: 1001;}
#je-logo img {
-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=126, Color=#000000)"; /*IE 8*/
-moz-box-shadow: 5px 7px 6px -4px rgba(0,0,0,0.3); /*FF 3.5+*/
-webkit-box-shadow: 5px 7px 6px -4px rgba(0,0,0,0.3); /*Saf3-4, Chrome, iOS 4.0.2-4.2, Android 2.3+*/
box-shadow: 5px 7px 6px -4px rgba(0,0,0,0.3); /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
filter: progid:DXImageTransform.Microsoft.Shadow(Strength=6, Direction=135, Color=#000000); /*IE 5.5-7*/
}

#main-nav {position:absolute; top:30px; right:0; padding:20px 10px 10px 10px; padding-right:5%; height:20px; background:#74634e; z-index:101;}
#main-nav::before {content: ""; position:absolute; top:0px; left:-50px; width: 0;
height: 0;
border-style: solid;
border-width: 0 0 50px 50px;
border-color: transparent transparent #74634e transparent;
-webkit-transform:rotate(360deg);
}

ul.nav {margin:0; padding:0;}
ul.nav li {float:left; padding-right:20px; color:#e8d4aa; list-style-type:none; line-height: 1.5em; text-transform: uppercase; font-family:SohoStd-Bold; letter-spacing: .02rem; font-size: 1.15em;}
ul.nav li::before {content: ""; position:absolute; top:30px;}

ul.nav li a {color:#e8d4aa; text-decoration: none;}
ul.nav li a:hover {color:#F7FBF3;}
ul.nav li a:focus {color:#F7FBF3;}

.hero #tagline {
	position: absolute;
	bottom:5%;
	left:7%;
	z-index: 10001;
}

#tagline {
	font-size: 1.7rem !important;
	font-family: SohoStd-Light,'Nixie One',Georgia, serif; color: #74634E;
	line-height: 1.2em;
}

#tagline strong {
	font-family: SohoStd-Medium,'Nixie One',Georgia, serif; color: #74634E; font-weight:normal;
}

.button {
  font-family: SohoStd-Medium,'Nixie One',Georgia, serif;
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #74634e;
  text-align: center;
  font-size: 13px;
  line-height: 38px;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #74634e;
  cursor: pointer;
  box-sizing: border-box; }
.button:hover,
.button:focus,
 {
  color: #74634e;
  border-color: #b7a492;
  outline: 0;
 }

.button.add-items-to-cart, .login-links .button {
	height:20px;
	line-height:18px;
	font-size: 11px;
	padding: 0 10px;
	background-color: #a6ce39;
	color:#fff;
 }

 .button.add-items-to-cart:hover, .login-links .button:hover {
	color:#fff;
 }