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

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

}




li {
	text-decoration: none
}
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;
	z-index:3;
	
}
ul {
	list-style: none;
	display:flex;
	justify-content:space-around;
	height: 100px;
	align-items: center;
}

.tmccimg{
	width: 100vw;
	height: auto;
	position: relative;
	z-index: 1;
	margin-top: 103px;
}
.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: absolute;
	z-index: 2;
	/* [disabled]bottom: -122pt; */
	top: 387px;
	padding: 3px 20px
}

.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;
}
.bottomhalf{
	display:flex;
	align-items:center;
	margin: 0px 15px;
}
.tophalf{
	display:flex;
	align-items:center;
	margin: 0px 15px;
	flex-direction: row-reverse
}
.container{
	display:flex;
	align-items: flex-end;
	margin: 0px;
}
.navcolor{
	text-decoration:none;
	color:white;
}
.navcolor:hover	{
 text-decoration:underline;
	font-size: 35px;
}
/*@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;}
}