

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

* {
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

body {
    font-family: 'Avenir Next W01', Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 400;
    padding-top: 0;
    text-align: center;
}

.container {
    max-width: 1030px;
    padding-left: 30px;
    padding-right: 30px;
}

.jumbotron {
    background: #201d52;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzIwMWQ1MiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiYjJjOTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #1f1b51 15%, #bb2b97 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(15%,#1f1b51), color-stop(100%,#bb2b97));
    background: -webkit-linear-gradient(top,  #1f1b51 15%,#bb2b97 100%);
    background: -o-linear-gradient(top,  #1f1b51 15%,#bb2b97 100%);
    background: -ms-linear-gradient(top,  #1f1b51 15%,#bb2b97 100%);
    background: linear-gradient(to bottom,  #1f1b51 15%,#bb2b97 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1f1b51', endColorstr='#bb2b97',GradientType=0 );
    color: #fff;
    padding: 98px 0 150px;
    text-align: center;
}

.jumbotron h1 {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 30px;
}

.jumbotron p {
    color: #fff;
    color: rgba(255, 255, 255, 0.5);
    font-size: 25px;
    margin-bottom: 35px;
}

.jumbotron small {
    color: rgba(255, 255, 255, 0.3);
    font-size: 16px;
}

.signup-form {
    font-weight: 300;
    margin-bottom: 20px;
}

.iphone {
    margin-top: -103px;
    max-width: 100%;
}

.email {
    border: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 20px;
    height: 65px;
    margin-right: 10px;
    min-width: 400px;
    padding: 0 20px;
}

.btn {
    background: #BB2C96;
    background-image: none;
    border: none;
    box-shadow: none;
    color: #fff;
    font-size: 20px;
    height: 65px;
    padding: 0 30px;
    text-shadow: none;
}

    .btn:hover {
        background: #BB2C96;
        color: #fff;
        opacity: 0.8;
    }

    .btn:active {
        background: #BB2C96;
        opacity: 0.6;
    }

}
.form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
.form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}

.footer, .footer a {
    color: rgba(0, 0, 0, 0.4);
    font-weight: 500 !important;
}

@media (max-width: 767px) {
    .logo {
        margin-bottom: -10px;
    }
    .jumbotron {
        padding: 35px 0 60px;
    }
    .jumbotron h1 {
        margin-bottom: 20px;
    }
    .jumbotron p {
        font-size: 16px;
        margin-bottom: 30px;
    }
    .jumbotron small {
        font-size: 13px;
    }
    .jumbotron br {
        display: none;
    }
    .signup-form {
        margin-bottom: 10px;
    }
    .email {
        display: inline-block;
        height: 48px;
        margin-bottom: 10px;
        max-width: 400px;
        min-width: 0;
        text-align: center;
    }
    .btn {
        display: inline-block;
        font-size: 16px;
        height: 48px;
        position: relative;
        top: -4px;
    }
    .iphone {
        margin-top: -58px;
    }
    .footer .pull-left, .footer .pull-right {
        font-size: 12px;
    }
}