/* Colors */
/* Gradients */
/* Font weight */
body {
  height: 100%;
  font-family: 'Open Sans', sans-serif;
  -webkit-font-smoothing: antialiased; }

.intro-page {
  background: linear-gradient(120deg, #3EEEBC 0%, #4C16F3 100%) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.intro-page:after {
    content: '';
    width: 1584px;
    height: 548px;
    background: url('../img/intro-page/letters.png') no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    opacity: .34;
  }

.hero-content {
  margin-top: 140px;
  width: 300px; }
  @media (max-width: 480px) {
    .hero-content {
      margin-top: 30px; } }

.hero-title {
  display: block;
  font-size: 40px;
  font-weight: 300;
  color: white; }

.upload-section {
  /* Hides a Bootstrap upload button */ }
  .upload-section input[type="file"] {
    display: none; }
  .upload-section .button-holder {
    text-align: center;
    margin-bottom: 40px; }

.btn {
  cursor: pointer;
  display: inline-block;
  padding: 14px 32px 15px;
  font-size: 16px;
  font-weight: 600; }
  .btn.primary {
    background-color: #4949E7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 36px;
    border-radius: 36px;
    color: white; }

.results-page {
  background: linear-gradient(120deg, #3EEEBC 0%, #4C16F3 100%) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
  .results-page .results-holder {
    margin: 40px 0;
    background-color: white;
    padding: 40px 0 48px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 16px 26px 0 rgba(0, 0, 0, 0.16); }
    @media (max-width: 460px) {
      .results-page .results-holder {
        padding: 16px; } }
    .results-page .results-holder .original-img-holder img {
      width: 100%; }
    .results-page .results-holder table tr td {
      padding: 4px 16px; }
      @media (max-width: 992px) {
        .results-page .results-holder table tr td {
          display: block; } }
    .results-page .results-holder table h3 {
      font-size: 16px; }
    .results-page .results-holder .try-again {
      margin-top: 40px; }
  .results-page .border-right {
    border-right: 1px solid black; }

/*# sourceMappingURL=style.css.map */
