@charset "iso-8859-2";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,400i,700');


/*
	yellow #C48F39
	light grey #403F3F
	
 */


	/* TYPOGRAPHY */	

p, li, td, th {
font-size: 11pt;
line-height: 22pt;
color: #cccccc;	
margin-top: 0px;
margin-bottom: 10px;
}
li, td, th, input, select { margin: 0; }

input[type="submit"] { 
	border-radius: 6px;
	background: linear-gradient(#8bbdf6, #0b54a7);
	color: #fff;
	font-weight: bold;
	font-size: 10pt;
	padding: 8px;
	border: 0;
	cursor: pointer;
}

.fulltext p {
	font-size: 11pt;
	line-height: 16pt;
	margin-bottom: 20px;

}

h1 {
font-size: 20pt;
line-height: 30pt;
font-weight: 400;
margin-top: 10px;
margin-bottom: 10px;
color: #ffffff;	
}


h2 {
	font-size: 13pt;
	line-height: 17pt;
	color: #ffffff;	
	font-weight: 400;
	margin-top: 15px;
	margin-bottom: 15px;
}



hr {
height:1px; 
border:none; 
color:#ccc; 
background-color:#C48F39;	
clear: both;
}

a:link, a:visited, a:active { color: #ffffff; text-decoration: underline; }
a:hover { color: #C48F39; }

#footer a:link, #footer a:visited, #footer a:active { color: #ffffff; text-decoration: none ;}
#footer a:hover { color: #C48F39; }


/* GENERAL LAYOUT */

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

body {
	background-color: #000;
	font-family: 'Noto Serif', serif;
}

	header {
		position: relative;
		width: 100%;
		margin: 0 auto;
		text-align: center;
		height: 100px;
		border-top: 10px solid #C48F39;
	}

	header .logo {
		width: 700px;
		height: auto;
		max-width: 90%;
		}

		

	
	nav {
		position: relative;
		width: 80%;
		margin: 0 auto;
		text-align: center;
		height: 60px;
		z-index: 500;
	}



	/* SECTIONS */	
	.section_container {
		position: relative;
		width: 100%;
	}


	.section_container.grey_background {
		border-top: 3px solid #ffffff;
		background-color: #272626;
	}		
	section {
		position: relative;
		width: 80%;
		margin: 0 auto;
		min-height: 300px;
		max-width: 1500px;
	}

	.large_image section, .grey_background section, .cart section  { 
		display: flex; 
		text-align: left;
		padding-bottom: 40px;
	}

	.sectioncontent {
		flex-basis:28%;
		padding: 2%;
		padding-top: 50px;
	}
	
	.sectionimage {
		flex-basis: 40%;
	}
	.large_image section:first-of-type .sectionimage {
		margin-top: -60px;
	}

	.sectionimage img { width: 100%; height: auto; }
	
	aside {
		flex-basis: 30%;
		padding-top: 50px;
		padding-bottom: 50px;
	
	}

	.media .sectioncontent, .gallery .sectioncontent { 
		width: 28%;
		padding: 2%;
		padding-bottom: 40px;
		float: left;
	}

	.cart .sectioncontent { padding-top: 0; }
	.cart aside { padding-top: 0; }


/*FEATURES */

#featureblock {
	position: relative;
	width: 65%;
	float: right;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 15px;
	margin-top: 70px;
}

#featureblock .features {
	background-color: #403F3F;
	position: relative;
	flex-basis: 25%;
	padding: 10px;
	margin-right: 30px;
	margin-bottom: 30px;
	text-align: center;
}
#featureblock .features p { color: #666666; font-weight: 200;}
#featureblock .features a { padding-bottom: 0;}

.features img {
width: 100%;
height: auto; 
overflow: hidden;
display: block;
}
	.features p { margin: 0; }
	
.features iframe {
	height: initial;
	max-width: 100%;
}
.cart iframe {
	height: 100px;
	width: 250px;
}
	
	/* FOOTER */	



	footer {
		position: fixed;
		bottom: 0;
		width: 100%;
		height: 40px;
		background-color: #403F3F;
		border-top: 2px solid #000;
	}
	#footer {
		position: relative;
		width: 80%;
		max-width: 1500px;
		margin:0 auto;
		text-align: right;
	}

	#footer p {
		color: #ffffff; 
		font-size: 8pt; 
		line-height: 10pt; 
		padding: 3px;
		padding-top: 8px;
		margin: 0;
	}






/* INCIDENTALS */

a img { 	border: none; }






/* adjustments for RESPONSIVE DESIGN */

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

	#container {width: 95%; }
		nav, section {	width: 95%; }

 
}

@media only screen and (max-width: 1200px)  { 

	.sectionimage { margin-top: 0; margin-bottom: 0; }
	#featureblock .features { margin-right: 15px; }
	.large_image section:first-of-type .sectionimage {
		margin-top: 0px;
	}


}
@media only screen and (max-width: 900px)  { 

	.large_image section, .media section,  .cart section  { flex-wrap: wrap; }
	
	.sectioncontent { flex-basis:96%; padding: 2%; padding-top: 30px; }
	.sectionimage { flex-basis:96%; padding: 2%; }
	aside { flex-basis:96%; padding: 2%; padding-bottom: 100px; }
	
	.media .sectioncontent, .gallery .sectioncontent, #featureblock {  width: 96%; padding: 2%; margin-top: 0px; }
	
}

@media only screen and (max-width: 650px)  { 


#featureblock .features { flex-basis: 95%; }


}

