@media(min-width:767px) {
	.navbar {
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }
}

@media(max-width:766px) {
	body {
		font-size: 16px;
	}
  .navbar-collapse {
		background-color: #fff;
  }
  .navLogo {
    height: 30px;
  }
}

.navbar-default {
  font-size: 1em;
  font-weight: bold;
  border: 0px;
  height: 80px;
}

.navbar-default .navbar-nav > li > a {
  font-weight: bold;
  color: #333333;
}

.navbar-default .navbar-nav > li > a:hover {
  border-bottom: solid 5px #003366;
}

.navbar-brand {
  padding: 10px;
}

.herobanner {
  background-image: url("../_images/mainbanner.jpg");
  min-height: 600px;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}

.client-logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
}

.clientlogo {
  max-width: 120px;
  max-height: 50px;
  margin: 2vw;
  filter: grayscale(1);
  }	