*, *:before, *:after {
  margin: 0;
  padding: 0;
  box-sizing: inherit;
}

html {
  height: 100%;
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  color: #63758A;
  font-family: "Karla", sans-serif;
  font-size: 1.4rem;
  background-image: linear-gradient(-180deg, #F3E4FA 0%, white 100%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 960px) {
  body {
    font-size: 1.8rem;
    line-height: 2.4rem;
  }
}
body > div {
  padding: 2rem;
  max-width: 36rem;
  text-align: center;
}
body img {
  width: 100%;
  max-width: 20rem;
}

.button {
  display: inline-block;
  padding: 2.1rem 4rem 2rem;
  color: white !important;
  font-family: colfax-web, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  font-style: normal;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  background-image: linear-gradient(-199deg, #80C3F3 0%, #4A90E2 100%);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border: none;
  border-radius: 3px;
  outline: none;
  -webkit-appearance: none;
  transition: none;
  cursor: pointer;
}
.button:hover {
  background-image: linear-gradient(-199deg, #4A90E2 0%, #4A90E2 100%);
  text-decoration: none;
}
.button.purple {
  background-image: linear-gradient(45deg, #6155CE 0%, #DA7BEA 100%);
}
.button.purple:hover {
  background-image: linear-gradient(45deg, #6155CE 0%, #6155CE 100%);
}

#header {
  padding: 0 2rem;
  text-align: center;
  background-image: linear-gradient(-180deg, #F3E4FA 0%, white 100%);
}
#header nav {
  padding: 2rem 0;
}
#header nav a {
  padding: 1rem 1.4rem 0.9rem;
  font-family: colfax-web, sans-serif;
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
  text-transform: uppercase;
}
@media screen and (min-width: 960px) {
  #header nav a {
    font-size: 1.4rem;
  }
}
#header nav.left {
  float: left;
  margin-left: -1rem;
}
@media only screen and (max-device-width: 320px) {
  #header nav.left {
    margin-left: -2rem;
  }
}
#header nav.right {
  text-align: right;
}
@media only screen and (max-device-width: 320px) {
  #header nav.right {
    margin-right: -1rem;
  }
}
#header nav.right a {
  color: white;
  background: #63758A;
  border-radius: 3px;
  font-weight: 600;
}
#header nav.right a:hover {
  color: white;
  background: #F71B81;
  text-decoration: none;
}
#header .tagline {
  color: #591F7A;
  font-family: colfax-web, sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  margin-top: -3rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 960px) {
  #header .tagline {
    margin-top: -7rem;
  }
}
#header .content,
#header .intro {
  margin: 0 auto 3rem auto;
  max-width: 51rem;
}
#header .logo {
  display: inline-block;
  max-width: 67.5rem;
}
#header .logo-small {
  display: block;
  margin-bottom: 6rem;
}
@media screen and (min-width: 960px) {
  #header .logo-small {
    margin-bottom: 3rem;
  }
}
#header .logo-small img {
  max-width: 8.8rem;
}
#header .logo-small:hover {
  opacity: 0.7;
}
#header .intro {
  color: #6C4782;
  font-family: colfax-web, sans-serif;
  font-size: 2rem;
  line-height: 2.8rem;
}
#header .intro em {
  font-weight: 500;
}
#header .caption {
  font-size: 1.4rem;
  line-height: 2rem;
}
#header .caption h4 {
  margin-bottom: 0;
}
#header .screenshots {
  position: relative;
  margin-bottom: 3rem;
}
#header .screenshots > div {
  display: flex;
  align-items: center;
}
#header .screenshots .code,
#header .screenshots .dashboard {
  box-shadow: 0 10px 20px 0 rgba(135, 113, 155, 0.5);
  border-radius: 4px;
}
#header .screenshots .code {
  margin-right: -2.5%;
  margin-left: 2.5%;
}
#header .screenshots .pointer {
  position: absolute;
}
#header .screenshots .pointer:nth-of-type(1) {
  width: 36%;
  top: 11.8%;
  left: 34.3%;
  transform: rotate(1.5deg);
}
#header .screenshots .pointer:nth-of-type(2) {
  width: 48.5%;
  top: 42.8%;
  left: 21.8%;
}
#header .screenshots .pointer:nth-of-type(3) {
  width: 39%;
  top: 64.5%;
  left: 31.2%;
}

