body {
    background-image: url(/images/pugetsound-uscs-1859.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    margin: 60px auto;
    width: 70%;
}
nav ul, footer ul, .highlight {
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    padding: 0px;
    list-style: none;
    font-weight: bold;
    font-size: 1.2em;
}

ol, ul { 
    color: #333;
    font-size: 1.2rem;
}

nav ul li, footer ul li {
    display: inline;
    margin-right: 20px;
}
a {
    color: #2f721a;
}
a:hover {
    color: #4bdb1e;
}
h1 {
    font-size: 2.5em;
    font-family:'Helvetica', 'Arial', 'Sans-Serif';
    background-color: WhiteSmoke;
}

div {
    background-color: WhiteSmoke;
}

h2.res_title {
    margin-bottom: -0.08em;
}

p {
    font-size: 1.2rem;
    color: #333;
    background-color: WhiteSmoke;
}
footer {
    border-top: 1px solid #d5d5d5;
    font-size: 0.7em;
}

.highlight {
    margin: auto;
    background-color: WhiteSmoke;
    width: 600px;
    border: 4px solid Black;
}

div[id^="y20"]{
    background-color: WhiteSmoke;
    display: none;
}

.credit {
    /*font-size: 0.7em;*/
}

div.resource_content{
    margin-left:50px;
    margin-bottom:50px;
    background-color: WhiteSmoke;
}

.tags {
  list-style: none;
  margin: 0;
  overflow: hidden; 
  padding: 0;
}

.tags li {
  float: left; 
}

.tag {
  background: #2f721a;
  border-radius: 3px 0 0 3px;
  color: #fff;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 10px 0 23px;
  position: relative;
  margin: 0 10px 10px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
}

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px;
}

.tag:hover {
  background-color: crimson;
  color: white;
}

.tag:hover::after {
   border-left-color: crimson; 
}
