.navbar {
  font-family: Roboto, sans-serif;
  margin-bottom: 0;
  background-color: #2d2d30;
  border: 0;
  font-size: 13px !important;
  letter-spacing: 4px;
  border-radius: 0px;
}
.navbar li a,
.navbar .navbar-brand {
  color: #d5d5d5 !important;
  font-size: 1.2em;
}
.navbar-nav li a:hover {
  color: #fff !important;
}
.navbar-nav li.active a {
  color: #fff !important;
  background-color: #29292c !important;
}
.navbar-default .navbar-toggle {
  border-color: transparent;
}
.open .dropdown-toggle {
  color: #fff;
  background-color: #555 !important;
}
.dropdown-menu li a {
  color: #000 !important;
}
.dropdown-menu li a:hover {
  background-color: red !important;
}

header {
  padding: 10px;
  background-color: white;
}

#headerLogoCol {
  text-align: left;
}

#headerRight {
  padding-right: 20px;
}

#logo {
  height: 150px;
}

#headerMotto {
  font-size: 16px;
  color: #888;
  font-style: italic;
  font-family: Roboto;
  margin-top: 20px;
  margin-bottom: 10px;
}

#headerPhone {
  font-size: 1.8em;
}
#headerPhone a {
  color: black;
}

#headerEmailBtn {
  padding: 5px;
  color: white;
  background-color: #50ab09;
  font-weight: normal;
}

#headerNarrowContactBar {
  display: none;
}
#headerNarrowContactBar a {
  color: white;
  font-size: 1.2em;
}

.container-fluid {
  padding: 50px;
  font-size: 1.1em;
  line-height: 1.8em;
}

h4 {
  color: #53af09;
}

.imageCol img {
  margin-bottom: 20px;
}

.image-fill img {
  width: 90%;
}

footer {
  background-color: black;
  color: #eee;
  padding: 10px;
  padding-top: 15px;
  font-size: 0.9em;
  text-align: center;
}
footer a {
  color: #53b009;
}

.m-20-b {
  margin-bottom: 20px;
}

@media screen and (max-width: 700px) {
  #logo {
    width: 70%;
    height: auto;
  }

  #headerLogoCol {
    text-align: center;
  }

  #headerMotto,
  #headerEmailBtn,
  #headerPhone {
    display: none;
  }

  #headerNarrowContactBar {
    display: block;
    padding: 10px;
    color: white;
    background-color: #50ab09;
    font-weight: normal;
    text-align: center;
    margin-top: 10px;
  }
}
