/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

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;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
	font-family:gill sans;
}
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;
}

/**** Global reset ****/

body {
  background: #000 url(images/background.jpg) center center fixed no-repeat;
  -moz-background-size: cover;
  background-size: cover;
}

header img{
max-width: 100%;	
	margin: auto;
}

#large{
	max-width: 100%;	
	margin: auto;
	display:block;

}
#small{
	display:none;
}



/************************ nav */


nav {
	width: 50%; /* 512/1024 */	
	
	margin-top: -20px;
margin-left: 25.87890625%;
	float: left;
	
}

nav ul li {
	float:left;
	padding: 5px;
	margin: auto;
	display: inline-block;
	
}

nav ul li a {
	display: block;
		height: 25px;
		width: 81.5px;	
		text-indent: -999px;
}

nav ul li a#menu{
	background: url(images/menu.png);

}

nav ul li a#menu:hover{
	background: url(images/menu_over.png);

}


nav ul li a#photos{
	background: url(images/photos.png);

}

nav ul li a#photos:hover{
	background: url(images/photos_over.png);

}

nav ul li a#about{
	background: url(images/about.png);

}

nav ul li a#about:hover{
	background: url(images/about_over.png);

}

nav ul li a#contact{
	background: url(images/contact.png);

}

nav ul li a#contact:hover{
	background: url(images/contact_over.png);

}
/************************ Frames */

h1, h2{

	font-size: 1.3rem;
	text-align: center;
	}

#one{
	width:25%;
	float:left;
	padding: 30px;
	padding-top: 20px;
}

#two{
	background: url(images/frame3.jpg) no-repeat;
	background-size: contain;
	padding: 45px;
	width:23%;
	float:left;
	margin-top:20px;
	padding-bottom: 218px;
	margin-left:25px;
	}

#three{
	width:25%;
	float:left;
	margin-left: 20px;
		
}


/************************ Gallery *******************************/

#gallery{
	width: 75%;
	margin:auto;
	margin-top:5%;
}





/************************ Menu *******************************/

ul#columns li{
	float:left;
		background: url(images/menuframe.jpg) no-repeat;
		background-size: contain;
	width:31%;
	height: 586px;
	margin:5px;
	margin-top:30px;
	margin-left:13px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
ul#columns li p{
text-align: center;
line-height:1.3rem;
	
}

ul#columns li h3{
text-align: center;
text-transform: uppercase;
font-weight: bold;
	text-align: center;
	padding:13px;
	padding-top:50px;
	margin-top:15px;
	margin: 10px;
}

.clearfix{
	clear:both;
}

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

ul#columns li{
margin-left:10px;
}

ul#columns li h3{
padding-top:30px;
margin-bottom:-10px;
}

}


@media screen and (max-width: 770px){
ul#columns li{
	float:none;
	width:40%;
	margin-left:200px;
	margin-top:40px;
	margin-bottom:-70px;
	}
ul#columns li h3{
padding:35px;
padding-top: 60px;


}
}


@media screen and (max-width: 670px){
ul#columns li{
		margin-bottom:-100px;
		margin-left:125px;
		width:275px;
	}
ul#columns li h3{
padding:35px;
padding-top: 60px;
}
}

@media screen and (max-width:400px){
ul#columns li{
min-height: 586px;
margin-left:60px;
width:275px;
}


}
@media screen and (max-width:399px){
ul#columns li{
margin-top:80px;
}


}




/************************ MQ *******************************/

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

	#two{
		margin-left:40px;
		
	}

h1, h2{
	font-size: 1.0rem;
	}

}



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

	nav{
		width: 100%;
		margin-top:-10px;
	}

#large{
		display:none;	
	}
	#small{
		display:block;
	}
	
	#one{
	display:none;
	}
	
	#three{
	margin-left:50px;
	padding-top:20px;
	padding-right:20px;
	}
	
	#two{
	 width:40%;
		}
	h1, h2{
	font-size: 1.2rem;
	padding-right:20px;
	}

		
}

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

	#two{
		margin-left:70px;
				
	}
	h1, h2{
	font-size: 1.3rem;
	padding-right:20px;
	}

	
}



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

	#large{
		display:none;	
	}
	#small{
		display:block;
	}

	nav{
		width: 100%;
		margin-left:10px;
		margin-top: -10px;
	}
	
	#one, #three{
		display:none;
	}
	
	#two{
	margin:20px;
	width:55%;
	
	
	}

	h1, h2{
	font-size: 1.3rem;
	padding-right:40px;
	}


}

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

	h1, h2{
	padding-right:5px;
	}

	
}

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

	#two{
	margin-left:45px;
	}
	
		
}


@media screen and (max-width:399px){
ul#columns li{

margin-left:30px;
}
nav{
		width:70%;
		margin:auto;
		margin-left:70px;
		margin-bottom:50px;
		
	}
#two{
margin-top:5px;
	width:65%;
	margin-left: 10px;
}

}



