@font-face {
	  font-family: 'Variable';
	  src: url("../fonts/variable_black_macroman/Variable_black-webfont.eot");
	  src: url("../fonts/variable_black_macroman/Variable_black-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/variable_black_macroman/Variable_black-webfont.woff") format("woff"), url("../fonts/variable_black_macroman/Variable_black-webfont.ttf") format("truetype"), url("../fonts/variable_black_macroman/Variable_black-webfont.svg#VariableBlack") format("svg");
	  font-weight: normal;
	  font-style: normal; }
	  
body {
	  color: #756d56;
	  padding:0;
	  margin: 0;
	  
	  font-family: HelveticaNeue,"Helvetica Neue",Helvetica,sans-serif;
	  font-weight: 300;
	  width: 100%;
	  color: #000;
	  padding: 0;
	  margin: 0;
}

a:link, a:visited {
	  color: #7090c0; 
  	text-decoration: none;
	  }
	  
	  a:hover  {
			color: #7090c0; 
			text-decoration: underline;
			}

h1,h2,h3,h4 {
	font-family:Variable,sans-serif;
}

header {
	background-image: url(../elements/sand.jpg);	
	background-attachment: fixed;
	background-position: -300px -300px;
	background-size:1500px;
	color: #ffffff;
	height: 150px;
	padding: 10px;
	/*
	padding: 10px;
	background-color:#ffff00;
	color: #ff7700;
	*/
}



header h1 {
	margin-bottom:0;
	font-size:3em;
}
header h2 {
	margin-top:0;
	
	font-size: 100%;
}

.green {
	color: #ffffff;
	background-color: #006600;
}

#top {
	background: linear-gradient(#f1edd2, white 20px);
	height: 20px;
}

#main {
	margin-left: 10%;
	margin-right: 10%
}

form td {font-size: 0.8em; }

.big {
	  font-family: "Avenir Next Condensed",ArialNarrow,Impact,sans-serif;
	  font-weight: 800; 
  }
  
 .stripe {
	 background-image: url(../elements/sand.jpg);
	 background-attachment: fixed;
	color: white;
	min-height: 16px;
	padding-left: 10%;
	margin-left: -12%;
	margin-right: -12%;
 }
  
  #main p, #main blockquote, #main ul, #main ul li {
	  line-height: 1.4;
  }
  
  
  
  .icons {
	position: relative;
	text-align: center;
	margin-bottom: 2em;
	font-family: HelveticaNeue,Helvetica,sans-serif;
	display: flex;
	flex-flow: row wrap; }
	
.icons a:link, .icons a:hover {
	text-decoration:none;
}

