#hero-grid { display: flex; flex-wrap: nowrap; list-style-type: none; justify-content: space-between;}
#hero-grid div { width: 33%; }

@media (max-width: 500px) {
    #hero-grid { flex-wrap: wrap }
  #hero-grid div { width: 100%; }
}

div#header{
  background-image: url('/img/banner.jpg');
  background-size: 100% 100%;
  height: 200px;
  color: white;
  padding-top: 2em;
}

div#header h1{ 
  color: white;
  font-weight: bold;
   text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

div#header div{ 
  margin-top: 1em;
}

div#header a{ 
  color: white;
  text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

div#header a:hover {
  text-shadow: -1px -1px 0 #00F,  1px -1px 0 #00F, -1px 1px 0 #00F, 1px 1px 0 #00F;
}

div#nav ul {
  list-style-type: none;
  margin-left: 0px !important;
}

div#nav ul li {
  display: inline-block;
}
div#nav ul li a {
  font-weight: bold;
  font-size: 1.2em;
  padding: 1em 1em 0px 0px;
}

div#nav-contact  {
  font-weight: bold;
  font-size: 1.2em;
  text-shadow: -1px -1px 0 #000,  1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
  text-align: right;
}

div#footer {
  padding-top: 1em;
  text-align: center;
}

div#footer {
  padding-top: 1em;
  text-align: center;
}

#logo-grid li img{
  vertical-align: middle;

}
