body {
  font-family: "Open Sans", sans-serif;
  color: #444444;
  padding-bottom: 100px;
}

a {
  color: #2487ce;
  text-decoration: none;
}

a:hover {
  color: #469fdf;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Raleway", sans-serif;
}

section {
  padding: 80px 0;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.section-bg {
  background-color: #f8fbfe;
}

.section-title {
  text-align: center;
  padding-bottom: 20px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #124265;
}

.section-title p {
  margin-bottom: 0;
  font-size: 14px;
  color: #919191;
}

footer {
  background-color: #f7f7f7;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
}