@import url("https://fonts.googleapis.com/css?family=Open+Sans");
body, html {
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  font-size: 1.1em;
  font-family: "Open Sans", sans-serif;
  color: #292929;
}

header {
  color: #ffffff;
  text-align: center;
  padding: 200px;
  background-image: url(../img/banner.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1000px) {
  header {
    padding: 150px;
  }
}
@media screen and (max-width: 700px) {
  header {
    padding: 70px 30px;
  }
}
header .lead-text {
  display: block;
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 20px;
}
header .sub-text {
  display: block;
  font-size: 1.2em;
}

.content {
  width: 70%;
  max-width: 1000px;
  margin: auto;
  padding: 70px 0px 70px 0px;
}
.content a {
  color: #2a2c88;
  text-decoration: none;
}
@media screen and (max-width: 1000px) {
  .content {
    padding: 50px 0px 50px 0px;
    width: 80%;
  }
}
@media screen and (max-width: 700px) {
  .content {
    width: 90%;
    padding: 30px 0px 30px 0px;
  }
}

footer {
  color: #ffffff;
  font-size: 1.5em;
  background-image: url(../img/footer.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 700px) {
  footer {
    font-size: 1em;
    padding: 40px 0px;
  }
}
footer .bold-text {
  font-weight: bold;
  display: block;
}
footer .contact-text {
  display: block;
  margin: 20px 0px;
}
footer .contact-text a {
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
}

/*# sourceMappingURL=master.css.map */
