.screen-reader-text {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.skip-link {
  position: absolute;
  top: -50px;
  left: 0;
  background: #ebeced;
  font-size: 100%;
  padding: 10px;
  z-index: 100;
}

.skip-link:focus {
  top: 0;
}

body {
  color: #122942;
  background-color: #ebeced;
  font-family: "Roboto", sans-serif;
}

a,
.icon-a {
  color: #104986;
}

a:hover,
.icon-a:hover {
  color: #0d66c5;
}

h1, h2, h3, h4 {
  color: #06284d;
  font-family: "Caladea", serif;
}

h2, h3, h4 {
  padding-bottom: 15px;
}

.subtitle {
  font-size: 16px;
  line-height: 1.5;
  color: #69a5e6;
  font-family: "Caladea", serif;
}

@media (min-width: 768px) {
  .subtitle {
    font-size: 21px;
    line-height: 1.5;
  }
}

.subsubtitle {
  font-size: 14px;
  line-height: 1.5;
  color: #69a5e6;
  font-family: "Caladea", serif;
}

@media (min-width: 768px) {
  .subsubtitle {
    font-size: 18px;
    line-height: 1.5;
  }
}

p,
ul {
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 10px;
}

li {
  padding-bottom: 5px;
}

.center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.icon-secondary-color {
  color: #06284d;
}

header {
  background-color: #000b17;
  -webkit-box-shadow: 0px 3px 11px 1px rgba(12, 21, 41, 0.6);
          box-shadow: 0px 3px 11px 1px rgba(12, 21, 41, 0.6);
  height: 155px;
  position: fixed;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100vw;
  padding: 0 12px;
  margin: 0;
}

header h1 {
  color: #69a5e6;
}

@media (min-width: 768px) {
  header {
    padding: 0;
  }
}

.title {
  display: block;
}

.home-a {
  text-decoration: none;
  color: #c6c8ca;
}

.home-a :hover {
  color: #c6c8ca;
}

.home {
  border: 1px solid #122942;
  background-color: #122942;
  border-radius: 50%;
  font-size: 30px;
  height: 60px;
  width: 60px;
  padding: 6px 0 0;
}

.home-text {
  font-size: 12px;
  color: #c6c8ca;
}

.ion-ios-home {
  color: #c6c8ca;
}

.spacer {
  background-color: #000b17;
  background-image: url(img/mfbg.png);
  -webkit-filter: blur(0.89px);
          filter: blur(0.89px);
  background-repeat: repeat;
  background-position: center;
  background-attachment: fixed;
  -webkit-box-shadow: 0px 5px 5px 3px #070c18 inset;
          box-shadow: 0px 5px 5px 3px #070c18 inset;
  padding-top: 0px;
  height: 65px;
}

.text-block {
  margin: 0 auto;
  padding: 15px;
  margin: 10px 0;
  width: 90%;
  max-width: 960px;
}

.section-1 {
  padding-top: 155px;
}

.section-contact {
  padding-top: 65px;
}
/*# sourceMappingURL=styles.css.map */