.icons a:hover {
	text-decoration: underline;
}
  
  .smallIcon {
	flex: 1 0 15%;
	justify-content: space-around;
	margin-top: 2em;
	min-width: 150px;
 }
  
  .smallIcon .name {
	font-weight: bold; }
  
  .smallIcon .label {
	height: 5em;
  /* text-transform: lowercase; */
   }
  
  .smallIcon .tagline {
	font-family: Variable,HelveticaNeue,sans-serif;
	color: #687299;
	font-size: 0.8em;
	margin-top: 0.8em;
	width: 80%;
	margin-left: auto;
	margin-right: auto; 
	 text-transform: lowercase;
	}
  
  .smallIcon img {
	max-width: 128px;
	width: 90%;
	border-style: none; }
	

  
  .button {
	padding: 2px 0px;
	border-radius: .8em;
	margin: 8px 0;
	box-shadow: 2px 2px 4px #7AC;
	width: 80%;
	background-color: #ffffff;
	color: black;
	text-shadow: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 256px; }
  
  .button a:link, .button a:visited {
	color: #ca5039; }
  
  .learn {
	background-color: #ca5039;	
	color: #ffffff;
	 }
  
  .learn a:link, .learn a:visited {
	color: #ffffff; }
	
	
	
	.leftIcon {
	  float: left;
	  width: 25%;
	  display: flex;
	  flex-flow: row wrap;
	  margin-right: 12px; }
	
	.leftIcon .smallIcon {
	  font-size: .75em;
	  text-align: center;
	  flex: 1 0 25%;
	  justify-content: space-around;
	  margin-top: 0; }
	
	.leftIcon .smallIcon .label {
	  height: 80px; }
	
	.leftIcon .smallIcon .save {
	  display: none; }
	
	.leftIcon .smallIcon .tagline {
	  font-size: .6em; }
	
	.reverse .leftIcon .smallIcon .tagline {
	  color: white; }
  
  .coupon {
		max-width: 30%;
		float: right;
		margin-left: 1em;
		padding: 16px;
		text-align: center;
		border: 1px dashed; }
	  
	  .coupon .big {
		font-family: "Avenir Next Condensed",ArialNarrow,Impact,sans-serif;
		font-weight: 800; }
		
.FestImageRight {
  width: 50%;
  float: right;
  margin-left: 2em; }

.FestImageRight img {
  width: 90%;
  border-color: #999999; }
  
 .product {
		clear: both; 
	background-image: url(../elements/sand.jpg);
	 background-attachment: fixed;
	 margin-left:-12%;
	 margin-right: -12%;
	 padding-left: 10%;
	 padding-top: .2em;
	 padding-bottom: .2em;
	 color: white;
 }


.details {
	clear:both;
	padding-top: 64px;
	color: #999;
}

.box {
	border-width: 1px;
	border-style:solid;
	border-color: black;
	padding: 5px;
}

input {
	font-size:1.5em;
}


 footer {
		  max-width: 960px;
		  color: #932;
		  text-align: center;
		  margin-top: 5em;
		  margin-left: 10%;
		  margin-right: 10%;
			font-size: .9em;
			clear:both;
	  }
	  
	  
  footer  p
  {
	  text-align: center;
	  font-size: .85em;
	  margin: 0;
  }
  
  footer  div.big {
	  font-size: 3em;
	  font-weight: 200;
  
	  margin-top: 40px;
	  margin-bottom: 5em;
  }
  
  footer a:link,footer a:visited {
		  color: #932;
		  text-decoration: none;
 		 }
		  
		  
  footer a:hover  {
		color: #932;
		text-decoration: underline;

}

	


@media  screen and (min-width: 1400px) {

	header {
		background-image: url(../elements/sand.jpg);	
		background-attachment: fixed;
		background-size:1500px;
		background-position: -0px -350px;
		color: white;
		height: 150px;
		padding: 10px;
	}
	

	
}



@media screen and (max-width: 1200px) {
	
	
	
  .watermark, .watermark2 {
	opacity: 0.3; }
  .smallIcon {
	font-size: 90%;
	flex: 1 0 20%; }
  h1 {
	font-size: 56px; }
  .quotes div {
	flex: 1 0 100%;
	padding-right: 5em; }
  #main .subtitle {
	font-size: 18px;
	padding: 5px; }
  div.status {
	font-size: 11px;
	margin-left: 5px; }
  span.status {
	padding: 5px 5px; } 
}

@media screen and (max-width: 1024px) {
	
	
	  .watermark, .watermark2 {
		opacity: 0.3; }
	  .smallIcon {
		font-size: 90%;
		flex: 1 0 33%; }
	  h1 {
		font-size: 56px; }
	  .quotes div {
		flex: 1 0 100%;
		padding-right: 5em; }
	  #main .subtitle {
		font-size: 18px;
		padding: 5px; }
	  div.status {
		font-size: 11px;
		margin-left: 5px; }
	  span.status {
		padding: 5px 5px; } 
	}
	


@media  screen and (max-width: 640px) {
	
	header {
		background-image: url(../elements/sand.jpg);	
		background-attachment: fixed;
		background-size:900px;
		background-position: -1200px -600px;
		color: #ffffff;
		padding: 10px;
		height: 100px;
	}
	
	header h1 {
		opacity: 1;
		font-size: 18pt;
	}
	
	header h2 {
		opacity: 1;
		font-size: 12pt;

	}
	
	
  #main p {
	font-size: 1.25em; }
  .status {
	display: none; }
  #main {
	margin-top: 16px; }
  .smallIcon {
	flex: 1 0 50%;
	font-size: .75em; }
  .smallIcon .label {
	font-size: 1.25em; }
  #main .subtitle {
	color: white;
	line-height: 1.4;
	font-size: .8em;
	letter-spacing: 0px; }
  .fest {
	float: none;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	font-size: 11px; }
  .FestImageRight {
	width: 100%;
	float: none;
	margin-left: 0; }
  blockquote {
	font-size: .8em;
	margin-right: 5px; }
  .watermark2 {
	transform: scale(0.5); }
  .reverse {
	background-color: #dc7f32;
	color: #fdea8a;
	margin: 0px -5% 0px -5%;
	padding: 30px 5% 30px 5%;
	font-weight: 500;
	overflow: hidden; }
  .coupon {
	max-width: 50%;
	font-size: .8em;
	float: right;
	margin-left: 1em;
	padding: 16px;
	text-align: center;
	border: 1px dashed; }
  .leftIcon {
	float: none;
	width: 100%; }
	input {
		font-size:1em;
	}
	
 }




