body {
    background-color: #ccc;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 100%;
    line-height: 1.5;
    margin: 0;
}

a {
  text-decoration: none;
}

#Container {
    margin: auto;
    max-width: 60rem;
    background-color: white;
    box-shadow: 13px 0px 15px -15px #777, -13px 0px 15px -15px #777;
}

#Main {
}

@media screen and (max-width: 50rem) {
  #Container {
    min-width: 100%;
    max-width: 100%;
  }
}


#Header {
    position: relative;
    overflow: hidden;
}

#Header .banner {
    display: block;
    width: 100%;
}

.frame {
    position: absolute;
    width: 100%;
    opacity: 0.85;
    transition: all 0.2s ease 0.4s;
}
.frame.top {
    top: 0px;
    background-image: url('gradient-to-bottom_50px.png');
    height: 50px;
}
.frame.bottom {
    bottom: -5px;
    height: 80px;
    background-image: url('gradient_to_top_63px.png');
}

#Logo {
    position: absolute;
    bottom: 0px;
    left: 10px;
    transition: all 0.2s ease 0.4s;
}
#Logo img {
    width: 150px;
    height: 130px;
}

#Title {
    position: absolute;
    bottom: 0px;
    left: 200px;
    font-family: 'IM Fell DW Pica SC', serif;
    font-size: 2rem;
    color: white;
}

#Title a {
  color: white;
}

#SectionImg {
  width: 180px;
  float: right;
  margin-left: 1.4rem;
  margin-bottom: 0.8rem;
  box-shadow: 10px 13px 15px -15px #777, -10px 13px 15px -15px #777;
  padding: 8px;
}

#SectionImg img {
  width: 100%;
}

.quote {
  font-style: italic;
}

table {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  margin-left: 1rem;
}

table a {
  text-decoration: underline;
  color: #1b1b1b;
}

table a:hover {
  text-decoration: none;
}

td {
  padding-bottom: 0.4rem;
}

.tableheader {
  font-family: 'Indie Flower', cursive;
  font-size: 1.6rem;
}

#Footer {
    //background-color: #1b1b1b;
    height: 200px;
    overflow: hidden;
    position: relative;
}

#Footer img {
  width: 100%;
  position: absolute;
  top: 0;
}

#Footer a {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1.1rem;
  color: white;
  position: absolute;
  right: 5rem;
  bottom: 1.5rem;
}

#Footer a:hover {
  text-decoration: underline;
}

#FooterOverlay {
  width: 100%;
  height: 100%;
  background-color: #1b1b1b;
  position:absolute;
  opacity: 0.91;
}

@media screen and (max-width: 600px) {
    /*#Logo {
        bottom: 3px;
    }*/
    .frame.bottom {
      bottom: -10px;
    }

    #Logo img {
        min-width: 100px;
        width: 100px;
        height: 87px;
    }
    #Title {
        font-size: 1.5rem;
        left: 125px;
    }

    #Footer {
        height: 150px;
    }

    #Footer a {
      right: 3rem;
      bottom: 1rem;
      font-size: 0.9rem;
    }
}
/* No padding on small screen.*/
@media screen and (max-width: 500px) {
  #Header .banner {
    min-width: 500px;
  }

  .frame.top {
      top: -25px;
  }

  .frame.bottom {
    bottom: -20px;
  }
  #Logo img {
      min-width: 75px;
      width: 75px;
      height: 65px;
  }
  #Title {
      left: 100px;
      bottom: 5px;
      font-size: 1.1rem;
  }

  table {
    font-size: 0.7rem;
    margin-left: 0;
  }

  td {
    padding-bottom: 0.2rem;
  }

  .tableheader {
    font-size: 1.1rem;
  }

  #SectionImg {
    float: none;
    margin-left: 1rem;
    margin-bottom: 10px;
  }

  #Footer {
      height: 100px;
  }

  #Footer a {
    right: 2rem;
    bottom: 1rem;
  }



}

.section {
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  color: #1b1b1b;
  text-align: justify;
  margin: 0px;
  padding: 2rem;
  overflow:auto;
}

h1 {
    font-family: 'Indie Flower', cursive;
    font-weight: 600;
    font-size: 2rem;
    color: black;
    margin: 0px;
}

h2 {
  font-family: 'Indie Flower', cursive;
  font-weight: 600;
  font-size: 1.5rem;
  color: black;
  margin-bottom: 1rem;
}

.section:nth-child(odd) {
    background-color: #eee;
}
.section:nth-child(even) {
    background-color: #fff;
    box-shadow: 0px 13px 15px -15px #777 inset, 0px -13px 15px -15px #777 inset;
}
