@charset "UTF-8";
/* CSS Document */

html, body {
    margin: 0px;
	margin-top:0px;
	background-color:#fff600;
	background-repeat: no-repeat;
    background-attachment: fixed;
	color: #FFF;
	padding: 0.5%;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    }

/* texts */

a:link {
	color: #FFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;

}
a:hover {
	text-decoration: underline;
	color: #fff600;
}
a:active {
	text-decoration: none;
}

h1 {
	font-family: Futura;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 12px;
}

h2 {
	font-family: Futura;
	font-size: 30px;
	font-style: normal;
	font-variant: normal;
	font-weight: bold;
	line-height: 12px;
	text-shadow: 3px 0px black;

}

h3 {	
	font-family: Futura;
	text-decoration: underline;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	line-height: 12px;
	text-shadow: 3px 0px black;

}

h4 {	
	font-family: Futura;
	text-decoration: overline;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	line-height: 12px;
	text-shadow: 3px 0px black;
}

p {width: 50%;
margin-left:auto;
margin-right: auto;
}

/* divs */

.container {
	background-color:#000000;
	background-image: url(images/BWbg.jpg);
	background-size: cover;
	background-position: center;
	width: 98%;
	height: auto;
	position: absolute;
}

.head {
	padding-top: 5%;
	text-align: center;
}


.block {
/*	margin-left: 15%;
	margin-right: 15%;
	margin-bottom: 1px; */
	text-align: center;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	float: left;
	border-top-color: #fff600;
	border-top-style: dotted;
	padding-top: 50px;
	margin-top: 50px;
		;
}

.lineup {
	margin-left: auto;
	margin-right: auto;
	background-color: aqua;
	width: 50%;
}

.luCM {
	width: 300px;
	height: 300px;
	background-color:#000000;
	background-image: url(images/CM2.jpg);
	background-size: cover;
	background-position: center;
	text-align: center;
	margin: auto; float: left;

}

.luCh {
	width: 300px;
	height: 300px;
	background-color:#000000;
	background-image: url(images/Ch1.jpg);
	background-size: cover;
	background-position: center;	margin: auto; float: left;
}

.luHS {
	width: 300px;
	height: 300px;
	background-color:#000000;
	background-image: url(images/HS1.jpg);
	background-size: cover;
	background-position: center;
		margin: auto; float: left;
}

.luPEER {
	width: 300px;
	height: 300px;
	background-color:#000000;
	background-image: url(images/PEER1.jpg);
	background-size: cover;
	background-position: center;	margin: auto; float: left;
}

.luDM {
	width: 300px;
	height: 300px;
	background-color:#000000;
	background-image: url(images/DM1.jpg);
	background-size: cover;
	background-position: center;	margin: auto; float: left;
}

.footer {
	margin-top: 40px;
	height: 3%;
	background-color: #fff600;
	width:100%;
	float: left;
}