@charset "utf-8";
/* CSS Document */
body {
    background  : url(" ../images/pattern-bg.png") fixed;
    }


h1, .h1 {
  font-size: 3.0rem;
	color: #ff931e;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
#nav {
width: 50%;
height: 10%;
margin-top: 1%;
margin-left: 25%;
}

#nav ul {
margin-left: 150px;
list-style: none;
}

#nav li {
display: inline;
padding: 10px 15px 10px 20px;
line-height: 20px;
}

#nav li a {
color: #8a8c8f;
text-decoration: none;
}
#nav li a:hover {
text-decoration: underline;
	color: #ef4e22;
}
#nav .current a {
font-weight: bold;
}
.responsive {
    width: 100%;
    height: auto;
}
.copyright {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #717070;
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: lighter;
	letter-spacing: 2px;
	border-top-width: 2px;
}
footer {
	position: fixed;
	background-color: #B3B3B3;
	padding-top: 60px;
	padding-bottom: 60PX;
}