/* final.css */

header {
	background-color: #4893d8;
	text-align: center;
	color: white;
	width: 10px;
	position: relative;


}

 body {
      
      background-color: #5CDB95; 
    }



.header-img {
	display: block;
	padding:0 5px 2px 2px;
	height: 85px;
	width: 75px;
	float: left;
}

.header h1 {
	float: right;
	top: 18px;
	left: 10px;
	font-family: 'Bree Serif', Serif;
	color: #edf5e1;

}



   #facility {
    float: right;
    width: 200px;
    height: auto;
      
    
  }


 .container {
      width: 989px;
      margin: 0 auto;
      background-color: #05386B;
      box-shadow: 0px 5px 12px rgba(0,0,0,0.3);
      padding: 20px;
  }

.menu {
  background-color: #192f63;
  overflow: hidden;
}


.menu a {
  float: left;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px
}


.menu a:hover {
  background-color: #ddd;
  color: black;
}


#font {
	color: #edf5e1;
	text-align: left;
	font-family: 'yrsa', Serif;
	font-size: 16px;
	padding: 5px;

}

#font2 {
	color: #edf5e1;
	text-align: center;
	font-family: 'yrsa', Serif;
	font-size: 18px;
	padding: 10px;

}

#font3 {
	color: #edf5e1;
	text-align: center;
	font-family: 'yrsa', Serif;
	font-size: 16px;
	padding: 5px;

}


#font-head {
	color: white;
	
	font-family: 'Bree Serif', Serif;

}

.foot {
	text-align: center;
	color: #edf5e1;
      
    
  }



 #old {
    float: right;
    width: 300px;
    height: auto;

  }

 #font-bios {
	color: white;
	text-align: center;
	font-family: 'yrsa', Serif;
	font-size: 16px;

}


table, tr, td, th {

	border: 1px solid white;
}

td, th {

	text-align: left;
	padding: 10px;
	font-size: 16px;
}

.form {

	width: 100%;
}

label {

	margin-bottom: 3px;
	display: block;
}