#footer {
  width: 100%;
  font-family: colfax-web, sans-serif;
  font-size: 1.2rem;
  line-height: 1em;
  margin: 0 auto 6rem auto;
  padding: 0 2rem;
  max-width: 96rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #footer {
    font-size: 1.4rem;
    text-align: left;
  }
}
#footer a {
  font-style: italic;
  font-weight: 500;
  color: #F71B81;
}
#footer:before {
  display: block;
  content: "";
  height: 0.7rem;
  margin-bottom: 3rem;
  background-image: linear-gradient(225deg, #9A45C3 0%, #EED3FB 100%);
  border-radius: 10px;
  opacity: 0.5;
}
@media screen and (min-width: 960px) {
  #footer > div {
    display: flex;
  }
  #footer > div div:first-child {
    flex: 1;
  }
}
#footer .logo {
  display: block;
  margin-bottom: 6rem;
}
@media screen and (min-width: 960px) {
  #footer .logo {
    margin-bottom: 3rem;
  }
}
#footer .logo img {
  max-width: 8.8rem;
}
#footer .logo:hover {
  opacity: 0.7;
}
#footer .menu {
  display: block;
}
@media screen and (min-width: 960px) {
  #footer .menu {
    margin-right: 9rem;
  }
}
#footer .menu:last-of-type {
  margin-right: 0;
}
#footer .menu a {
  display: block;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

@media screen and (min-width: 960px) {
  #hosting .features {
    display: flex;
  }
}
#hosting .features > div {
  flex: 1;
  padding: 3rem 2rem 2rem 2rem;
  margin-bottom: 3rem;
  text-align: center;
  color: #9013FE;
  font-family: colfax-web, sans-serif;
  font-size: 1.2rem;
  line-height: 1.2rem;
  font-weight: 500;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: -0.17px;
  box-shadow: 0 2px 10px 0 rgba(135, 113, 155, 0.5);
  border-radius: 10px;
}
@media screen and (min-width: 960px) {
  #hosting .features > div {
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
#hosting .features > div img {
  display: inline-block;
  margin-bottom: 3rem;
}
#hosting .features > div:last-child {
  margin: 0;
}

#ethos {
  background: url(../images/bg_ethos.png) center 7.6rem no-repeat #FBF7FE;
  background-size: 40rem auto;
  text-align: center;
  padding-top: 6rem;
}
#ethos .concepts {
  margin: 6rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
#ethos .concepts h4 {
  margin-bottom: 2rem;
}
#ethos .concepts a {
  font-weight: 500;
  text-decoration: underline;
}
#ethos .concepts a:hover {
  color: #38434f;
}
@media screen and (min-width: 960px) {
  #ethos .concepts {
    display: flex;
  }
}
#ethos .concepts > div {
  margin-bottom: 3rem;
  padding: 3rem 2rem 1rem 2rem;
  font-family: colfax-web, sans-serif;
  background: white;
  box-shadow: 0 2px 10px 0 rgba(135, 113, 155, 0.5);
  border-radius: 10px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  #ethos .concepts > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
#ethos .concepts > div:last-child {
  margin-right: 0;
}
#ethos .concepts > div > div {
  flex: 1;
}

#get-started a {
  text-decoration: underline;
  color: #38434f;
}
#get-started a:hover {
  color: #0e1013;
}
#get-started .container, #get-started body.page main, body.page #get-started main, #get-started body.page header, body.page #get-started header {
  background: url(../images/bg_get_started.png) center 7rem no-repeat;
  background-size: 51rem auto;
  padding-top: 15rem;
  padding-bottom: 15rem;
  text-align: center;
}
@media screen and (min-width: 960px) {
  #get-started .container, #get-started body.page main, body.page #get-started main, #get-started body.page header, body.page #get-started header {
    padding-top: 19rem;
    padding-bottom: 16rem;
    background-position: center 11rem;
  }
  #get-started .container > div, #get-started body.page main > div, body.page #get-started main > div, #get-started body.page header > div, body.page #get-started header > div {
    flex: 1;
    margin-right: 6rem;
  }
  #get-started .container > .content, #get-started body.page main > .content, body.page #get-started main > .content, #get-started body.page header > .content, body.page #get-started header > .content {
    padding-left: 6rem;
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 960px) {
  #get-started .container, #get-started body.page main, body.page #get-started main, #get-started body.page header, body.page #get-started header {
    display: flex;
    background-position: left center;
  }
  #get-started .container > .content, #get-started body.page main > .content, body.page #get-started main > .content, #get-started body.page header > .content, body.page #get-started header > .content {
    margin-bottom: 0;
  }
}
#get-started h3 {
  margin-bottom: 2rem;
}
#get-started .code {
  position: relative;
  margin-right: 0 !important;
  padding: 2rem 1rem;
  margin-right: 2rem;
  font-family: colfax-web, sans-serif;
  font-size: 1.4rem;
  background: linear-gradient(90deg, #f8f8f8 0, #f8f8f8 3rem, white 3rem, white 100%);
  box-shadow: 0 2px 10px 0 rgba(135, 113, 155, 0.5);
  border-radius: 10px;
  line-height: 1.8rem;
}
#get-started .code pre {
  white-space: pre-wrap;
}
#get-started .code pre:before {
  counter-reset: listing;
}
#get-started .code pre code {
  counter-increment: listing;
}
#get-started .code pre code:before {
  color: #DAD0D0;
  content: counter(listing);
  display: inline-block;
  margin-right: 2.3rem;
}

