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

.classtype, .classleft, .classright, .classunits, .classbody{
	margin-top: 30px;
	z-index: 3;
	color: white;
	font-size: 18px;
	
}

.classname {
	
	margin-top: 30px;
	z-index: 3;
	color: rgba(175,189,33,1.00);
	font-family: "futura-pt", sans-serif;
	text-transform:uppercase;
	
}

.tophalf{
	display:flex;
	align-items:center;
	margin: 0px 15px;
	flex-direction: row-reverse
}

.container{
	display:flex;
	align-items: flex-end;
	margin: 0px;
}

body{   
	
    background-image: url("../images/1060-x-540-project-TMCC-1.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
	
}

header{
	color: white;
	margin:0px;
	width:100vw;
	height:auto;
	border-bottom: medium solid white;
	position:absolute;
	text-decoration: underline;
}
.nav{
	list-style-type: none; 
	list-style-image: none;
	background-color: #1c3900;
	margin: 0px;
	
}

.navtype{
	text-transform:uppercase;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:30px;
	margin: 0px;
	z-index:3;
}
ul {
	list-style: none;
	display:flex;
	justify-content:space-around;
	height: 100px;
	align-items: center;
}

.subhead{
	font-family: futura-pt, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 110px;
	color: #1c3900;
	letter-spacing: -4px;
	position: absolute;
	top: 9680px;
	padding: 3px 20px
}