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

.main-list {
    list-style-type: none;
	color:rgba(175,189,33,1.00);
    padding: 0;
    margin: 5;
    display: inline-block;
}

.main-list li {
    list-style-type: none;
	color: white;
    margin: 10px 0;
    font-size: 1.3rem;
}

.list-container {
    text-align: center;
	margin-top: 120px;
}

.tophalf{
	display:flex;
	align-items:center;
	margin: 0px 15px;
	flex-direction: row-reverse
}

.container{
	display:flex;
	align-items: flex-end;
	margin: 0px;
}

body{   
	
    background-image: url("../images/news-TMCC-greenribbonschool-featured.jpg");
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
	
}

header{
	color: white;
	margin:0px;
	width:100vw;
	height:auto;
	border-bottom: medium solid white;
	position:absolute;
	text-decoration: underline;
}
.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;
}

.subhead{
	font-family: futura-pt, sans-serif;
	font-weight: 800;
	font-style: normal;
	text-transform: uppercase;
	font-size: 110px;
	color: #1c3900;
	letter-spacing: -4px;
	position: absolute;
	top: 675px;
	padding: 3px 20px
}