* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html,body,h1,h2,p {
  margin: 0;
}

html, body {
  min-height: 100%;
}

@font-face {
  font-family: 'avenir';
  src: url('/fonts/avenirnext.woff2') format('woff2'),
       url('/fonts/avenirnext.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'besley';
  src: url('/fonts/besley.woff2') format('woff2'),
       url('/fonts/besley.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'galano';
  src: url('/fonts/galanogrotesque.woff2') format('woff2'),
       url('/fonts/galanogrotesque.woff') format('woff');
  font-weight: bold;
  font-style: normal;
}

.test {
  width: 1170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 auto;
}
.col {
  width: -webkit-calc(8.33333% - 27.5px);
  width: -moz-calc(8.33333% - 27.5px);
  width: calc(8.33333% - 27.5px);
  height: 15px;
  background-color: purple;
}

.wrapper {
  border: 15px solid white;
  background-color: #beeedc;
  min-height: 100%;
  padding: 30px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.splash h1, .splash h2, .splash p, .splash .social a {
  color: #091d3a
}

.social a {
  text-decoration: none;
  display: block;
  margin-right: 24px;
  line-height: 15px;
  font-size: 15px;
  font-family: 'galano';
  font-weight: bold;
}

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
     -moz-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 24px;
}

.social img {
  height: 27px;
  width: auto;
}

.social .email {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
     -moz-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: right;
  margin-right: 0;
}

.social .email a {
  display: inline;
  margin-right: 0;
}

.splash h1 {
  margin-bottom: 12px;

}
.splash h2 {
  margin-bottom: 24px;
  font-family: 'besley';
  font-weight: normal;
  font-size: 51px;
  line-height: 1.18;
}
.splash p {
  margin-bottom: 24px;
  font-size: 15px;
  line-height: 1.8;
  font-family: 'avenir';
}

.content-width {
  max-width: 1170px;
  width:100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}

.left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
     -moz-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: -webkit-calc(50% - 15px);
  width: -moz-calc(50% - 15px);
  width: calc(50% - 15px);
  position: relative;
  z-index: 1;
}

.left h1 img {
  max-width: 85px;
}

.left .content {
  max-width: 472.5px;
}
.right {
  height: 100%;
  z-index: 0;
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  padding-left: 105px;
}

.background {
  background: url(../images/splash-background.svg);
  height: 100%;
  width: 100%;
  position: relative;
  -moz-background-size: auto -moz-calc(100% + 100px);
       background-size: auto -webkit-calc(100% + 100px);
       background-size: auto calc(100% + 100px);
  background-position: 0 -30px;

}

@media (max-width: 800px) {
  .left {
    width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .left .content {
    width: 100%;
    max-width: 600px;
  }
  .right {
    width: 100%;
    padding-left: 0;
    opacity: .4;
  }
}

@media (max-width: 400px) {
  .splash h2 {
    font-size: 39px;
  }
  .social {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .email {
    margin-top: 24px;
  }
  .social .email {
    width: 100%;
    text-align: left;

  }
}