body {
  /*font-family: 'Lora', serif;*/
  font-family: 'Josefin Slab', serif;
  color: black;
  background: url("birds.jpg") repeat center center fixed;
  /*background-size: cover;*/
  background-color:#ffffff;
  font-size:15px;
}


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

a:visited {
    color: black;
}

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

a:active {
    color: black;
}


#main-box {
  background-color: rgba(202,209,33, 0.9);
  margin:175px 100px 200px 100px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

#main-box header {
  padding-left: 20px;
  padding-top: 20px;
  text-align: center;
}

#main-box header h1 {
  /*font-family: 'Lora', serif;*/
  font-family: 'Josefin Slab', serif;
  font-weight:100;
  font-size:2.7em;
  letter-spacing: 2px;
  margin-bottom: 2px;
  color: black;
}

#main-box header h2 {
  /*font-family: 'Bad Script', cursive;*/
  font-family: 'Sacramento', cursive;
  font-size:3.0em;
  font-weight:100;
  /*margin-top:-20px;*/
}

#main-box article {
  line-height: 1.6em;
  font-family: 'Josefin Slab', serif;
  font-size:20px;
}

#main-box footer {
  padding-top:40px;
  padding-left:20px;
  padding-bottom:10px;
  padding-right:10px;
  text-align:right;
}



