body {
  font-family: 'Merriweather', serif;
  font-weight: 300;
  background-color: #FAF3DD;
  color: #373F47;
}
/* header */
header {
  background-color: #373F47;
  color: #FAF3DD;
}

.heading h2 a {
  text-decoration: none;
  color: #FAF3DD;
}

nav a:visited, nav a:link,
.tiles a:visited, .tiles a:link,
.offices a:visited, .offices a:link {
  color: #373F47;
  text-decoration: none;
  background-color: #FAF3DD;
}

nav a:hover, nav a:hover li,
nav a:focus, nav a:focus li {
  transition: all 0.15s;
}

nav a:hover, nav a:focus {
  background-color: #373F47;
}

nav a:hover li, nav a:focus li {
  color: #FAF3DD;
}

/* end of header */
/* tiles */
figure img {
  transition: all 0.25s;
}

figure figcaption {
  transition: all 0.25s;
}
figure:hover img, figure:focus img {
  opacity: 0.7;
  transform: scale(1.1);
}

figure:hover figcaption, figure:focus figcaption {
  font-weight: bold;
  transform: scale(1.1);
}
/* end of tiles */
/* footer */
footer {
  background-color: #373F47;
  color: #FAF3DD;
}
/* end of footer */
