body {
  padding-right: 0px !important;
  overflow-x: hidden !important;
  background: #ffffff;
  font-family: "Poppins", sans-serif;
  color: #7e7e7e;
  font-weight: 100;
}
body h3 {
  color: #114232;
}

body,
html {
  height: 100%;
  margin: 0;
  font-size: 16px;
}

img {
  width: 100%;
  height: auto;
}

.navbar {
  background: #fff;
}
.navbar .nav-item {
  font-size: 0.9rem;
  padding-right: 0.3rem;
  color: #114232;
}

.navbar-nav .nav-item .nav-link {
  text-transform: uppercase;
  color: #114232;
  font-family: "Poppins", sans-serif;
}

.navbar-nav .nav-link {
  padding-right: 0.2rem;
  padding-left: 0.2rem;
}

#showcase {
  position: relative;
  background: url("../img/homeimage.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  -webkit-background-size: 100%;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #ffffff;
  width: 100%;
  height: 100%;
  z-index: 1;
}

#showcase #primary-overlay {
  background: #ffffff;
  position: absolute;
  top: 20rem;
  left: 20rem;
  width: 100%;
}

#showcase #primary-overlay h3 {
  font-family: "Poppins", sans-serif;
  color: #fff;
}

#showcase #primary-overlay p {
  color: #fff;
}

#showcase #primary-overlay .btn-primary {
  color: #fff;
  height: 100%;
}

.hometext {
  margin: 1% 4px 4px 0%;
  color: #fff;
}

.home {
  color: #114232;
}

.slogan {
  width: 100%;
  height: 3rem;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #f2f2f2;
  margin-bottom: 30px;
}
.slogan h3 {
  margin: 5 auto;
  color: #114232;
}

.caption {
  font-size: 70%;
  font-weight: italic;
  margin-top: 0;
}

.lightgreen {
  width: 100%;
  min-height: 9rem;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-top: 20px;
}
.lightgreen h4 {
  color: #114232;
  padding-bottom: 15px;
}
.lightgreen .card-title {
  color: #114232;
}
.lightgreen .card-height {
  min-height: 240px;
}
.lightgreen tr td {
  padding: 6px 24px;
  border: 0;
  border-bottom: 1px solid #114232;
}

.card-title {
  color: #7ec2b7;
  font-weight: 100;
}

.newspaper {
  -webkit-column-count: 3;
  /* Chrome, Safari, Opera */
  -moz-column-count: 3;
  /* Firefox */
  column-count: 3;
  margin-bottom: 50px;
}

h4 {
  color: #114232;
}

.btn-primary {
  color: #ffffff;
}

.lichtgroen {
  color: #7ec2b7;
}

.lead {
  font-size: 1.1rem;
}

.table th,
.table td {
  padding: 0.45rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
}

#footer {
  width: 100%;
  min-height: 60px;
  background-color: #ffffff;
  border-top: 1px solid #f2f2f2;
  z-index: 10;
}
#footer .footertext {
  font-size: 0.7rem;
  margin-top: 20px;
  color: #114232;
}
