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

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

}
body{
	margin-top: -11px;
}

img {
	margin:0;
	padding:0;
	width: auto;
}
header{

	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;
	color: white;	
}
a{
	text-decoration: none;
	color:white;
}

ul {
	list-style: none;
	display:flex;
	justify-content:space-around;
	height: 100px;
	align-items: center;
}

.tmccimg{
	width: 100vw;
	height: auto;
	padding-top: 102px;
	position: relative;
}
.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;
	text-align: center;
	z-index: 2;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 3px;
	bottom: 800px;
	margin-top: 118px;
	margin-bottom: -1px;
}

.body1, .body2{
	font-family: futura-pt, sans-serif;
	font-weight: 350;
	font-style: normal;
	background-color: white;
	font-size: 25px;
	margin: 0px 20px;
}

.body1{
	margin-right:120px;
	margin-top:20px;
}
.body2{
	text-align: right;
	margin-left:120px;
}

.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: 1005px;
	/* [disabled]margin-right: 139px; */
	right: 0px;
}
.classname{ 
	font-family: futura-pt, sans-serif;
	font-size: 23px;
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;}
.classunits{ 
	font-size: 17px;
	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: 17px;
	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 ;
}
.instructors{
	max-width: 10vw;
	margin-bottom: 7px;
}
@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;}}
