body {

    font-size: 14px;

    font-family: Palatino, Verdana, Georgia;

}

div#center {

	font-family: Palatino, Verdana, Georgia;

    margin-left: 100px;

    margin-right: 100px;

    background-color: white;

    height: max-content;

}

div#specialtext {

	font-size: 14px 	

    font-size: 1.2vw;

}

img {

	width: 190%;

	height: auto;

}

div#left ul{

    margin-left:-10px;

}

div#center{

    padding: 10px;

    background-color: white;

}

div#book img{

	width:20%;

	height: auto;

	padding: 60px;

}

div#small{

	padding :5px;

}

.div_hover { background-color: white; }


div#people td{
	font-size: 11pt;	
}
.div_hover:hover {

	background-color: lightcyan; 

border-radius: 5px;

-moz-border-radius: 15px;


}

div#people{

	padding: 15px;	

}

div#people img{

		width: 70px;

	margin: 10px;

-moz-border-radius: 5px;

-webkit-border-radius: 100px;

	border: 1px solid grey;
	

}


div#nav {

    font-family: Palatino, Verdana, Georgia;

    font-size: 16px;

    letter-spacing: .75px;

    background-color: #45B39D;

    border-bottom: 4px solid #1a3b6e;

}

div#title {

	font-family: Palatino, Verdana, Georgia;

	font-size: 45px;

}

div#othertitle {

	font-family: Palatino, Verdana, Georgia;

	font-size: 25px;

}

div .menuitem {

    display:inline-block;

    border-right: 2px;

    padding-left: 20px;

    padding-right: 20px;

    padding-top:8px;

    padding-bottom:8px;

}



#center h1 {

    color: #1a3b6e;

    font-family:  Palatino, Verdana, Georgia;

    font-size: 25px;

    text-transform: uppercase;

    padding-left: 0px;

    padding-top: 20px;

    background: white;

}



#center h2 {

    letter-spacing: 2px;

    font-size: 20px;

    font-family:  Palatino, Verdana, Georgia;

    color: #17202A;

    text-transform: uppercase;

    background: white;

}



#center h3 {

    letter-spacing: 2px;

    font-size: 16px;

    font-family: Palatino, Verdana, Georgia;

    color: #17202A;

    text-transform: uppercase;

    background: white;

}



#center h4 {

    letter-spacing: 2px;

    font-size: 17px;

    font-family:  Palatino, Verdana, Georgia;

    margin-left: 10px;

    color: black;

    text-transform: uppercase;

}

/* Navbar container */

.navbar {

  overflow: hidden;

  

  background-color: #333;

  font-family: Palatino, Verdana, Georgia;

}



/* Links inside the navbar */

.navbar a {

  float: left;

  font-size: 16px;

  color: white;

  text-align: center;

  padding: 14px 16px;

  text-decoration: none;

}



/* The dropdown container */

.dropdown {

  float: left;

  overflow: hidden;

}



/* Dropdown button */

.dropdown .dropbtn {

  font-size: 16px; 

  border: none;

  outline: none;

  color: white;

  padding: 1px 16px;

  background-color: inherit;

  font: inherit; /* Important for vertical align on mobile phones */

  margin: 0; /* Important for vertical align on mobile phones */

}



/* Add a red background color to navbar links on hover */

.navbar a:hover, .dropdown:hover .dropbtn {

  background-color: mediumaquamarine;

}



/* Dropdown content (hidden by default) */

.dropdown-content {

  display: none;

  position: absolute;

  background-color: #f9f9f9;

  min-width: 160px;

  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

  z-index: 1;

}



/* Links inside the dropdown */

.dropdown-content a {

  float: none;

  color: black;

  padding: 12px 16px;

  text-decoration: none;

  display: block;

  text-align: left;

}



/* Add a grey background color to dropdown links on hover */

.dropdown-content a:hover {

  background-color: #ddd;

}



/* Show the dropdown menu on hover */

.dropdown:hover .dropdown-content {

  display: block;

}

#footer {

    text-align: left;

    height: 100px;

    border-top: 3px solid #004380;

	background-color: lightcyan;

}



#footer ul {

    display: inline;

    list-style: none;

}



#footer ul li a{

    display: inline;

    margin: 0px;

    padding: 0px 35px 0px 35px;

    color: #eae9e6;

    border-left: 1px solid #004380;

    border-right: 1px solid #004380;

}



