@font-face {
  font-family: GovAgent;
  weight: 300;
  font-style: normal;
  src: url("../fonts/government-agent/government-agent.ttf") format("truetype"); }
@font-face {
  font-family: GovAgent;
  weight: 300;
  font-style: italic;
  src: url("../fonts/government-agent/government-agent-italic.ttf") format("truetype"); }
body, .sc-btn {
  font-family: "Inconsolata";
  color: white; }

h1, h2, h3, h4, h5 {
  font-family: GovAgent;
  color: white; }

h2, h3, h4 {
  margin-top: 40px; }

h1 {
  font-size: 48px;
  -webkit-text-shadow: -5px 5px 0px #383390;
  -moz-text-shadow: -5px 5px 0px #383390;
  text-shadow: -5px 5px 0px #383390; }

h2 {
  font-size: 32px;
  -webkit-text-shadow: -3px 3px 0px #383390;
  -moz-text-shadow: -3px 3px 0px #383390;
  text-shadow: -3px 3px 0px #383390; }

p, li, strong {
  font-size: 18px; }

strong {
  color: #F69EAC; }

header.frontpage {
  background-image: url("../images/header-image.png");
  background-size: 1200px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-top: 100px;
  padding-bottom: 430px;
  position: relative;
  text-align: center; }
  @media (max-width: 1100px) {
    header.frontpage {
      background-size: 100%;
      padding-bottom: 36%; } }
  header.frontpage .title {
    text-align: center;
    color: white;
    text-decoration: none; }
    header.frontpage .title img {
      max-width: 600px; }
    header.frontpage .title p {
      font-size: 32px; }
      @media (max-width: 600px) {
        header.frontpage .title p {
          font-size: 18px; } }

.kickstarter {
  text-align: center;
  position: relative;
  padding-bottom: 20px; }
  .kickstarter a {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 30px;
    border-radius: 100px;
    color: white;
    background-color: #86C638;
    text-transform: uppercase;
    font-size: 24px;
    -webkit-text-shadow: -2px 2px 0px #6a9e2a;
    -moz-text-shadow: -2px 2px 0px #6a9e2a;
    text-shadow: -2px 2px 0px #6a9e2a; }
    .kickstarter a:hover {
      color: white; }
    @media (max-width: 600px) {
      .kickstarter a {
        font-size: 18px; } }

.play-demo {
  margin: 0 auto;
  display: block;
  max-width: 400px; }

.demo-ks-links {
  max-width: 800px;
  margin: 0 auto; }

header.sc-header {
  background-image: url("../images/header-banner-demo.png");
  background-size: cover;
  background-position: top left;
  width: 100%;
  height: 350px; }

.about-section {
  align-self: center; }
  @media (min-width: 1200px) {
    .about-section {
      padding-right: 50px; } }

#mc_embed_signup {
  background-color: #736DB1;
  padding: 20px;
  border-radius: 10px;
  text-align: center; }
  #mc_embed_signup:after {
    content: "";
    display: table;
    clear: both; }
  #mc_embed_signup form {
    padding: 0px; }
  #mc_embed_signup label {
    font-family: "Inconsolata";
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0px;
    padding-bottom: 20px;
    color: white;
    font-weight: normal;
    -webkit-text-shadow: -2px 2px 0px #383390;
    -moz-text-shadow: -2px 2px 0px #383390;
    text-shadow: -2px 2px 0px #383390; }
  #mc_embed_signup input.email {
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    float: left;
    width: 60%;
    padding: 10px;
    padding-left: 20px;
    outline: none;
    border: 2px solid #F57890;
    transition: 0.25s; }
    #mc_embed_signup input.email:focus {
      border-color: #f14969; }
  #mc_embed_signup input.button {
    padding: 10px;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    float: left;
    width: 40%;
    background-color: #F57890;
    outline: none;
    color: white;
    text-transform: uppercase;
    border: 2px solid #F57890;
    transition: 0.25s;
    cursor: pointer; }
    #mc_embed_signup input.button:hover {
      background-color: #f14969;
      border-color: #f14969; }

