@charset "UTF-8";

html, body {
	margin: 0px;
	padding: 0px;
	text-align: center;
}

body {
	background-color: white;
	
}


.container {
	position: relative;
	display: flex;
	min-height: 100vh;
	background-image: url("../images/tmccbackground-01.png");
	background-position: left bottom;
	background-repeat: repeat;
	background-size:cover;
}
header img {
	max-width:40%;
}
main {
	
	width: 100vw;
	
	
}
header {
	background-color:rgba(53,53,53,1.00);
	text-align: left;
	padding: 10px 35px 20px 10px
}
header h1 {
	margin: 0px;
	padding: 0px;
	color:rgba(150,179,25,1.00);
	font-family:"Helvetica";
	font-size: 13px;
	
}
.main-nav {
	color:darkgray;
	text-align: center;
	font-family:"Helvetica";
	font-weight:bold;
	font-size:20px;

	
}
.main-nav ul {
	list-style-type: none;
	list-style-image: none;
	background-color:lightgrey;
	display: flex;
	justify-content: space-around;
	margin:0px;
	padding:10px;
	
}
.main-nav ul a {
	color:rgba(53,53,53,1.00);
	text-decoration: none;
	padding:15px;
	
}
.main-nav ul a:hover {
	color:darkgreen;
}

section img {
	 max-width: 75%;
	height: auto;
	
}

footer {
	padding:20px;
	margin: 250px 20px 20px 20px;
	text-align: right bottom;
	color:rgba(150,179,25,1.00)
	
}