@charset "UTF-8";

.container {
	
	width: 1100px;
	hegith: 900px;
	max-height: 100%;
	max-width: 100%;
	background-image: url(../images/graphic_design_background_image.jpg);
	
}

header {
	
	width: 1100px;
	height:90px;
	background-color: rgba(1,31,73,1.00);
	font-size: 4em;
	color: rgba(255,255,255,1.00);
	
}

nav {
	
	height: 635px;
	float: left;
	margin-top: 150px;
	margin-right: 0px;
	margin-left: 40px;
	margin-bottom: 0px;
}

nav ul {
	
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	position: relative;
		
}

nav ul li {
	
	width: 250px;
	height: 120px;
	display: block;
	text-align: center;
	border-radius: 20px;
	margin-bottom: 50px;
}
nav ul li a {
	
	font-size: 3.5em;
	height: 120px;
	width: 250px;
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
	display: block;
	color: rgba(0,68,255,1.00);
	background-color: rgba(30,140,220,1.00);
	border-radius: 20px;
	
}

nav ul li a:hover {
	
	font-size: 3.5em;
	height: 120px;
	width: 250px;
	color: rgba(145,244,253,1.00);
	background-color: rgba(3,61,136,1.00);
	font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Arial Black," sans-serif";
	border-radius: 20px;
	
}

h1 {
	
	width: 600px;
	font-size: 5em;
	float: right;
	background-color: rgba(30,140,220,1.00);
	color: rgba(149,248,254,1.00);
	border: solid;
	border-radius: 20px;
	margin-right: 100px;
	text-align: center;
	
}

p{
	
	float: right;
	width: 440px;
	height: 400px;
	font-size: 30px;
	background-color: rgba(30,140,220,1.00);
	color: rgba(149,248,254,1.00);
	border: solid;
	border-radius: 20px;
	text-align: center;
	padding-top: 20px;
	margin-right: 160px;
	padding-right: 20px;
	padding-left: 20px;

}

footer {
	
	width: 1100px;
	height: 100px;
	background-color: rgba(1,31,73,1.00);
	clear: both;
	font-size: 5em;
	text-align: center;
	
}

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