
@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 {
	background-color: #d9e4e0;
	color: #756d56;
}

#header {
	
	display: none;
}

#main {
	margin-top: 32px;
}

#side {
	height: 0; width: 0; padding: 0; margin: 0;
}

h1 {
	font-family: Variable;
	font-size: 5.5em;
	margin-bottom: 0;
	color: #a6b6f3;
}

.subtitle {
	font-family:  Variable;
	color: white;
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: 1.5px;
	font-size: 1.5em;
	background-color: #a6b6f3;
	padding: 5px 20px;
	border-radius: .8em;
	box-shadow:4px 4px 5px rgba(0,50,50,0.25);
	max-width: 60%;
}
.watermark {
	position: absolute;
	right: 50px;
	top: -80px;
	opacity: 0.6;
	z-index: -1;
	transform: scale(0.5);
	}
.watermark2 {
	float: right; 
	z-index: -1;
	opacity: 0.3;
	
	}
	
	
div.status
{
	margin:  15px -5px;
}
span.status{
	border:1px solid black;
	padding: 5px 10px;
	margin-left: -5px;
}

span.status.explanation {
	
	border-width: 0px;
}

span.status.selected {
	background-color: #756d56;
	color: #e6e6da;
}

img.icon {
	max-width: 128px;
	width: 14%;
	border-style: none;
}

.icons {
	position: relative;;
	text-align: center;
	margin-bottom: 2em;
	font-family: "Lucida Grande",HelveticaNeue,Helvetica,sans-serif;
	
	display: flex;
    flex-flow: row wrap;

}

.smallIcon{
	    flex: 1 0 25%;
	    justify-content: space-around;
	    margin-top: 2em;
}


.smallIcon .name{
	font-weight: bold;
}

.smallIcon .label
{
	height:5em;
}

.smallIcon .tagline {
	font-size: 0.8em;
	margin-top: 0.8em;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
}

.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: #b6f3a6;
	color: black;
	text-shadow: none;
	margin-left: auto;
	margin-right: auto;
	max-width: 256px;

}

.button a:link,.button a:visited {
	
	color: #fc2b00;
}

.learn {
	background-color: #a6b6f3 ;
	color: #fff0f7;
	text-shadow: 1px 1px 1px #533;;	
}

.learn a:link,.learn a:visited {
	
	color: #fff0f8;
}

.sidebar {
	width:  150px;
	float:  right;
	font-family: Variable;
	padding:  10px;
	text-align:  right;
}

.sidebar .big {

	font-size: 3.5em;


}


.fest  {
	width: 25%;
	min-width: 200px;
}

	
@media screen and (max-width: 800px) {
	.watermark,.watermark2 {
	opacity: 0.3;
	}
	
	h1 {
	font-size: 56px;
}

.subtitle {
	font-size: 16px;
	padding: 5px;
}
	div.status {
		font-size: 11px;
		margin-left: 5px;

	}
	span.status {
		padding: 5px 5px;
		}
}

.FestImageRight {
	width: 50%;
	float: right;
	margin-left: 2em;
}

.FestImageRight img{
	width: 90%;
}

.product {
	clear:both;
}

.save {
	font-family: HelveticaNeue,Arial,serif;
	font-size: 1.8em;
	font-style: italic;
	color: #50a264;
}
.quotes{
	width: 65%;
	margin-left: 10%;
	font-size: 85%;
}

 @media only screen and (max-width: 900px) {
	.smallIcon{
	font-size: 90%;
	flex: 1 0 33%;

	}
	
	
	}

 @media only screen and (max-width: 600px) {
	.status{
		display:  none;
	}
	#main {
	margin-top: 16px;
}
	.subtitle {
	font-size: 13px;
	padding: 5px;
}

.smallIcon{
	flex: 1 0 50%;
	}
	
	
.smallIcon .label
{
}

.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);
	}

}