body {
    font-family: 'Nunito', sans-serif;
    font-size: 1.2rem;
}
a {
    color: rgb(152, 45, 153);
    text-decoration: underline;
}
a:hover {
    color: rgba(152, 45, 153, 0.8);
    text-decoration: none;
}

.contact-link {
    font-size: 1rem;
    font-weight: 700;
}

footer {
    font-size: 0.8rem;
}

.waitlist-container {
    max-width: 600px;
}

.btn-waitlist, .btn-referral {
    letter-spacing: 1px;
}

.btn-primary {
    background-color: rgb(152, 45, 153);
    border-color: rgb(152, 45, 153);
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
    color: #fff;
    background-color: rgba(152, 45, 153, 0.8);
    border-color: rgba(152, 45, 153, 0.8);
}

.btn-primary.focus, .btn-primary:focus {
    color: #fff;
    background-color: rgba(152, 45, 153, 0.8);
    border-color: rgba(152, 45, 153, 0.8);
    box-shadow: 0 0 0 0.2rem rgba(152, 45, 153,.5);
}

.btn-primary:hover {
    color: #fff;
    background-color: rgba(152, 45, 153, 0.8);
    border-color: rgba(152, 45, 153, 0.8);
}

#spot_text {
    font-weight: 700;
}

#jump_desc {
    font-weight: 700;
}

.btn-group-referral {
    width: 100%;
}

#referral_link_url {
    width: 100%;
    font-size: 1rem;
    background-color: #fff;
    border: 1px solid #ddd;
    padding: .5em 1em;
    cursor: pointer;
    user-select: all;
    -webkit-user-select: all;
    -moz-user-select: all;
    -ms-user-select: all;
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    overflow-wrap: break-word;
    word-wrap: break-word;
    line-height: 1.5;
    border-radius: .25rem;
    margin: 0;
    font-family: inherit;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    font-weight: 700;
    color: #666;
}

.btn-referral {
    font-weight: 700;
}

.social-icon-row {
    font-size: 2.5rem;
    margin-left: -10px;
    line-height: 0;
}
.social-icon-row a {
    margin: 0 10px;
    text-decoration: none;
}

.mt-6, .my-6 {
    margin-top: 4rem!important;
}

@media (max-width: 768px) {
    .tag-line h1 {
        font-size: 2rem;
    }

    .waitlist-input.input-group #waitlist_email {
        width: 100%;
        border-top-right-radius: .25rem;
        border-bottom-left-radius: 0;
    }

    .waitlist-input.input-group .input-group-append {
        width: 100%;
        margin-left: 0;
        margin-top: -1px;
    }

    .waitlist-input.input-group .input-group-append .btn-waitlist {
        width: 100%;
        border-bottom-left-radius: .25rem;
        border-top-right-radius: 0;
    }
}

/* FontAwesome icons */
@font-face {
    font-family: 'icomoon';
    src:  url('fonts/icomoon.eot?kifc9u');
    src:  url('fonts/icomoon.eot?kifc9u#iefix') format('embedded-opentype'),
      url('fonts/icomoon.ttf?kifc9u') format('truetype'),
      url('fonts/icomoon.woff?kifc9u') format('woff'),
      url('fonts/icomoon.svg?kifc9u#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
  }
  
  [class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    display: inline-block;
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
  
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  
  .icon-facebook-square:before {
    content: "\e902";
  }
  .icon-instagram:before {
    content: "\e901";
  }
  .icon-twitter-square:before {
    content: "\e900";
  }
  .icon-linkedin-square:before {
    content: "\f08c";
  }