.body {
    overflow-x: hidden;
}


@media (max-width: 767px) {
    .heading {
        font-size: 3rem !important;
    }

    .sub-heading {
        font-size: 0.95rem !important;
        text-align: center;
        margin-top: 20px;
        float: none !important;
        display: none;
    }

    .ultra-sub-heading {
        font-size: 0.75rem;
        margin-top: 60px;
        text-align: center;
    }

}

@media (min-width: 768px) {
    .heading {
        font-size: 5rem !important;
    }

    .sub-heading {
        font-size: 1.5rem !important;
        float: none !important;
    }

    .ultra-sub-heading {
        font-size: 0.95rem;
        margin-top: 10px;
    }

}

@media (min-width:992px) {
    .navbar-brand span {
        display: block;
        font-size: 1rem;
        margin-top: -0.75rem;
    }

    .navbar-brand {
        margin-bottom: 0px;
        font-size: 1.5rem !important;
    }

    .pb_navbar.scrolled.pb_scrolled-light .navbar-brand {
        color: #1f673e !important;
        font-weight: 600;
        font-size: 1.5rem !important;
    }

    .pb_navbar.scrolled.pb_scrolled-light .navbar-brand span {
        font-size: 1rem !important;
        font-weight: 200;
    }
}

@media (max-width: 991px) {

    .pb_navbar .navbar-nav {
        background: #fff;
    }

    .pb_navbar ul>li>a {
        color: #212529 !important;
        font-weight: 500;
    }

    .pb_navbar ul>li>a.active {
        color: #1f673e !important;
        font-style: italic;
    }

    .pb_navbar.scrolled.pb_scrolled-light .navbar-brand {
        font-size: 1.2rem !important;
        color: #1f673e !important;
        font-weight: 600;
    }



    .navbar-brand span {
        display: none;
    }

    .images .img2 {
        position: relative;
        left: inherit !important;
        top: inherit !important;
        max-width: 100%;
        margin-top: 1rem;
    }

}




.black {
    color: #212529;
}

.media-body h3 {
    border-bottom: 1px solid #c1c5ca;
    display: inline;
}

.bold {
    font-weight: 500;
}

.ultra-sub-heading {
    color: #fff;
}

#section-attorneys {
    background-size: cover;
}

.pb_footer {
    padding: 0.3rem 0 !important;
    background-color: #f4f4f5 !important;
    border-top: 1px solid #f0f0f1;
}

.pb_navbar.scrolled.pb_scrolled-light ul li a.active {
    color: #1f673e !important;
    font-style: italic;
}

nav.pb_scrolled-light:not(.scrolled) .navbar-brand {
    /* display: none; */
    color: #fff !important;
}


.pb_navbar.scrolled.pb_scrolled-light {
    color: #3f7355 !important;
    font-weight: 500;
}

.heading-border-top:before {
    background: #1f673e !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.navbar-brand {
    font-family: 'Frank Ruhl Libre', serif;
}

.nav-link,
p,
span,
ul,
li,
textarea,
label,
button {
    font-family: 'Roboto Condensed', sans-serif;
}

@media screen and (min-width: 768px) {
    .pb_card_v1 {
		min-height: 390px !important;
	}
}
