/*!
 * Item: Plex
 * Description: Responsive One Page Template
 * Author/Developer: Exill
 * Author/Developer URL: https://themeforest.net/user/exill
 * Version: v1.0.1
 * License: Themeforest Standard Licenses: http://themeforest.net/licenses
 */

/*========================================================
=            ADD YOUR CUSTOM CSS STYLES BELOW            =
========================================================*/

.navbar .navbar-brand img {
    width: 100%;
}
.navbar .navbar-brand {
    width: 100px;
}
.testimonials-area .single-review .client-details .client-name {
    font-size: 18px;
}
.testimonials-area .single-review .client-review {
    font-style: normal;
}
.footer-area {
    padding: 20px 0;
}

@media screen and (min-width:768px) {
    .navbar .navbar-brand {
        width: 200px;
    }
}