@charset "UTF-8";

@font-face {
	
	font-family: 'MutantAcademyBB';
	src: url('../fonts/MutantAcademyBB.ttf');
	font-weight: normal;
	font-style: normal;
}

.background {
	
	width: 1900px;
	height: 1300px;
	max-height: 100%;
	max-width: 100%;
	min-height: 40%;
	min-width: 40%;
	background-image: url(../images/tmcc_dandini_campus.jpg);
	z-index: -1000;
	
}

header {
	
	width: 1900px;
	height: 120px;
	color: rgba(159,210,2,1.00);
	background-color: rgba(255,255,255,1.00);
	font-size: 8em;
	text-align: center;
	font-family: 'MutantAcademyBB', Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
	border-bottom-width: 10px;
	padding: 0px;
	border-bottom-style: solid;
	list-style-type: none;
	text-decoration: none;
}

header .TMCC_logo {
	
	width: 300px;
	height: 74px;
	text-align: left;
	float: left;
	margin-left: 25px;
	margin-top: 25px;	
}

nav {
	
	height: 800px;
	width: 300px;
	float: left;
	margin-top: 0;
	padding: 0px;
	margin-left: -40px;
	margin-bottom: -10px;
	
}

nav ul {
	
	width: 300px;
	height: 1170px;
	float: left;
	padding: 0;
	margin: 0;
	background-color: rgba(159,211,4,1.00);
	
}

nav ul li {
	
	height: 120px;
	width: 300px;
	font-family: 'MutantAcademyBB', Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
	display: block;
	color: rgba(0,0,0,1.00);
	float: left;
	background-color: rgba(159,211,4,1.00);
	
}

nav ul li a {
	
	font-size: 45px;
	width: 280px;
	height: 120px;
	color: rgba(0,0,0,1.00);
	text-decoration: none;
	text-align: center;
	float: left;
	padding-top: 10px;
	margin-left: 20px;
	
}

nav ul li a:hover {
	
	font-size: 45px;
	height: 120px;
	width: 280px;
	font-family: 'MutantAcademyBB', Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
	color: rgba(0,0,0,1.00);
	background-color: rgba(255,255,255,1.00);
	text-decoration: none;
	float: left;

}

.slideshow_box {
	width: 1400px;
	height: 960px;
	border-radius: 20px;
	background-color: rgba(158,208,3,0.6);
	float: right;
	border: 10px solid rgba(0,0,0,1.00);
	margin-right: 100px;
	margin-top: 50px;
	margin-bottom: 60px;
	text-align: center;
	overflow: hidden;
}

p {
	font-size: 40px;
	text-decoration: none;
	list-style-type: none;
	list-style-image: none;
	text-align: center;
	font-family: Constantia, Lucida Bright, DejaVu Serif, Georgia, serif;
	line-height: 40px;
}

footer {
	
	width: 1900px;
	height: 60px;
	clear: both;
	color: rgba(255,255,255,1.00);
	font-size: 25px;
	text-align: center;
	margin-top: 200px;
		
}

footer ul {
	
	width: 285px;
	margin-left: 850px;
	height: auto;
	padding-top: 10px;
	
}
