html {
  width: auto !important;
  height: auto !important;
}

body {
  background-color: #f9f9f9;
  color: #121212;
  height: auto !important;
  width: auto !important;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
}

img {
  max-width: 100%;
}

a {
  color: #106edf;
  text-decoration: none;
}

a:hover, a:focus, a:visited {
  color: #00a4b2;
}

h1 {
  color: #f9f9f9;
  font-family: "Source Serif Pro", serif;
  font-weight: 400;
  font-size: 28px;
  line-height: 1.2;
}

h2 {
  border-bottom: 2px solid #ccc;
  color: #121212;
  font-family: "Source Serif Pro", serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.2;
  padding-bottom: 20px;
}

h3 {
  color: #121212;
  font-family: "Source Serif Pro", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
}

.h3--sans-serif {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
  line-height: 1.3;
}

h4 {
  color: #ccc;
  font-family: "Source Serif Pro", serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px;
}

.h4--sans-serif {
  color: #feb24c;
  font-family: "Source Sans Pro", sans-serif;
}

.caption {
  color: #444;
  font-size: 12px;
  line-height: 1.4;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-weight: 700;
}

.caps {
  text-transform: uppercase;
  letter-spacing: 3px;
}

.content-container {
  padding: 0 10px 10px;
}

.top-header {
  max-width: none;
}

.title-header {
  padding: 5px;
  background-color: #444;
  text-align: center;
}

.information {
  padding: 1rem;
  background-color: #c2c2c2;
}

.tagline {
  color: #333;
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

.locations {
  display: flex;
  flex-direction: column;
}

.location {
  flex: 0 1 400px;
  margin: 10px 0;
  padding: 20px 0;
  background-color: #eee;
}

.geek-box {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background-color: #333;
  color: #f9f9f9;
  padding: 10px;
}

.geek-box-item {
  flex: 0 1 400px;
  margin: 10px 0;
  padding: 10px 0;
}

.geek-box h3 {
  color: #fff;
}

.geek-box a, .geek-box a:hover .geek-box a:visited {
  color: #ffffb2
}

@media only screen and (min-width: 670px) {
  .locations, .geek-box {
    flex-direction: row;
  }

  .location, .geek-box-item {
    margin: 0 10px;
    padding: 0 20px;
  }

  .content-container {
    margin: 0 auto;
    max-width: 1080px;
    padding: 40px;
  }

  h1, h2 {
    font-size: 32px;
  }

  h3, h4 {
    font-size: 24px;
  }
}
