// author: Rachel Bayersdorfer


image {
    float: right;
}

html {
      background: url(leaves.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
    
}
body {
    background-color: rgba(255,255,255,0.67);
    width: 83%;
    padding-left: 7%;
    padding-right: 7%;

}

h1 {
    font-family: 'Roboto', sans-serif;

}

h2 {
    font-family: 'Roboto', sans-serif;
}

h3 {
    font-family: 'Roboto', sans-serif;
}

h4 {
    font-family: 'Roboto', sans-serif;
}

h5 {
    font-family: 'Roboto', sans-serif;
}

h6 {
    font-family: 'Roboto', sans-serif;
}

ol {

    font-family: 'PT Serif', serif;    list-style-type: none;

}

#navBar li{
    display: inline;
    padding: 4%;
    text-align: center;
    
}

p {
    font-family: 'PT Serif', serif;
    padding-left: 10%;
    padding-right: 10%;
}

figure {
    font-family: 'PT Serif', serif;
    caption-side: top;
    text-align: center;
}

#headImg {
    text-align: center;
    
}

table {
    font-family: 'PT Serif', serif;
}

form {
    font-family: 'PT Serif', serif;
    text-align: left;
    padding-left: 10em;
    padding-right: 10em;

}

article {
    text-align: left;
   // background-color: rgba(255,255,255,0.5);
}

.inner {
  //  background-color: rgba(255,255,255,0.5);
}

