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

html,body{
	margin:0;
	padding:0;
	background-color: white;

}
img {
	margin:0;
	padding:0;
	width: auto;
}
header{
	color: white;
	margin:0px;
	width:100vw;
	height:auto;
	border-bottom: medium solid white;
	position:absolute;
}
.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;
}
ul {
	list-style: none;
	display:flex;
	justify-content:space-around;
	height: 100px;
	align-items: center;
}
.tmccimg{
	width: 100vw;
	height: auto;
	margin-top: 102px;
	position: relative;
	z-index: 1 ;
	
}
.subhead{
	font-family: futura-pt, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	background-color: white;
	font-size: 110px;
	color: #1c3900;
	letter-spacing: -4px;
	position: relative;
	z-index: 2;
	/* [disabled]bottom: -122pt; */
	top: -122px;
	margin-top: 0px;
	margin-bottom: -116px;
	width: 500px;
	padding-left: 13px;
}
.body1, .body2{
	font-family: futura-pt, sans-serif;
	font-weight: 350;
	font-style: normal;
	background-color: white;
	font-size: 25px;
	margin: 0px 20px;
	top: -1px;
	bottom: 0px;
}
.body1{
	margin-right:120px;
	margin-top:20px;
}
.body2{
	text-align: right;
	margin-left:120px;}
.bottomhalf{
	display:flex;
	align-items:center;
	margin: 0px 15px;}
.tophalf{
	display:flex;
	align-items:center;
	margin: 0px px;
	flex-direction: row-reverse}
.container{
	display:flex;
	align-items: center;
	margin: 10px 15px 10px 15px;
	flex-direction:row;
	width:auto;
}

.navcolor{
	text-decoration:none;
	color:white;
}
.navcolor:hover	{
 text-decoration:underline;
	font-size: 35px;
}

.classtype{
	z-index: 3;
}
.classleft {
	text-align: left;
}
.classright {
	text-align: right;
	margin-left: 1466px;
}
.classname{ 
	font-family: futura-pt, sans-serif;
	font-size: 35px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;}
.classunits{ 
	font-size: 25px;
	font-weight: 450;
	font-style: normal;
	margin: 0px;
	padding: 0px;}
.classbody {
font-size: 20px;
font-weight: 350;
font-style: normal;
margin: 0px;
padding: 0px;}
.classterm {
	font-size: 25px;
	font-weight: 450;
	font-style: normal;
margin: 0px;
padding: 0px;}
.classleft, .classright {
font-family: futura-pt, sans-serif;
font-weight: 350;
font-style: normal;
background-color: white;

margin: 0px 10px 0px ;
}

@media only screen and (max-width : 1222px ){
	
	.navtype{
	text-transform:uppercase;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:97%;
	margin: 0px;
		
}
}



@media only screen and (max-width : 719px ){
	
	.tmccimg{
		width: 720px;
		display: block;
  margin-left: auto;
  margin-right: auto;
		
	}
}

@media only screen and (max-width : 578px){
	
	.navtype{
	text-transform:uppercase;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:90%;
	margin: 0px;
}
}

@media only screen and (max-width : 578px){
	
	.navtype{
	text-transform:uppercase;
	font-family: "futura-pt", sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:90%;
	margin: 0px;
		display:none;}}
