.navbar-fixed-top {
    min-height: 125px;
}

.nav a {
  color: #5a5a5a;
  font-size: 12px;
  /* font-weight: bold; */
  padding: 14px 10px;
  text-transform: uppercase;
}

.nav li {
  display: inline;
}

 .nav li a:hover {
    background-color: #393b44;
    color: white; 
}

.navbar-brand {
  padding: 0px;
}

.navbar-brand>img {
  height: 250%;

  width: auto;

}

.jumbotron {

  min-height: 20px;
}

.navbar { margin-bottom:0px !important;
/* background-color: #ffffff; */
background-color: #f7f7f7;
}
.carousel-caption { margin-top:0px !important }

body {
	padding-top : 70px;
  background-color: #f7f7f7;
}

.footercontainer {
	background-color: black;
}

.copyrights {
	color:white;
}

.modal-open {
    overflow: hidden !important;
}
