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 {
    color: white;
  background-color:#2C5463;
  height:40px;
}
 
 
nav ul {
        color: white;
  font-family: garamond;
  font-size: 20px;
  list-style: none;
}
 
nav ul li {
        color: white;
    display: block;
  position: relative;
  float: left;
 
}
 
nav li ul { 
        color: white;
      display: none; 
}
 
nav ul li a {
  color: white !important;    
  display: block;
  text-decoration: none;
  padding: 7px 40px 3px 15px;
  background: #2C5463;
  margin-left: 1px;
  white-space: nowrap;
  height:30px;
  width:110px;
  text-align:center;
 
}
 
nav ul li a:hover { 
  background: #617F8A;
  color: white;
}
 
#allcontent {
    padding:	5%;
    padding-top: 10px;
    color: black;

}

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

}

#logo {

margin-top: 1%;
margin-left: 1%;
margin-bottom: -180px;

}

#hometext  {
    
    padding-right: 20px;
  color: black;
  text-decoration: none;
}

a:link {
    color: black;
    text-decoration: none;
}

a:visited {
    color: black;
  text-decoration: none;
}

a:hover {
    color: black;
  text-decoration: underline;
    
}

a:active {
  color: black;
  text-decoration: none;
}

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

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

.tab { 
       display:inline-block; 
       margin-left: 40px; 
}

