body {
    margin-top: 50px;
    background-color: rgb(200,226,123);
    color: rgb(0,60,31);
}

h1 {
  text-align: center;
  margin-bottom: 30px;
}

p, th, td {
  font-size: 18px;
  line-height: 32px;
}
p {
  margin-bottom: 30px;
}

.image-bg {
    text-align: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: scroll;
}

.jumbotron {
    background-color: rgba(0, 0, 0, 0.2);
    color: white;
    padding:140px 20px;
}
.jumbotron06 {
    background-color: rgba(0, 0, 0, 0.5);
}
.jumbotron .btn-default {
  color: white;
  background-color: transparent;
}

.bar {
  background-color: rgb(245, 245, 245);
  padding:80px 20px;
  margin: 40px 0;
  text-align: center;
}
.bar .btn-default {
  background-color: transparent;
}

.footer {
  text-align: center;
  margin-bottom: 10px;
}
