html {
  margin-bottom: 90px;
}
body {
  position: relative;
  height: 100%;
  background-color: rgb(240, 240, 240);
  padding-top: 100px;
}

section {
  background-color: white;
  border-radius: 5px;
  padding: 10px;
  margin-top: 30px;
}

section h5 {
  color: rgb(42, 142, 44);
  /*color: rgb(0, 0, 0);*/
  font-family: Calibri;
  font-weight: bold;
  text-transform: uppercase;
}

section h5 small {
  text-transform: lowercase;
}

section h6 {
  color: rgb(54, 160, 54);
  /*color: rgb(0, 0, 0);*/
  font-family: Calibri;
  font-weight: bold;
  text-transform: uppercase;
}

section {
  font-family: Calibri;
}

.col-sm-auto img {
  /*max-height: 200px;*/
  max-width: 270px;
  border-radius: 20px;
  width: auto;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}

.navbar .navbar-nav .nav-item a:active {
  color: #fd0000;
}

.navbar .navbar-nav .nav-item .active {
  /*color: rgb(54, 160, 54);*/
  color: rgb(0, 0, 0);
}

.navbar .navbar-brand  img {
  max-width: 100px;
  height: auto;
  width: auto;
}
.bottomnavbar {
  float: none;
  display: inline-block;
}