 

.simple-menu { padding-left:2%; 
  background-color: #fff; width: 80%;
	 
}

.simple-menu ul {
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}

.jumbotron.first {
  margin: 0 30px;
  padding: 20px 30px;
}

.btn-menu {}

.btn-menu:hover {
  color: #000;

}

.simple-menu li { font-size: 18px;}

.simple-menu ul a {
  padding: 20px;
  color: #000;
}

.simple-menu a:hover {
  background-color: #fff;
}

.fixed {
  box-shadow: 0 7px 17px -2px rgba(117, 117, 117, 1);
}

.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

.nav-underline {}

.content {
  min-height: calc(100vh - 70px);
}

 

@media screen and (max-width: 500px) {
  .simple-menu ul {
    background-color: #009688;
  }
  .simple-menu li {
    text-align: center;
  }
  .simple-menu a {
    border-bottom: 1px solid #79896d;
  }
  .btn-menu {
    text-align: center;
    padding: 20px;
    color: #f8ecc2;
  }
}
