/*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: 'Montserrat',sans-serif;
	background: #000;
	color: #FFF;
}

#topNav li a {

	color: #FFF;
	text-decoration: none;
	font-weight: bold;

}

#topNav li a:hover {

	color: #FFF;
	border-bottom:solid;
  border-bottom-color: #FFF;
  border-bottom-width: 3px;
  color: white;

}



header {

	background: #000;
	width: 100%;
	height: 76px;
	position: relative;
	top: 0;
	left: 0;
	
	/*z-index: 100*/;

}

#topLogo{
	
	float: left;
	width: 200px;
}

#topNav {
    
	float: left;
	padding-top: 35px;	
	padding-left: 150px;
	
}



ul {

	list-style: none;

}

li {

	display: inline-block;
	float: left;
	padding: 10px;
	font-family: 'Montserrat',sans-serif;
	background: #000;
	color: #FFF;
	font-size: 14px;

}

.current {

	color: #FFFFCC;

}



h1 {

	font-size: 2em;
	color: #FFFFCC;
	line-height: 1.15em;
	margin: 20px 0 ;

}

p {

	line-height: 1.45em;
	margin-bottom: 20px;

}

/*MEDIA QUERY*/
@media only screen and (max-width : 1106px) {
	#topLogo{
	width: 100%;
}

#topNav {
    width: 100%;
	
	padding-top: 5px;	
	padding-left: 5px;
	
}
li {
	font-size: 13px;
	padding: 7px;

}
}


/*MEDIA QUERY*/
/*
@media only screen and (max-width : 640px) {

	header {

		position: absolute;

	}

	#menu-icon {

		display:inline-block;

	}

	nav ul, nav:active ul { 

		display: none;
		position: absolute;
		padding: 20px;
		background: #fff;
		border: 5px solid #444;
		right: 20px;
		top: 60px;
		width: 50%;
		border-radius: 4px 0 4px 4px;

	}

	nav li {

		text-align: center;
		width: 100%;
		padding: 10px 0;
		margin: 0;

	}

	nav:hover ul {

		display: block;

	}
	*/