body {
	background-image: url("/img/greyzz.png");
	font-family: 'ClanPro';
	color:#1D1D1B;
}

header {
	background-color: #381674;
	text-align: center;
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	left: 0;
}

header img {
	width: 90%;
	max-width: 220px;
}

footer {
	background-color: #1D1D1B;
	color:white;
	padding: 25px 0 10px;
}

footer a, footer a:hover, footer a:visited, footer a:link {
	color:white;
	text-decoration: none;
}

#content a, #content a:hover, #content a:visited, #content a:link {
	color:#1D1D1B;
	text-decoration: none;
}

nav {
	background-color: #1D1D1B;
	text-align: center;
	font-size: 1.1em;
	text-transform: uppercase;
}

nav ul.nav {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

nav ul.nav li {
	display: inline-block;
	color: white;
}

nav ul.nav li a{
	display: block;
	color: white !important;
	text-decoration: none !important;
	margin:0;
	padding: 9px 15px 5px;
	transition: background-color 0.2s;
}

nav ul.nav li a:hover {
	background-color:#8ec21f;
}

nav ul.nav li a:focus {
	background-color:#1D1D1B;
}

nav ul.nav li.active a {
	background-color:#8ec21f;
}

#content {
	margin:0;
	font-size: 1.1em;
}


h1 {
	color:#8ec21f;
	text-transform: uppercase;
	font-weight: 700;
	border-bottom: 4px #1D1D1B solid;
	margin-bottom: 25px;
}

.section {
	min-height:90vh;
	text-align: justify;
	border-bottom: 5px solid #381674;
}

.section-0 {
	min-height:100vh;
	border-bottom: 5px solid #8ec21f;
}

.cover{
	background: no-repeat center center fixed;
	background-size: cover;
	height: 30vh;
	
}

#cover-0 {
	background-image: url("/img/wall0_.jpg");
	height: 100vh;
	background-attachment: scroll;
	text-align: center;
	padding-top: 40vh;
	font-size: 5em;
	color:white;
	font-weight: 700;
	text-transform: uppercase;
	text-shadow: 0px 0px 5px #1D1D1B;
	letter-spacing: 2px;
}

#cover-1 {
	background-image: url("/img/wall1_.jpg");
}

#cover-2 {
	background-image: url("/img/wall2_.jpg");
}

#cover-3 {
	background-image: url("/img/wall3_.jpg");
}

#cover-4 {
	background-image: url("/img/wall4_.jpg");
}

p.center {
	border-left: 2px solid #8ec21f;
	border-right: 2px solid #8ec21f;
	text-align: center;
}

.strong{
	font-weight: 700;
	font-size: 1.05em;
}

.spacing{
	letter-spacing: 1px;
}

.anchor {
    display: block;
    position: relative;
    top: -110px;
	visibility: hidden;
}


img.icon {
	height: 100px;
	margin: 50px 0 25px;
}

img.map {
	height: 400px;
	margin: 0px;
}

p.icon {
	font-weight: 700;
}


@media only screen and (max-width : 767px) {
	#cover-0 {
		font-size: 3em;
	}

	footer p {
		text-align: center !important;
	}

	footer p.center {
		border: none;
	}

	img.icon {
		height: 50px;
		margin: 25px 0 25px;
	}

	#content {
		font-size: 1em;
	}

	img.map {
		margin-top: 25px;
	}

}