.square-icon {
  display: block;
  width: 100%;
  background-color: #736DB1;
  border-radius: 10px;
  margin-top: 20px;
  position: relative;
  color: white;
  cursor: pointer; }
  .square-icon:after {
    content: "";
    display: block;
    padding-bottom: 90%; }
  .square-icon:hover i {
    color: #F991A2; }
  .square-icon i {
    color: white;
    transition: 0.25s;
    position: absolute;
    font-size: 60px;
    left: 50%;
    margin-left: -30px;
    top: 50%;
    margin-top: -30px; }
    @media (max-width: 450px) {
      .square-icon i {
        font-size: 40px;
        left: 50%;
        margin-left: -20px;
        top: 50%;
        margin-top: -20px; } }

.frontpage-gallery .owl-nav .owl-prev, .frontpage-gallery .owl-nav .owl-next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: #F57890 !important;
  transition: 0.25s;
  font-size: 35px;
  line-height: 50px;
  text-align: center;
  top: 50%;
  cursor: pointer;
  outline: none; }
  .frontpage-gallery .owl-nav .owl-prev:hover, .frontpage-gallery .owl-nav .owl-next:hover {
    background-color: #f14969 !important; }
  @media (max-width: 450px) {
    .frontpage-gallery .owl-nav .owl-prev, .frontpage-gallery .owl-nav .owl-next {
      position: relative;
      margin-left: 20px;
      margin-right: 20px; } }
.frontpage-gallery .owl-nav .owl-prev {
  left: 10px; }
.frontpage-gallery .owl-nav .owl-next {
  right: 10px; }
.frontpage-gallery .owl-dot {
  outline: none; }
  .frontpage-gallery .owl-dot span {
    background-color: #918BC2 !important; }
  .frontpage-gallery .owl-dot.active span, .frontpage-gallery .owl-dot:hover span {
    background-color: #F57890 !important; }

.social-links {
  text-align: center; }
  .social-links a {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 20px;
    color: white;
    text-align: center;
    font-size: 40px;
    line-height: 100px;
    background-color: #F57890;
    border-radius: 50%;
    transition: 0.25s; }
    .social-links a:hover {
      background-color: #f14969;
      color: white; }
    @media (max-width: 450px) {
      .social-links a {
        width: 60px;
        height: 60px;
        margin: 10px;
        line-height: 60px;
        font-size: 25px; } }

.press-kit-link {
  text-align: center; }
  .press-kit-link a {
    display: block;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    max-width: 300px;
    text-align: center;
    font-size: 20px;
    text-transform: uppercase;
    color: white;
    background-color: #F57890;
    padding: 10px;
    border-radius: 100px;
    transition: 0.25s; }
    .press-kit-link a:hover {
      background-color: #f14969;
      color: white;
      text-decoration: none;
      font-weight: normal; }

.demo-links {
  margin-top: 30px; }
  .demo-links:after {
    content: "";
    display: table;
    clear: both; }
  .demo-links .demo-dl {
    display: block;
    float: left;
    width: 200px;
    margin-right: 30px;
    margin-bottom: 20px;
    text-align: center;
    cursor: pointer; }
    .demo-links .demo-dl:hover img {
      opacity: 0.8; }
    .demo-links .demo-dl p {
      margin-top: 10px; }
    .demo-links .demo-dl img {
      width: 100%;
      height: auto; }

.demo-page-content > :first-child {
  margin-top: 0px; }
.demo-page-content img {
  max-width: 300px; }

body {
  background-color: #383390;
  color: white;
  background-image: url("../images/sc-pattern.png");
  position: relative; }

img {
  width: 100%;
  height: auto; }

a {
  color: #F57890; }
  a:hover {
    color: #f14969; }

.grav-youtube {
  max-width: 800px !important;
  max-height: 450px !important;
  padding-bottom: 45.7% !important;
  margin: 0 auto; }

.accent-bk {
  background-color: rgba(145, 139, 194, 0.5);
  padding: 0px; }

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