/*
$color-primary: ;
$color-subprimary: ;
$color-background: ;
$color-secondary: ;
$color-subsecondary: ;
*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
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-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
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: '';
  content: none; }

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

.group:after {
  content: "";
  display: table;
  clear: both; }

/*! Typebase.less v0.1.0 | MIT License */
/* Setup */
html {
  /* Change default typefaces here */
  font-family: serif;
  font-size: 117.5%;
  -webkit-font-smoothing: antialiased; }

/* Copy & Lists */
p {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 0; }

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

ul li,
ol li {
  line-height: 1.5rem; }

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0; }

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  /* Change heading typefaces here */
  font-family: "Swanky and Moo Moo", cursive;
  margin-top: 1.1rem;
  margin-bottom: 0;
  line-height: 1.3rem; }

h1 {
  font-size: 4.242rem;
  line-height: 4.5rem;
  margin-top: 3rem; }

h2 {
  font-size: 2.828rem;
  line-height: 3rem;
  margin-top: 3rem; }

h3 {
  font-size: 1.414rem; }

h4 {
  font-size: 0.707rem; }

h5 {
  font-size: 0.4713333333333333rem; }

h6 {
  font-size: 0.3535rem; }

/* Tables */
table {
  margin-top: 1.5rem;
  border-spacing: 0px;
  border-collapse: collapse; }

table td,
table th {
  padding: 0;
  line-height: 33px; }

/* Code blocks */
code {
  vertical-align: bottom; }

/* Leading paragraph text */
.lead {
  font-size: 1.414rem; }

/* Hug the block above you */
.hug {
  margin-top: 0; }

body {
  font-family: "Raleway", sans-serif;
  background: #FFF url("/assets/img/cover/large/JointKustody-TurningPoint.jpg") no-repeat center center fixed;
  background-size: cover; }

header {
  background: #633655 url("img/jointkustody-header.jpg") repeat-x center center; }
  header h6 {
    padding: 35px 100px 12px;
    font-size: 2.4rem;
    margin: 0; }
    header h6 a {
      color: #FFF;
      text-decoration: none; }

#comingsoon #lead-in {
  text-align: left;
  margin: 200px 0 0 100px;
  color: #FFF; }
  #comingsoon #lead-in h1 {
    width: 75%;
    font-size: 3.1rem;
    line-height: 1.3em;
    letter-spacing: .01em; }
  #comingsoon #lead-in p {
    font-size: 1.2rem;
    line-height: 1.4rem;
    font-weight: bold;
    width: 40%;
    letter-spacing: .11em; }
  #comingsoon #lead-in form {
    width: 30%;
    margin-top: 30px; }
    #comingsoon #lead-in form input {
      color: #5b294c; }
  #comingsoon #lead-in #comingsoon-result p {
    font-size: .75em; }

.button-color-purple {
  background-color: #5b294c; }

/* MEDIA QUERY GOODNESS -- BASED ON PURECSS BREAKPOINTS */
@media screen and (max-width: 48em) {
  header h6 {
    padding: 25px 25px 12px; }

  #comingsoon #lead-in {
    margin: 80px 0 0 25px; }
    #comingsoon #lead-in h1 {
      width: 98%;
      font-size: 2.4rem;
      line-height: 1.1em;
      letter-spacing: .01em; }
    #comingsoon #lead-in p {
      font-size: 1.1rem;
      line-height: 1.2rem;
      font-weight: bold;
      width: 98%;
      letter-spacing: .11em; }
    #comingsoon #lead-in form {
      width: 98%; }
      #comingsoon #lead-in form input {
        color: #5b294c; }
    #comingsoon #lead-in #comingsoon-result p {
      font-size: .75em; } }
@media screen and (max-width: 35.5em) {
  html {
    font-size: 80%; } }
