a:hover {
  color: graytext;
}

/*** header css ***/
 
.h-outer1{
	background-color: white;
}

.h-outer2{
	top-margin: 2%;
	background-color: #204a87 ; 
	width: 100%; 
	align-self: center;
}

.h-outer3{
	align-content: center;
	text-align: center;
}

.h-outer4{
	align-content: left;
	text-align: left;
}

.h-outer5{
	align-content: right;
	text-align: right;
}

.h-align{
	text-align:center;	
}

.h-font1{
	color: white ;
	font-size: 2em;
}

.h-font2{
	font-size: 30px;
	color: white;
}

.h-font3{
	color: white;
}

.h-log-img{
	font-size: 1.1em;
}

/*** footer css ***/

.f-outer1{
	background-color: white;
}

.f-outer2{
	background-color: #204a87; 
	width: 100%; 
	align-self: center;
}

.f-outer3{
	text-align: center;
}

.f-font1{
	color: white;
}

/*** navigator content css ***/

.nav-content{
	overflow-y: scroll;
	height: 85%;
}
