@import url("https://fonts.googleapis.com/css?family=Alegreya+SC:400,700|Lato:300,400");
body {
  margin: 0;
  padding: 0; }

header {
  position: relative;
  margin-top: 20px; }
  header .logo-voice {
    float: left; }
  header .logo {
    display: inline-block;
    font-family: "Alegreya SC";
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 1px;
    color: #9B9B9B;
    font-weight: 300;
    float: left;
    margin-left: 10px;
    line-height: 20px; }
  header .subline {
    position: absolute;
    float: left;
    top: 30px;
    left: 70px;
    font-family: Lato;
    font-size: 14px;
    line-height: 17px;
    color: #9B9B9B; }

.hero-image {
  width: 100%;
  margin-top: 20px; }

.hero-title {
  font-family: "Alegreya SC";
  font-size: 64px;
  line-height: 40px;
  letter-spacing: 2px;
  color: #FFFFFF;
  position: absolute;
  width: 300px;
  top: 11vw;
  left: calc(50% - 150px);
  /*
  // Extra small screen / phone
  xs: 0,
  // Small screen / phone
  sm: 576px,
  // Medium screen / tablet
  md: 768px,
  // Large screen / desktop
  lg: 992px,
  // Extra large screen / wide desktop
  xl: 1200px
  */ }
  @media only screen and (min-device-width: 576px) {
    .hero-title {
      top: 15vw; } }

h1 {
  font-family: "Alegreya SC";
  font-size: 24px;
  line-height: 32px;
  color: #171B29;
  font-weight: 300;
  margin-top: 34px; }

h2 {
  margin-top: 20px;
  margin-bottom: 0;
  font-family: "Alegreya SC";
  font-size: 24px;
  line-height: 32px;
  color: #9B9B9B;
  padding-bottom: 5px; }
  h2.dark {
    border-bottom: 4px solid #171B29; }
  h2.medium {
    border-bottom: 4px solid #636F87; }
  h2.light {
    border-bottom: 4px solid #D8D8D8; }

h3 {
  font-family: Lato;
  font-size: 16px;
  line-height: 19px;
  color: #171B29;
  padding-top: 5px; }
  h3.dark {
    border-top: 4px solid #171B29; }
  h3.medium {
    border-top: 4px solid #636F87; }
  h3.light {
    border-top: 4px solid #D8D8D8; }

p {
  font-family: Lato;
  font-size: 16px;
  line-height: 27px;
  color: #171B29; }
  p.box {
    font-family: Lato;
    font-size: 16px;
    line-height: 23px;
    color: #171B29;
    background-color: #FBF3E9;
    padding: 10px;
    width: 100%;
    min-height: 95px; }

.screenshot {
  width: 100%; }

form {
  width: 100%;
  padding: 10px;
  margin-top: 20px; }
  form.contact {
    background-color: #D8D8D8;
    border-top: 4px solid #171B29; }
    form.contact h1 {
      font-family: "Alegreya SC";
      font-size: 24px;
      line-height: 32px;
      color: #4A4A4A;
      margin-top: 0px;
      margin-bottom: 20px; }
  form input[type='submit'] {
    height: 40%;
    width: 100%;
    border: none;
    background-color: #434F67;
    font-family: "Alegreya SC";
    font-size: 24px;
    line-height: 32px;
    color: #FFFFFF; }

.line {
  position: relative; }
  .line label span {
    color: #4a4a4a;
    font-size: 14px;
    font-weight: 300; }
  .line label.float {
    width: 100%; }
    .line label.float span {
      position: absolute;
      font-size: 18px;
      left: 10px;
      top: 10px;
      z-index: 500;
      transition: font-size 0.3s ease-in-out, top 0.3s ease-in-out;
      font-family: Lato;
      font-size: 18px;
      line-height: 22px;
      color: #9B9B9B; }
    .line label.float:after {
      content: '';
      background-color: #ffffff;
      width: 100%;
      height: 50px;
      position: absolute;
      top: -5px;
      left: 0; }
  .line label.small span {
    top: 0px;
    font-size: 12px;
    line-height: 15px;
    color: #4A4A4A; }
  .line input[type=text], .line input[type=password], .line textarea {
    position: relative;
    background-color: #ffffff;
    width: calc(100% - 7px);
    padding-left: 5px;
    height: 30px;
    font-size: 14px;
    border: none;
    border: 0;
    top: -5px; }
    .line input[type=text].float, .line input[type=password].float, .line textarea.float {
      height: 40px;
      outline: none;
      background-color: transparent;
      top: -15px;
      padding-left: 10px; }
  .line textarea {
    top: 0 !important;
    height: 185px !important;
    margin-bottom: 15px; }
  .line label.textarea.float:after {
    height: 220px; }

.usecase {
  width: 100%; }

footer {
  margin-top: 20px;
  background-color: #434F67;
  min-height: 115px; }
  footer .logo {
    position: absolute;
    bottom: 10px;
    left: 25px; }
  footer ul {
    position: absolute;
    bottom: 0px;
    right: 25px;
    margin-bottom: 5px; }
    footer ul li {
      display: inline-block;
      list-style-type: none;
      margin-left: 10px;
      font-weight: 100; }
      footer ul li a {
        color: #ffffff;
        font-family: Lato;
        font-size: 16px; }
        footer ul li a:hover {
          color: #cccccc; }

/*# sourceMappingURL=main.map */