#pricing {
  text-align: center;
}
#pricing .price {
  margin: 4rem auto 2rem;
  font-family: colfax-web, sans-serif;
  font-size: 5rem;
  font-weight: 900;
  color: #591F7A;
  text-align: center;
}
#pricing .price small {
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  margin-top: 1rem;
}
#pricing form input[type=email] {
  border-color: #ccc;
}
#pricing .concepts {
  margin: 6rem 0;
  font-size: 1.4rem;
  line-height: 2rem;
}
#pricing .concepts h4 {
  margin-bottom: 2rem;
  text-align: center;
}
#pricing .concepts a {
  font-weight: 500;
  text-decoration: underline;
}
#pricing .concepts a:hover {
  color: #38434f;
}
@media screen and (min-width: 960px) {
  #pricing .concepts {
    display: flex;
  }
}
#pricing .concepts > div {
  margin-bottom: 3rem;
  padding: 3rem 2rem 1rem 2rem;
  font-family: colfax-web, sans-serif;
  background: white;
  box-shadow: 0 2px 10px 0 rgba(135, 113, 155, 0.5);
  border-radius: 10px;
  text-align: left;
}
@media screen and (min-width: 960px) {
  #pricing .concepts > div {
    display: flex;
    flex-direction: column;
    flex: 1;
    margin-right: 2rem;
    margin-bottom: 0;
  }
}
#pricing .concepts > div:last-child {
  margin-right: 0;
}
#pricing .concepts > div > div {
  flex: 1;
}

body.page header {
  padding: 3rem;
}
body.page header .logo {
  display: inline-block;
  width: 8.9rem;
  height: 2.4rem;
  font-size: 0;
}
body.page header .logo:before {
  display: block;
  content: "";
  width: 8.9rem;
  height: 2.4rem;
  background: url("../images/logo_small.png") no-repeat;
  background-size: 100%;
}
body.page main {
  padding-top: 0;
}
body.page a {
  font-weight: bold;
  color: #591F7A;
}
body.page h2, body.page h3, body.page p, body.page ul, body.page ol {
  line-height: 1.33em;
  margin: 0 0 3rem;
}
body.page h4 {
  margin: 0 0 1.5rem;
}
body.page ol, body.page ul {
  margin: 3rem 0;
  padding: 0 0 0 3rem;
}
body.page ol li, body.page ul li {
  margin-bottom: 1rem;
}

#flash {
  display: none;
  width: 70rem;
  margin: 0 auto;
  padding: 1rem;
  font-size: 1.6rem;
  font-weight: bold;
  color: white;
  text-align: center;
  background: #F71B81;
  border-radius: 3px;
}

form[name=signup] {
  max-width: 70rem;
  margin: 3rem auto 6rem;
}
@media screen and (min-width: 960px) {
  form[name=signup] {
    display: flex;
    justify-content: center;
  }
}
form[name=signup] .field {
  margin: 0 auto;
  max-width: 51rem;
}
form[name=signup] .field:first-of-type {
  flex: 1;
  margin-bottom: 1rem;
}
@media screen and (min-width: 960px) {
  form[name=signup] .field:first-of-type {
    margin-right: 1rem;
  }
}
form[name=signup] input[type=email] {
  width: 100%;
  padding: 1.5rem 2rem 1.4rem;
  font-family: inherit;
  font-size: 2rem;
  color: #6C4782;
  border: none;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #F3E4FA;
  outline: none;
}
form[name=signup] input[type=email]::-webkit-input-placeholder {
  color: #ccc;
}
form[name=signup] input[type=email]::-moz-placeholder {
  color: #ccc;
}
form[name=signup] input[type=email]:-ms-input-placeholder {
  color: #ccc;
}
form[name=signup] input[type=email]:-moz-placeholder {
  color: #ccc;
}
form[name=signup] input[type=email]:placeholder {
  color: #ccc;
}
form[name=signup] .button {
  min-width: 21.6rem;
  width: 100%;
  padding: 1.5rem 5.2rem;
  padding-bottom: 1.4rem;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 960px) {
  form[name=signup] .button {
    width: auto;
  }
}

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