section#about {
  background-color: #f7f7f7; }

section#contact {
  color: #fff;
  background-color: #222;
  background-image: url(../img/map-image.png);
  background-position: center;
  background-repeat: no-repeat; }

#contact h1,
#contact h2,
#contact h3,
#contact h4, { color: #fff; }
#contact .poweredby,
#contact .poweredby a { color: #696663; }
section .container .row h1 { font-size: 2em; }
section .container .row h2 { font-size: 1.5em; }
section .container .row h3 { font-size: 1.17em; }
section .container .row h4 { font-size: 1em; }
section .container .row p { font-size: 16px; }

.navbar-brand { font-size: 1.5em; }
@media(min-width:768px) {
  .navbar-default .navbar-brand { font-size: 3em; }
  .navbar-default.navbar-shrink .navbar-brand { font-size: 2em; }
}

#contact-table {
  margin: 20px auto;
}

#contact-table td {
  padding: 10px;
  text-align: left;
  font-size: 16px;
  font-weight: 700;
}
