body,h1,h2,h3,h4,h5 {font-family: "Raleway", sans-serif}

h1 {font-size:24pts;
	text-align:center;
	padding-left: 5%;
	margin-right: 5%}
h2 {font-size:16pts;
	tex-align: center;
	padding-left: 5%;
	margin-right: 5%}

h3 {font-size:6pts;
	text-align: center;
	padding-left: 5%;
	padding-top: 50px ;
	margin-right: 5%}

p  {text-align: center;
	padding-left: 5%;
	margin-right: 5%}

body {
	padding: 0px; 
	margin: 0px; 
	text-align: center; 
	background-color:darkgray

}

header {
	height: 200px; 
	width: 95%; 
	margin: 30px auto 0px auto; 
	background-image:url("../images/tmcc-mountain.jpg") ; 
	background-size: 100% ;
	background-position:50% 51% ;
	border: 2px solid rgba(255,255,255,1.00); 
	border-radius: 30px 
	
}


nav {
    position: relative; 
    z-index: 10000; 
	width: 90%;
	height: 125px;
	margin: 20px auto 0px auto;
	background-color:#acbc23;
	border: solid 2px rgba(255,255,255,1.00);
	border-radius: 30px;
    white-space: nowrap; 
}


nav ul {
	margin: 0px; 
	padding: 0px; 
	list-style-type: none; 
	display: flex; 
	justify-content: center; 
}

nav ul li  {
	display: block; 
	height: 125px;
	background-color: aqua; 
	border-left: 2px solid white; 
    position: relative; 
}


nav ul li:last-child {
	border-right: 2px solid white; 
}


nav ul li a  {
	display: block;
	height: 125px; 
	width: 20%px ;
	padding: 0px 35px; 
	background-color:#acbc23; 
	color: white; 
	font-weight: bold; 
	text-decoration: none; 
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"; 
	font-size: 1.5em; 
	line-height: 125px; 
}

nav ul li a:hover  {
	background-color: darkgrey;
	
}
body img {
	align-self: left;
}