h1{
  font-family:Georgia, serif; 
    font-size:320%;
    color:forestgreen
}
h2,h3,h4{
	font-family:Georgia, serif;
        color:green;    
}
body{
    background-color: beige;
       color:black;
   font-family:Arial, sans-serif;
        
}

#skip-links {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 2px;
    height: 2px;
    overflow: hidden;
}
#skip-links a {
    color: white;
}

#wrapper{
	width: 90%;
	margin: 5px auto;
	padding: 5px 30px;
	color: black;
    font-size: 140%;
}

#navigation {
    list-style-type: none;
	clear: both;
	padding: 7px 17px;
    margin: 2 -28px;
	list-style-type: none;
	background-color: green;
	color: white;
}

.primarynav {
	display: inline-block;
	padding: 4px 12px;
	text-align: center;
}

.primarynav a {
	text-decoration: none;
	color: white;
	font-weight: bold;
	padding: 6px;
}

.primarynav a: hover {
	text-decoration: underline;
	background-color: #5B5B5B;
}

.current {
	border-bottom: solid 3px white;
}

#content {
	width: 100%;
	margin: 0;
	padding: 0;
}

.firstLetter {
    font-size: 300%;
    font-family: Georgia, serif;
    color: green;
}
.firstWord {
    text-transform: uppercase;
}
#firstStory {
    color: black;
}
ol.a {
  list-style-type:lower-alpha;
}


li{
    display:inline;
    list-style-type:none;
}

input[type=t], select {
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}

input[type=submit] {
  width: 100%;
  background-color: yellowgreen;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: yellowgreen;
}

div {
  border-radius: 5px;
  padding: 20px;
}

#content {
	width: 100%;
	margin: 0;
	padding: 0;
}

#main-content {
	width: 77%;
	float:left;
	margin: 0;
	padding: 0 1% 0 0;
}


input[type=text] {
  width: 130px;
  box-sizing: border-box;
  border: 2px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
  background-color: palegoldenrod;
  background-image: url('search.png');
  background-position: 10px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  transition: width 0.4s ease-in-out;
}

input[type=text]:focus {
  width: 100%;
}
.box a{
	color:#212020;
	text-decoration:none;
}
.box a:hover{
	text-decoration:underline;
}
.box {
   float: left;
   margin: 5px;
   padding: 10px;
   width: 800px;
   height: 500px;
   border: 4px solid green;
    background-color:antiquewhite
} 
.box h2, .box p{
	text-align:center;
}
@media screen and (max-width: 960px)
{
    #wrapper {
        width:90px;}
}

#footer, #header{
	float:left;
	clear:both;
	padding: 10px;
	text-align:center;
	width:100%;
}

a:hover, a:active {
  background-color: green;
}