  
   html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}

	a {
		
		color: #000;	
	}
	
	a:hover {
		text-decoration: none;
	}

	html {
		color: #000;
		background: url(../img/WindowRain.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
		font-family: Verdana, Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS",  sans-serif;
		line-height: 1.666em;
		font-size: 1.4vw;
		min-height: 100%;
	}

   	.c {
	display: flex;
 	position: relative;
  max-width: 1200px;
  min-width: 460px;
  margin-left: auto;
  margin-right: auto;
  height: auto;
 
}
	.textintro {
		position: relative;
		flex-basis: 100%;
		background-color: #bab5a5;
		margin-top: 5%;
		
	}
	
	.qw {
		flex: 1;
		font-size: 0;
		flex-basis: 25%;
	}
	
	.threeqw {
		flex-basis: 75%;	
	font-size: 0;
	}
	
	.fw {
		flex-basis: 100%;
		 font-size: 0;
	}
	
	.hw {
		flex-basis: 50%;
		 font-size: 0;
	}
	
	.logo {
		background-color: #3c3b3a;	
		position: relative;
		width: 100%;
		height: 3.8em;
		font-size: 1em;
	}
	
	.logo img {
		
		margin-top: 8.5%;
		margin-left: 11.5%;
		width: 76%;
		position: relative;
	}	
	
	.menu {
		background-color: #5d5d4d;
	
	
	}
	
	.fixedtopbig {
		position: fixed;
		z-index: 12;
		top: 0;	
		left: 0;
		right: 0;
		margin: auto;
	}
	p.textintrooverlay {
		position: absolute;
		top: 0;
		overflow: hidden;
		height: 200px;
		margin: 2.5%;
		margin-top: 2.2%;
		line-height: 1.666em;
		margin-right: 4.5%;
		letter-spacing: 0.1px;
	}
	
	
	


		
		
	
#nav, #nav ul {
	margin-left: 1.5em;
	list-style: none;
	line-height: 0.1em;
	font-size: 1.4vw;
	
}

#nav a {
	display: block;
	width: 7.5em;
	font-size: 0.8em;
	color: #fff;
	text-decoration: none;
	
}


#nav li {
	float: left;
	width: 5.7em;
	margin-top: 1.7em;
	margin-left: 0;
	margin-right: 0;
}

#nav li.contact {
	margin-left: 1.4em;	
}
	

#nav li ul {
	position: absolute;
	width: 7em;
	left: -999em;
	font-size: 1em;
	top: -3em;
	margin-left: -1.5em;
	padding-bottom: 2em;
	padding-top: 3em;
	background-color: #c9a248;
	margin-top: 0;
	border-radius: 12px;
	box-shadow: 0px 5px 35px #333; 
}

#nav li ul a {
	margin-left: 1.8em;	
	text-decoration: none;
}

#nav li ul a:hover {
	color: #000 !important;
}

#nav li.shop ul {
	width: 8.5em;	
}
#nav a.contactmenu:hover {
	color: #c9a248;
}

#nav li:hover ul {
	left: auto;
}

@media screen and (max-width: 460px) {
	 html, #nav {
		 font-size: 6.5px;
	  }
	  
	  
  
}	

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

	
	p.textintrooverlay {
		margin-top: 2%;	
	}
  
}	

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

  
}	

@media screen and (min-width: 1200px) {
	  html, #nav {
		 font-size: 17px;
	  }
  
}