body {
  padding: 0 !important;
  margin: 0 !important;
}

.simple-menu {
  background-color: #fe0101;
}

.simple-menu ul {
  -webkit-padding-start: 0px;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  text-align: center;
}

.jumbotron.first {
  margin: 0 30px;
  padding: 20px 30px;
}

 
.simple-menu .btn-menu {
    color: #fb1200;
}

.btn-menu:hover {
  color: #fff;

}

.simple-menu li { transition: all 0.5s ease; list-style: none; display:inline-block;}
.simple-menu li a.active{border-bottom:solid 1px #fff;}

.simple-menu ul a {
	padding: 20px 15px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
	 transition: all 0.5s ease;
}

/*.simple-menu a:hover {
  background-color: #fd5f5f;
}*/
.simple-menu a{position:relative; transition: all 0.5s ease;}
.simple-menu ul a:before{width:0%; content:''; background-color: #fff; position:absolute;bottom:15px;}
.simple-menu .active a:before {
  content:''; width:65%; height:4px; transition: all 0.5s ease; }
 
.simple-menu a:hover:before {
  width:65%; height:4px; transition: all 0.5s ease; }
 

.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);
}

.footer {
  line-height: 50px;
  color: #ffffff;
  background-color: #009688;
  text-align: center;
}

@media screen and (max-width: 500px) {
  .simple-menu ul {
        background-color: #fe0101;
		left:0;
  }
  .simple-menu li {
    text-align: center;
  }
  .simple-menu a {
    border-bottom: 1px solid #79896d;
  }
  .btn-menu {
    text-align: center;
    padding: 20px;
    color: #f8ecc2;
  }
}
