.darkolive_olive {
  background-color: rgb(212,218,174);
  color: rgb(110, 116, 71);
  width: 80%;
}

.before_darkolive_olive {
  background-color: rgb(212,218,174);
}


.darkolive_white{
  background-color: whitesmoke;
  color: rgb(110, 116, 71);
  width: 80%;
}

.before_darkolive_white{
  background-color:  whitesmoke;
}

.container-fluid {
  padding: 50px;
}
.padding-left-20 {
  padding-left: 20px;
}


.table{
  background-color: whitesmoke;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}


.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
}



@media screen and (max-width: 768px) {
  .col-sm-4 {
    text-align: center;
    margin: 25px 0;
  }
}

.logo-small {
  color: rgb(110, 116, 71);
  font-size: 50px;
}

.logo {
  padding-top: 20px;
  color: rgb(110, 116, 71);
  font-size: 200px;
}

.thumbnail {
  padding: 0 0 15px 0;
  border: none;
  border-radius: 0;
}

.thumbnail img {
  width: 100%;
  height: 100%;
  margin-bottom: 10px;
}



.navbar {
  margin-bottom: 0;
  background-color:  rgb(110, 116, 71);
  z-index: 9999;
  border: 0;
  font-size: 12px !important;
  line-height: 1.42857143 !important;
  letter-spacing: 4px;
  border-radius: 0;

}

.navbar li a, .navbar .navbar-brand{
  color: #fff !important;
}


 .navbar-nav li.active a {
  color:  rgb(110, 116, 71) !important;
  background-color: #fff !important;
  font-weight: 700;
}

.navbar-nav li a:hover{
  color:  rgb(110, 116, 71) !important;
    background-color:  rgb(212,218,174) !important;
  transition: 0.5s;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: rgb(110, 116, 71) ;
  color: white;
  text-align: center;
}