@font-face {
  font-family: 'GT-Haptik-Light';
  src: url(/css/webfonts/GT-Haptik-Light.eot);
  src: url(/css/webfonts/GT-Haptik-Light.eot?#iefix) format("embedded-opentype"), url(/css/webfonts/GT-Haptik-Light.woff) format("woff"), url(/css/webfonts/GT-Haptik-Light.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GT-Haptik-Light-Oblique';
  src: url(/css/webfonts/GT-Haptik-Light-Oblique.eot);
  src: url(/css/webfonts/GT-Haptik-Light-Oblique.eot?#iefix) format("embedded-opentype"), url(/css/webfonts/GT-Haptik-Light-Oblique.woff) format("woff"), url(/css/webfonts/GT-Haptik-Light-Oblique.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'GT-Haptik-Medium';
  src: url(/css/webfonts/GT-Haptik-Medium.eot);
  src: url(/css/webfonts/GT-Haptik-Medium.eot?#iefix) format("embedded-opentype"), url(/css/webfonts/GT-Haptik-Medium.woff) format("woff"), url(/css/webfonts/GT-Haptik-Medium.ttf) format("truetype");
  font-weight: normal;
  font-style: normal; }
.highlight {
  margin-bottom: 15px; }

body,
html {
  margin: 0;
  padding: 0;
  font-family: "freight sans pro", "freight-sans-pro", sans-serif;
  font-size: 18px;
  color: #1432e0;
  background: #bbc5f6; }

@media all and (min-width: 600px) {
  body, html {
    font-size: 22px; } }
* {
  box-sizing: border-box; }

img {
  max-width: 100%; }

a {
  color: #1432e0; }

a.button,
button {
  text-align: center;
  position: relative;
  display: inline-block;
  border: 4px solid #1432e0;
  background: transparent;
  text-decoration: none;
  color: #1432e0;
  padding: 0.5rem 2rem;
  margin: 1rem 1rem 0 0;
  z-index: 1; }
  a.button:after,
  button:after {
    border: 4px solid #1432e0;
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    z-index: 1;
    top: -4px;
    left: -4px; }
  a.button:before,
  button:before {
    content: ' ';
    width: 100%;
    height: 100%;
    display: block;
    background: #abdbef;
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    transition: all 0.1s linear;
    z-index: -2; }
  a.button:hover,
  button:hover {
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.1); }
  a.button:hover:before,
  button:hover:before {
    top: 0;
    left: 0; }

footer {
  padding: 1rem;
  text-align: center;
  font-size: 0.8rem; }

h1,
h2,
h3,
h4,
h5 {
  font-family: 'GT-Haptik-Medium';
  margin-top: 0; }

p {
  margin-top: 0;
  line-height: 150%; }

h1 {
  font-size: 2rem; }

.hero {
  background-color: #bdf4ee;
  background-image: url("/patterns/seafoam.png");
  padding: 2rem 0; }
  .hero h1 {
    font-size: 2rem;
    border-bottom: #1432e0 4px solid;
    padding-bottom: 0.5rem;
    margin-bottom: 0.5rem; }
  .hero p {
    font-size: 1.25rem;
    font-family: "freight sans pro", "freight-sans-pro", sans-serif; }

#homepage {
  display: flex;
  flex-direction: row; }
  #homepage #chat {
    flex-shrink: 0;
    flex-grow: 0;
    max-width: 400px;
    width: 50%;
    border-right: 1px solid #CCC;
    background: #FFF; }
  #homepage #content {
    flex-grow: 1; }

section h3 {
  border-bottom: 4px solid #1432e0; }

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  padding: 1rem; }

.testimonial {
  color: #FFF;
  background-color: #1432e0;
  text-align: center; }
  .testimonial blockquote {
    font-size: 1.5rem;
    font-weight: 100; }
    .testimonial blockquote cite {
      margin-top: 1rem;
      display: block;
      font-style: normal;
      font-size: 0.8rem; }

#explore {
  background: #FFF;
  padding: 2rem 0; }
  #explore:after {
    content: "";
    display: table;
    clear: both; }
  #explore h3 {
    border-bottom-color: #bbc5f6; }
  #explore ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    @media all and (min-width: 600px) {
      #explore ul {
        width: 50%;
        padding-right: 1rem;
        float: left; }
        #explore ul:nth-child(2n+1) {
          padding-right: 0;
          padding-left: 1rem; } }
    #explore ul li {
      margin-bottom: 1rem;
      font-size: 0.8rem;
      line-height: 150%; }
      #explore ul li a.title {
        font-size: 1rem;
        display: block;
        margin-bottom: 0.5rem; }

.stacklist {
  font-family: 'GT-Haptik-Medium';
  margin: 2rem auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem; }
  .stacklist span {
    margin-right: 1rem; }
  .stacklist ul {
    list-style-type: none;
    padding: 0;
    margin: 0 1rem 0 0; }
    .stacklist ul li {
      color: #000;
      margin: 0.25rem 0;
      text-align: center; }

.hr {
  display: block;
  margin: 1rem auto; }

#contact {
  padding: 2rem 0; }
  #contact h3 {
    border-bottom: 0;
    margin-bottom: 0; }
  #contact input,
  #contact textarea {
    width: 100%;
    font-size: 1rem;
    border: 2px solid #1432e0;
    background: #fff;
    padding: 0.25rem; }
  #contact textarea {
    height: 8rem; }

.services {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0;
  padding-left: 1rem; }
  .services li {
    padding: 0; }

header {
  background-color: #bdf4ee;
  background-image: url("/patterns/seafoam.png");
  text-align: left;
  margin-bottom: 2rem; }
  header:after {
    content: "";
    display: table;
    clear: both; }
  header .wrapper {
    padding: 0; }
    header .wrapper:after {
      content: "";
      display: table;
      clear: both; }
  header a {
    text-decoration: none; }
  header ul {
    float: left;
    list-style-type: none;
    margin: 0;
    padding: 0; }
    header ul li {
      display: inline-block;
      padding: 0.5rem 1rem;
      border-bottom: 4px solid transparent; }
      header ul li.active {
        border-bottom: 4px solid #FFFFFF; }
      header ul li:hover {
        border-bottom: 4px solid #FFFFFF; }
        header ul li:hover a {
          color: #FFFFFF; }
    header ul.nav_right {
      float: right; }
      header ul.nav_right li {
        padding: 0.5rem 1rem; }
        header ul.nav_right li:hover {
          border-bottom: 0; }

.banner {
  background: #1432e0;
  color: #FFFFFF;
  text-align: center;
  font-size: 16px;
  padding: 0.25rem 1rem; }
  .banner a {
    color: #FFF; }

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