/*RESET*/
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, font, 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 {margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent;} body {line-height: 1;}ol, ul{list-style:none;} blockquote, q{quotes:none;} blockquote:before, blockquote:after, q:before, q:after{content:'';content:none;} :focus{outline:0;} ins{text-decoration:none;} del{text-decoration:line-through;} table{border-collapse:collapse; border-spacing:0;}

/*MAIN*/
body { 
	font-size: 1.05em;
	line-height: 1.25em;
	font-family: Helvetica Neue, Helvetica, Arial;
	background: url(../img/burgundybk.gif) no-repeat center;
	background-size:cover;
	color: #555;
}

a {

	color: #000;
	text-decoration: none;
	font-weight: bold;
	

}

a:hover {

	color:#903;
	
	
}

img {
	width:100%;
}

header {

	background:#fff;
	width: 100%;
	height: 100px;
	position: fixed;
	top: 0;
	left: 0;
	border-bottom: 4px solid #666;
	z-index: 100;

}

#logo{

	margin-left: 0px;
	margin-top:1px;
	float: left;
	width: 290px;
	height: 100px;
	background: url(../img/LWM_banner.jpg) no-repeat center;
	display: block;

}

nav {

	float: right;
	padding-top: 28px;	
	padding-right: 15px;
	
}

#menu-icon {

	display: hidden;
	width: 40px;
	height: 40px;
	background: #903 url(../img/menu-icon.png) center;

}

a:hover#menu-icon {

	background-color: #444;
	border-radius: 4px 4px 0 0;

}

ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 12px;
	/*background-color:#DFDFDF;*/
	
	

}

.current {

	color: #2262AD;

}

section {

	margin: 80px auto 0px;
	max-width: 980px;
	position: relative;
	padding-top: 20px;
	border: #000 1px solid;
	background-color: #FFF;


}

footer {

	margin: 0px auto 40px;
	font-size:11px;
	font-style:italic;
	max-width: 980px;
	position: relative;
	padding: 20px 0px 40px 0px;
	text-align:center;

	
}

h1 {

	font-size: 1.3em;
	color: #292929;
	
	margin: 14px;
	padding: 2px;

}

h2 {

	font-size: .9em;
	color: #666;
	line-height: 1.0em;
	margin-left: 10px;
	padding-top: -40px;
	font-weight:700;
	margin: 14px;
	padding: 2px;

}

p {

    line-height: 1.2em;
	padding-right:20px;
	margin-bottom: 10px;
	margin-left: 15px;

}

.photos {
 width:50%;
 height:50%;
 margin: 10px 30px 20px 10px;
}

.ImgButton {
	width:23px;
	height: 18px;
	vertical-align:text-top;
}

/*MEDIA QUERY*/
@media only screen and (max-width : 770px) {

	
#logo{

	margin-left: 0px;
	margin-top:1px;
	float: left;
	width: 210px;
	height: 110px;
	background: url(../img/LWM_logoSm.jpg) no-repeat center;
	display: block;

}
	
	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;
	

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 10px;
		background: #fff;
		border: 2px solid #903;
		right: 18px;
		top: 60px;
		width: 30%;
		border-radius: 4px 0 4px 4px;
	

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 15px 0;
		margin: 0;
		border-collapse:collapse;

	}

	nav:hover ul {

		display: block;
	}
	
	h1 {

	font-size: .9em;
	color: #000;
	line-height: 1.0em;
	margin: 10px;
	padding: 2px;

}

h2 {

	font-size: .9em;
	color:#292929;
	line-height: 1.0em;
	margin-left: 10px;
	padding-top: -40px;
	font-weight:500;

}
p {

	line-height: 1.4em;
	padding-right:20px;
	margin-bottom: 20px;
	margin-left: 10px;
	font-size: .7em;

}

.photos {
 width:50%;
 height:50%;
 margin: 10px 15px 10px 10px;
}