body {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4em;
}
body p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.4em;
  margin-bottom: 18px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-weight: normal;
  line-height: 0.1 0.4em;
  font-family: "Open Sans", sans-serif;
}

.container-fluid {
  width: 100%;
  z-index: 33;
  max-width: 1440px;
}
@media screen and (max-width: 768px) {
  .container-fluid {
    width: 96%;
  }
}

#fullpage .centering {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 650px) {
  #fullpage .centering {
    margin-top: 20px;
  }
}
#fullpage .icon {
  display: inline-block;
  margin-right: 8px;
  color: #fff;
  text-decoration: none;
  margin-left: 25px;
}
#fullpage .icon img {
  width: 24px;
}
@media screen and (max-width: 650px) {
  #fullpage .icon {
    display: block;
    margin-bottom: 20px;
  }
}
#fullpage #landing {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: table;
  position: relative;
}
#fullpage #landing .caption {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  float: left;
  height: 100%;
  text-align: center;
  font-size: 16px;
  position: relative;
  z-index: 2;
}
#fullpage #landing .caption .logo {
  text-align: center;
  display: block;
  margin: 0 auto 70px auto;
  width: 100%;
  max-width: 300px;
}
@media screen and (max-width: 650px) {
  #fullpage #landing .caption .logo {
    margin-bottom: 30px;
  }
}
#fullpage #landing .caption h1 {
  color: #fff;
  font-size: 32px;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.3em;
}
@media screen and (max-width: 650px) {
  #fullpage #landing .caption h1 {
    font-size: 28px;
  }
}
#fullpage #landing .caption h2 {
  color: #fff;
  font-size: 28px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.3em;
}
@media screen and (max-width: 650px) {
  #fullpage #landing .caption h2 {
    font-size: 22px;
  }
}
#fullpage #landing .caption p {
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.3em;
}
#fullpage #landing .caption a {
  color: #fff;
}
#fullpage #landing .button {
  -webkit-border-radius: 120px;
  -moz-border-radius: 120px;
  -ms-border-radius: 120px;
  border-radius: 120px;
  padding: 15px 5%;
  display: inline-block;
  margin: 60px auto 0 auto;
}
#fullpage #landing .button.blue {
  color: #fff;
  background: #488cc5;
  -moz-transition: background-color 0.5s, 0;
  -o-transition: background-color 0.5s, 0;
  -webkit-transition: background-color 0.5s, 0;
  transition: background-color 0.5s, 0;
}
#fullpage #landing .button.blue:hover {
  background: #fff;
  color: #488cc5;
  text-decoration: none;
  /*font-size: 14px;
  font-weight: bold;*/
}
#fullpage #landing .button.blue:focus {
  text-decoration: none;
}
@media screen and (max-width: 650px) {
  #fullpage #landing .button {
    margin-top: 20px;
  }
}
#fullpage #landing .mask {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  float: left;
}
#fullpage #footer {
  background: #488cc5;
  padding: 40px 0;
}
#fullpage #footer .logo {
  float: left;
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 768px) {
  #fullpage #footer .logo {
    float: none;
    display: block;
    margin: 0 auto;
  }
}
#fullpage #footer .slogan {
  float: right;
  width: 100%;
  max-width: 320px;
  margin-top: 14px;
}
@media screen and (max-width: 768px) {
  #fullpage #footer .slogan {
    float: none;
    display: block;
    margin: 0 auto;
  }
}

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