@import url(https://fonts.googleapis.com/css?family=Oswald:700,400,300);
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,500);
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 {
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  margin: 0;
  padding: 0; }

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

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0; }

body, html {
  height: 100%;
  font-family: "Source Code Pro"; }

@font-face {
  font-family: 'coo';
  src: url("colors_of_autumn-webfont.woff2") format("woff2"), url("colors_of_autumn-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
body {
  font-size: 25px;
  line-height: 1.5;
  letter-spacing: 1.3px;
  color: white;
  background: #7537d1; }

.mobile-site {
  font-size: 16px; }

#coverLoad {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #7537d1;
  z-index: 200; }

section, header {
  min-height: 100%; }

.row {
  zoom: 1; }
  .row:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden;
    clear: both; }

.clear {
  clear: both; }

.arrowSvg {
  position: absolute;
  bottom: 40px;
  left: 40px;
  z-index: 999; }

.col {
  float: left; }

.col-50 {
  width: 50%; }

.col-33 {
  width: 33.33333%; }

.col-25 {
  width: 25%; }

.col-83 {
  width: 83.3333%; }

.lmarg-8 {
  margin-left: 8.33333%; }

.lmarg-25 {
  margin-left: 25%; }

header {
  background: #798ef7;
  /* Old browsers */
  background: -moz-linear-gradient(top, #798ef7 0%, #a5fdf8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #798ef7 0%, #a5fdf8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #798ef7 0%, #a5fdf8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798ef7', endColorstr='#a5fdf8',GradientType=0 ); }
  header #headerLogo {
    width: 100%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    header #headerLogo svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 12;
      width: 340px; }
    header #headerLogo img {
      width: 100%;
      z-index: 10; }
  header h4 {
    color: #798ef7;
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
    font-size: 15px;
    font-style: italic;
    letter-spacing: 2px; }

.mobile-site header {
  overflow: hidden; }
  .mobile-site header #headerLogo {
    width: 80%;
    max-width: 600px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .mobile-site header #headerLogo svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -moz-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      position: absolute;
      z-index: 12;
      width: 80%; }
    .mobile-site header #headerLogo img {
      width: 100%;
      z-index: 10; }
  .mobile-site header h4 {
    bottom: 15px;
    font-size: 10px; }

section {
  position: relative;
  overflow: hidden; }

#scroll {
  position: fixed;
  bottom: 20px;
  left: 30px;
  z-index: 9999; }

#about {
  color: #c4d9fe;
  max-width: 1000px;
  margin: 0 auto; }
  #about .aboutPad {
    padding: 30px; }
  #about .aboutCopy {
    widtH: 100%;
    float: left;
    font-size: 22px;
    color: white;
    text-transform: none;
    font-family: "Source Code Pro"; }
  #about .fun {
    color: white; }
  #about #reviews {
    font-size: 17px;
    width: 100%;
    float: left; }
    #about #reviews .review {
      width: 33.33%;
      float: left;
      background: #3b5dfb;
      border-radius: 30px;
      font-weight: 100;
      letter-spacing: 1.5px;
      font-size: 12px; }
      #about #reviews .review .reviewPad {
        padding: 20px;
        margin: 10px; }
    #about #reviews figcaption {
      margin: 7px 0;
      font-size: 13px;
      text-transform: uppercase; }
    #about #reviews .where {
      color: white; }

#contact {
  font-size: 50px;
  line-height: 1.3; }
  #contact #wrap {
    max-width: 500px;
    margin: 0 auto; }
  #contact ul li {
    display: inline-block;
    width: 100%; }
  #contact a {
    font-family: coo;
    color: white;
    text-decoration: none;
    color: #eb1d8f;
    text-transform: uppercase;
    width: 100%; }
    #contact a:hover {
      color: white; }
  #contact a::nth-child(2n+3) {
    padding-left: 30px; }

.mobile-site #about {
  color: #c4d9fe;
  max-width: 1000px;
  margin: 0 auto; }
  .mobile-site #about .aboutPad {
    padding: 30px; }
  .mobile-site #about .aboutCopy {
    widtH: 100%;
    float: none;
    font-size: 16px;
    color: white;
    text-transform: none;
    font-family: "Source Code Pro"; }
  .mobile-site #about #reviews {
    font-size: 14px;
    width: 100%;
    float: none; }
    .mobile-site #about #reviews .review {
      width: 100%;
      float: none;
      margin: 0 0 10px 0; }
      .mobile-site #about #reviews .review .reviewPad {
        padding: 10px; }
.mobile-site #contact {
  padding: 50px 0;
  font-size: 30px;
  line-height: 1.3;
  text-align: center; }
  .mobile-site #contact #wrap {
    width: 100%;
    margin: 0 auto; }
  .mobile-site #contact ul li {
    display: inline-block;
    width: 100%;
    padding: 0 0 0 0 !important; }

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