.hero-text {
    padding-top: 200px;
}

.hero-text h2 {
    font-size: 30px;
    padding-top: unset;
    margin-bottom: 0px;
    margin-top: 0px;
    line-height: 40px;
}    

.hero-text p {
    margin-top: 20px;
    text-transform: none;
}

.hero-text-img {
    padding-top: 120px;
    max-width: 550px;
}

.navbar-brand img {
    width: 70px;
    margin-left: 5px;
    margin-top: -15px;
}

.footer_social_logo img {
    width: 100px;
}

.store--small {
    display: none;
}


.store--not-small {
    display: line;
} 

.section-title {
    margin-bottom: 10px;
}

.section-padding.ios{
    padding: 20px;
}

.section-padding.android{ 
    padding: 20px;
}

.app-overview.android {
    padding-top: 20px;
}


.screenshot .hero-text-img {
    max-width: 250px;
}

.screenshot h4 {
    margin-bottom: 0px;
}

.screenshot h4.pharmacist {
    color: #ffc800;
}

.screenshot h4.customer {
    color: #048b8d;
}

.screenshot h2 {
    margin-top: 0px;
}

.screenshot.image-left .left-text{
    display: none;
}

.screenshot.image-left .right-text{
    display: block;
}

.screenshot.image-left .hero-text-img{
    margin-left: 10px;
}

.screenshot .hero-text p {
    margin-top: 10px;
}

@media only screen and (max-width:992px) {
    .hero-text {
        width: 350px;
    }
    .hero-text h2 {
        font-size: 25px;
    }    
    .hero-text-img {
        padding-top: 180px;
    }
    .hero-text a img {
        width: 160px;
    }
}

@media only screen and (max-width:768px) {

    .hero-text {
        padding-left: 12%;
        padding-top: 150px;
        padding-right: 12%;
        width: unset;
    }

    .hero-text h2 {
        font-size: 23px;
        line-height: 35px;
    } 

    .hero-text p {
        margin-top: 10px;
    }

    .screenshot h2 {
        padding-top: 0px;
    }


    .hero-text-img {
        padding-top: 10px;
    }
    

    .home_bg {
        height: unset;
    }

    .store--not-small {
        display: none
    } 

    .store--small {
        display: block
    }

    .store--small .hero-text {
        margin: auto;
        padding-bottom: 25px;
        padding-top: 25px;
        padding-left: 5%;
        width: unset;
    }

    .store--small .hero-text a img {
        width: 160px;
    }

    .screenshot.image-left .left-text{
        display: block;
    }

    .screenshot.image-left .right-text{
        display: none;
    }

    .screenshot.image-left .hero-text-img{
        margin: auto;
    }

    .screenshot .hero-text {
        padding-top: 100px;
    }
}

@media only screen and (max-width: 480px) {
    .menu-top {
        background-color: #028b8d;
    }

    .hero-text h2 {
        font-size: 20px;
        line-height: 35px;
    } 

    .navbar-default .navbar-nav > li > a {
        color: #ffffff !important;
    }
}