body{
    min-width: 320px;
}

section {
    padding: 80px 0;
}

.btn-index{
    padding: 10px 15px;
    margin: 10px;
}

.btn-index:hover{
    background-color: #3888F4;
    border: none;
}

#landing-login-btn, #signup-btn{
    width: 150px;
}

#signup-btn{
    background-color: #218632;
    color: #fff;
    border: #218632;
}

#signup-btn:hover{
    background-color: #80C803;
    border: #a0f50c;
}

#training-signup{
    color: #fff;
    background-color: #3888F4;
    border: none;
}

.landing-image{
    width: 100%;
    height: 100%;
}

#promise{
    font-weight: 500;
}

/* Reviews Section */
.client-data {
    border-right: 1px solid #e1e1e1;
}

.client-image {
    float: left;
}

.client-image img {
    border: 7px solid #f2f2f2;
    border-radius: 50%;
    height: 300px;
    width: 300px;
}

.client-name {
    float: left;
    padding: 60px 0 0 20px;
}

.client-name h4 {
    margin-bottom: 0px;
}

.client-quote {
    padding: 40px 0 0 20px;
}

#landingH3{
    color: #fff;
}

#landingH1{
    padding: 30px 0;
}

.index-subHeading{
    font-size: 22px;
}

.footer {
    margin-top: 0px;
}

@media screen and (min-width:1500px){
    .landing-image{
        width: 100%;
        height: auto;
    }
}

@media (max-width: 1024px) {

    .intro,
    .newsletter,
    .video {
        background-attachment: scroll;
    }
    a.mouse {
        display: none;
    }

    .features {
        margin-top: 0px;
        position: relative;
    }
    .video-trigger {
        display: block;
        width: auto;
    }

}

@media screen and (max-width:991px){
    /* Review secion*/
    .client-image,
    .client-name {
        float: none;
    }
    .client-data {
        border: none;
    }
    .client-image img {
        margin: 0 auto;
        display: block;
    }
    .client-name {
        text-align: center;
        padding: 0;
        margin-top: 10px;
    }
    .client-quote {
        padding: 10px 0 0 0;
        text-align: center;
    }
    .features .features-left .icon-container {
        margin-bottom: 0px;
    }
    .features .features-right .icon-container {
        margin-bottom: 0px;
    }
    
    .landing-image{
        width: auto;
        height: 100%;
    }
}

@media screen and (max-width:480px){
    .intro .intro-section h1 {
        font-size: 24px;
    }
    
    #logo-image{
        height: 60%;
        width: 60%;
    }
    
    h1{
        font-size: 38px;
    }
    .intro .intro-section  h3{
        font-size: 15px;
    }
}

@media screen and (max-width:380px){
    .intro .intro-section h1 {
        font-size: 20px;
    }

    .large-screen-display{
        display: none;
    }
}