/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,700");
@import url("https://fonts.googleapis.com/css?family=Roboto");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

html {
  font-size: 1em; }

body {
  background-color: white;
  font-weight: 100;
  line-height: 1.45;
  color: #333; }

p {
  margin: 0 auto 1.3em auto;
  max-width: 800px;
  display: block;
  font-family: 'Roboto', sans-serif; }

h1, h2, h3, h4, figure, .title {
  margin: 1.414em 0 0.5em;
  font-weight: inherit;
  text-transform: uppercase;
  line-height: 1.2;
  font-family: 'Montserrat', sans-serif; }

h1 {
  margin-top: 0 auto;
  font-size: 3.998em; }
  @media screen and (max-width: 450px) {
    h1 {
      font-size: 2.5em; } }

h2 {
  font-size: 2.827em; }
  @media screen and (max-width: 450px) {
    h2 {
      font-size: 2em; } }

h3 {
  font-size: 1.999em; }

h4 {
  font-size: 1.414em; }

small, .font_small {
  font-size: 0.707em; }

.section {
  overflow: hidden;
  color: #0e1e59;
  text-align: center; }
  .section.header {
    background-color: #2e4674;
    color: #fff; }
    .section.header h1 {
      font-weight: 700;
      background-color: #263a5f;
      display: inline-block;
      padding: 15px 20px;
      margin: 40px auto 0 auto; }
      .section.header h1 span {
        font-weight: 300;
        font-style: italic;
        font-size: 1em;
        font-family: 'Georgia';
        text-transform: initial; }
    .section.header .strap {
      font-style: italic;
      font-size: 1.7em;
      margin: 20px auto;
      font-weight: 100;
      font-family: 'Montserrat'; }
  .section.footer {
    background-color: #FFF; }
    .section.footer p {
      margin: 100px auto; }
      .section.footer p.title {
        font-weight: 700;
        margin: 20px auto; }
    .section.footer .cols {
      margin: 0 0 100px 0;
      justify-content: space-around; }
    .section.footer textarea {
      background-color: #ebebeb;
      border: 0;
      height: 50px;
      width: 100%; }
    .section.footer ul {
      display: flex;
      align-items: center;
      justify-content: center; }
      .section.footer ul li {
        line-height: 10px;
        margin: 0 10px; }
  .section.end {
    background-color: #f68424;
    color: #fff;
    text-align: left; }
    .section.end .inner {
      padding: 0 20px; }
    .section.end .cols {
      justify-content: flex-start;
      align-items: center;
      margin: 0;
      flex-wrap: nowrap !important; }
    .section.end img {
      max-width: 200px;
      width: 100%; }
    .section.end p {
      font-size: 0.7em;
      margin: 10px 0; }
  .section:nth-child(2) {
    background-color: #beeae9; }
    .section:nth-child(2) h2 {
      background-color: #a6dcd9; }
    .section:nth-child(2) h3 {
      font-weight: 700; }
    .section:nth-child(2) hr {
      color: #e95b6c; }
  .section:nth-child(3) {
    background-color: #f8f1e7; }
    .section:nth-child(3) h2 {
      background-color: #f2d9b0; }
  .section:nth-child(4) {
    background-color: #f9dcd4; }
    .section:nth-child(4) h2 {
      background-color: #f4c0c4; }
  .section:nth-child(5) {
    background-color: #f7d2d9; }
    .section:nth-child(5) h2 {
      background-color: #fae4e7; }
  .section:nth-child(6) {
    background-color: #f0c275; }
    .section:nth-child(6) h2 {
      background-color: #f4d39d; }
    .section:nth-child(6) h3 {
      position: relative;
      z-index: 1; }
      .section:nth-child(6) h3:before {
        border-top: 2px solid;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 90%;
        z-index: -1; }
      .section:nth-child(6) h3 > span {
        background-color: #f0c275;
        padding: 0 20px; }
        @media screen and (max-width: 450px) {
          .section:nth-child(6) h3 > span {
            padding: 0; } }
        .section:nth-child(6) h3 > span span {
          font-weight: 700; }
    .section:nth-child(6) figure {
      display: inline-block;
      width: 50px;
      line-height: 50px;
      background-color: #f4d39d;
      border-radius: 25px;
      font-weight: 700;
      margin-bottom: 20px; }
  .section:nth-child(7) {
    background-color: #a3e1e0; }
    .section:nth-child(7) h2 {
      background-color: #c0eceb; }
  .section:nth-child(8) {
    background-color: #f8dbd3; }
    .section:nth-child(8) h2 {
      background-color: #f1c8c6; }
  .section:nth-child(9) {
    background-color: #a9c1e3; }
    .section:nth-child(9) h2 {
      background-color: #c9d4e6; }
  .section:nth-child(10) {
    background-color: #d4ebb7; }
    .section:nth-child(10) h2 {
      background-color: #beddb1; }
  .section h2 {
    font-weight: 300;
    display: inline-block;
    margin: auto;
    padding: 15px 20px;
    margin: 20px 0 40px; }
    .section h2 span {
      font-weight: 700; }
  .section hr {
    width: 50px;
    border: 1px solid;
    margin: 20px auto; }
  .section .cols {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin: 20px; }
    @media screen and (max-width: 700px) {
      .section .cols {
        flex-wrap: wrap; } }
    .section .cols .col {
      padding: 0 10px; }
  .section img {
    max-width: 100%;
    margin: 20px 0; }
  .section .desktop {
    display: none; }
    @media screen and (min-width: 701px) {
      .section .desktop {
        display: block; } }
  @media screen and (min-width: 701px) {
    .section .mobile {
      display: none; } }

.wrapper {
  width: 100%; }

.inner {
  max-width: 1100px;
  padding: 20px;
  margin: auto; }
