/* BLUE: #24C0D9;
BLACK: #5E5865;
Gray: #666;
Dark Gray: #727272;
*/
/* GENERAL STYLES
================================================ */

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}
h1 {
    font-size: 4.5em;
    font-weight: 300;
}
h2 {
    font-size: 1.8em;
    text-transform: uppercase;
    color: #606060;
}
h3 {
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px;
    color: #111;
}
p {
    font-size: 15px;
    color: #727272;
    line-height: 1.5em;
    font-weight: 400;
}
a {
    font-size: 15px;
    font-family: 'Open Sans', sans-serif;
    color: #24C0D9;
    font-weight: 400;
    letter-spacing: .3px;
}
a:hover {
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.section {
    padding: 80px 0;
}
.section-title {
    margin-bottom: 50px;
    padding-bottom: 20px;
    display: inline-block;
    border-bottom: 0px solid #24C0D9;
}
.button {
    border: none;
    padding: 12px 25px;
    margin-left: 10px;
    margin-top: 35px;
    border-radius: 5px;
    display: inline-block;
    color: #5F5F5F;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 15px;
    -webkit-transition: background-color .3s ease;
    -moz-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    transition: background-color .3s ease;
}
.button:hover {
    text-decoration: none;
    background: #454545;
    border-color: #454545;
}
.overlay {
    
}
/* NAVIGATION
================================================ */

.navbar-default {
    background: #fff;
    border-color: transparent;
    padding: 10px 0;
    -moz-box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
}
.navbar-brand {
    padding: 5px 15px;
    max-width: 220px;
}
.navbar-default .navbar-nav>li>a {
    color: #949494;
    margin-right: 8px;
}
.navbar-default .navbar-nav>li>a:hover {
    color: #24C0D9;
}
/* HEADER
================================================ */

#home-area {
    background: url(../img/background.png) no-repeat;
    background-position: 50% 50%;
    background-size: cover;
}
#home-area .container {
    padding-top: 140px;
    padding-bottom: 70px;
}
.home-content {
    color: #fff;
    padding-top: 0px;
}
.home-content h1 {
    text-transform: capitalize;
    font-weight: 200;
}
.home-content p {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 30px 0;
}
.home-content .home {
    border: 1px solid #fff;
    color: #fff;
}
.home-content .home:hover {
    background: #fff;
    color: #222;
}
.home-feature {}

/* APP
================================================ */

#app-area {
    background: url(../img/background.png) no-repeat;
    background-position: 90% 50%;
    background-size: cover;
}
#app-area .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
.app-content {
    color: #fff;
    padding-top: 0px;
}
.app-content h1 {
    text-transform: capitalize;
    font-weight: 200;
}
.app-content p {
    font-size: 30px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 30px 0;
}
.app-content .home {
    border: 1px solid #fff;
    color: #fff;
}
.app-content .home:hover {
    background: #fff;
    color: #222;
}
.app-feature {}
/* STEPS
================================================ */

#steps {
    background: #efefef;
    border-bottom: 0px solid #efefef;
}
#steps a:hover {
    color: #187F90;
    text-decoration: none;
}
.single-step {
    margin: 30px 25px;
}
.step-title {
    color: #24C0D9;
}
.step-content {
    margin-left: 65px;
    margin-top: -66px;
    padding-bottom: 50px;
}
/* MOBILE APP
================================================ */
#mobileapp {
    background: #efefef;
    border-bottom: 0px solid #101010;
}
#mobileapp a:hover {
    color: #187F90;
    text-decoration: none;
}
.mobileapp-service {
    margin: 30px 25px;
}
.mobileapp-title {
    color: #ffffff;
}
.mobileapp-content{
    margin-top: -66px;
}
.mobileapp-content h2{
    color: #ffffff;
    font-size: 28px;
    margin-left: 55px;
    margin-top: 120px;
}
.mobileapp-content p{
    color: #ffffff;
    font-size: 18px;
    margin-left: 55px;
    margin-top: 40px;
}

/* MOBILE APP AREA
================================================ */
#app {
    background: #24408e;
    padding-top: 60px;
}
#app-area {
    background: #f00;
     color: #fff;
}
#app-area .container {
    padding-top: 110px;
    padding-bottom: 60px;
     color: #fff;
}
.app-content {
    color: #fff;
    padding-top: 45px;
}
.app-content h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 200;
}
.app-content h2 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 200;
     font-size: 30px;
}
.app-content p {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 20px 0;
}
.app-content ul {
    display: block;
    list-style-type: disk;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0px;
    font-size: 20px;
}
.app-title {
    color: #ffffff;
}
.app-content .home {
    border: 2px solid #fff;
    color: #fff;
}
.app-content .home:hover {
    background: #fff;
    color: #222;
}
.app-feature {
     color: #fff;
     padding-top: 30px;
     padding-bottom: 80px;
}
.app-feature p {
    font-size: 16px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 5px 0;
}

#register-area {
    background: url(../img/background.png) no-repeat;
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
    vertical-align: middle
}
#register-area .container {
    min-height: 100%;
    min-width: 50%;
    vertical-align: middle;
    padding-bottom: 65px;
}
.register-content {
    color: #fff;
    padding-top: 100px;
    min-height: 100%;
    min-width: 30%;
}
.register-content h1 {
    text-transform: capitalize;
    font-weight: 200;
}
.register-content p {
    font-size: 20px;
    font-weight: 200;
    color: #fff;
    letter-spacing: .3px;
    line-height: 1.7em;
    margin: 30px 0;
}
.register-content .register {
    border: 1px solid #fff;
    color: #fff;
}
.register-content .register:hover {
    background: #fff;
    color: #222;
}
.register-feature {
     padding-top: 90px;
     margin-left: 0px;
     padding-bottom: 45px;
}
.center {
        margin-left: 0px;
        margin-right: auto;
        margin-top: 80px;
        margin-bottom: 80px;
        background-color: #fffff;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 16px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding-top: 25px;
        padding-left: 30px;
        padding-right: 30px;
        padding-bottom: 25px;
        text-align: center
    }