body {
  font-family:         garamond;
    font-size:  20px;
  line-height:         1.6em;

        background-color: #fff1c6;
}


h1{
  color:               black;
  font-size:           200%;
}


h2{
  color:               black;
  font-size:           175%;
  margin-top: -5px;
  margin-bottom: 10px;
}


h3{
  color:               #d12c47;
  font-size:           120%;
  margin-bottom:    -20px;
    font-family:    garamond;
}




nav {
  background-color:#2C5463;
  height:40px;

  color: #ffffff;
}
 
 
nav ul {
  font-family: garamond;
  font-size: 25px;
  list-style: none;
}
 
nav ul li {
  margin-left:20px;
  margin-right: 20px;
  display: block;
  position: relative;
  float: left;
 
}
 
nav li ul { 
  display: none; 
}
 
nav ul li a {
  display: block;
  text-decoration: none;
  padding: 7px 15px 3px 15px;
  background: #2C5463;
  color: #ffffff;  
  margin-left: 1px;
  white-space: nowrap;
  height:30px;
  width:100%;
  text-align:center;
 
}
 
nav ul li a:hover { 
  background: #617F8A; 
}
 
nav li:hover ul {
  display: block;
  position: absolute;
  height:30px;
}
 
nav li:hover li {
  float: none;
  font-size: 16px;
 
}
 
nav li:hover a { 
  background: #3A464F; 
  height:30px; /* Height of lower-level nav items is shorter than main level */
}
 
nav li:hover li a:hover { 
  background: #95A9B1; 
}
 
nav ul li ul li a {
    text-align:left; /* Top-level items are centered, but nested list items are left-aligned */
}
 

#allcontent {
    
    padding:	5%;
    padding-top: 10px;
}

#head {
    
    text-align: center;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
}

#hometext  {
    
    padding-right: 20px;
}

#feature {
  
    border-width: thin;
    border-style: solid;
	border-color: black;
    margin-top: 30px;
    margin-bottom: 15px;
	margin-left: 15px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 15px;
	text-align: center;
	line-height: 1;
        float: right;
	background-color: #fc9;
}

#coverpic  {
    
    padding-top: 35px;
    padding-left:30px;
    float: right;
}


