/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */

/* .menuzord-menu > li > a{
    font-size: 20px;
} */

body {
    /* color: #e6e6e6; */
    font-size: 17px;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.frontpage-row{
    margin: 0px; margin-bottom:50px;
}

.cen{
    pointer-events: none;
    color: white;
}

.section-content img:hover{
    filter: brightness(70%);
}

.overlay-dark-9, .bg-black-222, .footer a{
    color: #aeaeae;
}

.tp-bullet, .tparrows {
    display:none !important;
}

.section-content .text-theme-colored {
    color: #4684b7 !important;
}

.breadcrumb.white li a {
    color: #d0d0d0;
}

/* On screens that are 768px or more, set the background color to blue */
@media screen and (min-width: 768px) {
    .practice-area-item{
        min-height: 400px;
    }
}

a {
    color: #5b5b5b;
}