/* final.css */

header {
	background-color: #4893d8;
	text-align: center;
	color: white;
	width: 10px;
	position: relative;


}

 body {
      
      background-color: #192f63; 
    }



.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: white;

}


 #cages {
     float: right;
     width: 300px;
    height: auto;
      
    
  }

 #old {
    float: right;
    width: 300px;
    height: auto;
      
    
  }

   #facility {
    float: right;
    width: 200px;
    height: auto;
      
    
  }


 .container {
      width: 989px;
      margin: 0 auto;
      background-color: #4893d8;
      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: white;
	text-align: left;
	font-family: 'yrsa', Serif;
	font-size: 16px;
	padding: 5px;

}

#font2 {
	color: white;
	text-align: center;
	font-family: 'yrsa', Serif;
	font-size: 18px;
	padding: 10px;

}

#font3 {
	color: white;
	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;
}


#sheets {
     float: left;
     width: 100px;
    height: auto;
      
    
  }

 #font-bios {
	color: white;
	text-align: center;
	font-family: 'yrsa', Serif;
	font-size: 16px;

}


table, tr, td, th {

	border: 1px solid #192f63;
}

td, th {

	text-align: left;
	padding: 10px;
	font-size: 16px;
}

.form {

	width: 100%;
}

label {

	margin-bottom: 3px;
	display: block;
}