@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 h2 {
	background-color:rgba(0,0,0,0.58);
	color:rgba(226,226,226,1.00);
	margin-left:7%;
	margin-right:70%;
    font-family: "Helvetica";
	padding-left:5px;
	padding-right: 5px;
	
	
		
}

section h4 {
	color:rgba(226,226,226,1.00);
	background-color:rgba(0,0,0,0.58);
	text-align:left;
	margin-left:20%;
	margin-right:20%;
	padding-left: 10px;
	padding-right:10px;
	padding-top:1px;
}
section h3 {
	color:rgba(226,226,226,1.00);
	background-color:rgba(0,0,0,0.58);
	text-align: left;
	margin-left:20%;
	margin-right:20%;
}

aside img {
	height:200px;
	align-content: flex-start;
	
}

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