html {
  font-family: "Raleway", sans-serif;
  font-size: 100%;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #4b4b4b;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2 {
  color: #336a96;
  font-weight: 500;
  line-height: 1.1;
}

h1 {
  margin: 0 0 20px;
  font-size: 28px;
}

h2 {
  margin: 0 0 20px;
  font-size: 22px;
}

p {
  margin: 0 0 1.5em;
  padding: 0;
}

a {
  color: #00457c;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  color: #00457c;
  outline-width: 0;
  text-decoration: none;
}

.button {
  display: inline-block;
  background-color: #509e2f;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
  padding: 15px 20px;
  border-radius: 5px;
}

.button:hover {
  background-color: #3c7723;
  color: #ffffff;
}

strong {
  font-weight: 700;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border-style: none;
  -ms-interpolation-mode: bicubic;
}

.text-center {
  text-align: center;
}

.header {
  background-color: #ffffff;
}

.header .container {
  padding: 20px;
}

.logo {
  max-width: 220px;
}

.content {
  position: relative;
  padding: 45px 20px;
  background-image: url(images/body-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  background-image: url(images/overlay.png);
}

.content-inner {
  position: relative;
  z-index: 1;
  max-width: 780px;
  margin: 0 auto;
  background-color: rgba(236, 236, 236, 0.9);
}

.content-inner .container {
  padding: 45px 20px;
}

@media screen and (min-width: 1024px) {
  body {
    font-size: 17px;
  }
  h1 {
    font-size: 36px;
  }
  h2 {
    font-size: 28px;
  }
}
/*# sourceMappingURL=styles.css.map */