.facebook {
  float: left;
  margin: 10px 0 0 40px;
}

#next img {
  width: 30px;
  position: relative;
  top: -550px;
  right: -325px;
  z-index: 100;
}

#prev img {
  width: 30px;
  position: relative;
  top: -500px;
  left: -325px;
  z-index: 100;
}

#pager a {
  padding: 8px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 30px;
  background-color: #f15b40;
  color: #222;
  margin: 5px;
  text-decoration: none;
}

#pager .activeSlide {
  color: white;
  background: #d85239;
}

.mailing-list div {
  width: 100%;
  background-color: #a83b1f;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.mailing-list {
  color: white;
  text-decoration: none !important;
}

.mailing-list strong {
  color: white;
}

.mailing-list div:hover {
  background-color: #b94816;
}

#buttons img:hover {
  -webkit-filter: brightness(60%);
  filter: grayscale(100%);
  filter: gray;
}

.fontbigger {
  font-size: 14px;
}

.home_table {
  max-height: 600px;
}

#home_mission_statement {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  padding: 5px;
  box-sizing: border-box;
  max-width: 700px;
  width: 100%;
}

#home_mission_statement div {
  display: flex;
  flex-direction: column;
}

#home_mission_statement div img {
  border: 3px solid #789b22;
  border-radius: 4px;
  margin: 0 0 5px;
}

#home_mission_statement div span {
  font-weight: 700;
}

@media only screen and (max-width: 600px) {
  .home_table {
    max-height: 1500px;
  }
}

@media screen and (max-width: 480px) {

  #home_mission_statement {
    justify-content: center;
  }
}