﻿@import url('https://fonts.googleapis.com/css?family=Cinzel:700|Lato&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato|Work+Sans:500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Montserrat|Noto+Serif&display=swap');

body {
    margin: auto;
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

/* ########## CUSTOM CLASSES START ############*/

.gradient-bg {
    background-color;#000000;

}


.gradient-red {
    background: rgb(69,14,17);
    background: linear-gradient(239deg, rgba(69,14,17,1) 0%, rgba(153,19,27,1) 0%, rgba(69,14,17,1) 0%, rgba(125,18,24,1) 49%, rgba(72,14,17,1) 100%);
}


.service-bg-family {
    background-image:url(../images/service-bg-family2v1.jpg);
}

.service-bg-divorce {
    background-image: url(../images/service-bg-divorcev1.jpg);
}

.service-bg-traffic {
    background-image: url(../images/service-bg-trafficv1.jpg);
}

.service-bg-will {
    background-image: url(../images/service-bg-will-and-testv1.jpg);
}


.service-bg-opt {
    background-image: url(../images/service-bg-family-lawv1.jpg);
}


.horizontal-list {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    background-color: #ffffff;
}

    .horizontal-list li {
        display: inline;
    }

        .horizontal-list li a {
            display: block;
            color: black;
            padding: 16px;
            text-decoration: none;
        }

            .horizontal-list li a:hover {
                background-color: #ffffff;
                color: #233D48;
            }


.text-overlay {
    margin-top: 12%;
    position: absolute;
    z-index: 3;
    text-shadow: 2px 3px 4px #000000;
}


.text-overlay2 {
    margin-top: 12%;
    position: absolute;
    color: #233D48;
    z-index: 3;
    text-align: center !important;
    left: 0;
    right: 0;
    width: 100%;
}


.custom-card {
    padding: 15%;
    background-color: #000000;
}


    .custom-card:hover {
        padding: 15%;
        background-color: #000000;
        opacity: .7;
    }


.custom-button {
    padding: 2% 4%;
    border-radius: 0;
    border: solid 2px #000000;
    background-color: #000000;
    color: #ffffff;
    font-size: 22px;
}

    .custom-button:hover {
        padding: 2% 4%;
        text-decoration: none;
        border: solid 2px #000000;
        background-color: #000000;
        opacity: .8;
        color: #ffffff;
        font-size: 22px;
    }

.custom-button2 {
    padding: 2% 5%;
    border: solid 2px#000000;
    color: #233D48;
    font-size: 22px;
}


    .custom-button2:hover {
        padding: 2% 0;
        text-decoration: none;
        border: solid 2px #000000;
        background-color: #000000;
        color: #ffffff;
        font-size: 22px;
    }


.map-responsive {
    overflow: hidden;
    padding-bottom: 35%;
    position: relative;
    height: 0;
}

    .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
    }



/* ########## RESPONSIVE BREAKPOINTS ############*/




@media screen and (max-width: 992px) {
    .text-overlay {
        margin-top: 0;
        padding: 0 10%;
        position: absolute;
        z-index: 3;
        text-shadow: 2px 5px 6px #000000;
        font-size: 10px;
    }

    .text-overlay2 {
        margin-top: 5%;
        position: absolute;
        color: #233D48;
        z-index: 3;
        text-align: center !important;
        left: 0;
        right: 0;
        width: 100%;
        font-size: 8px;
    }

    .overlay-head {
        font-size: 1rem;
    }

    .horizontal-list {
        width: 100%;
        display: block;
        justify-content: center;
        align-items: center;
        list-style: none;
        margin: 0;
        padding: 0;
        background-color: white;
    }

        .horizontal-list li a {
            padding: 16px;
            text-decoration: none;
        }

            .horizontal-list li a:hover {
                background-color: white;
            }

}



/* ########## CUSTOM CLASSES END ##############*/

.bullet-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bullet {
    padding-left: 1em;
    text-indent: -.7em;
}

li.bullet::before {
    font-size: 32px;
    content: "• ";
    color: #00ADAB; /* or whatever color you prefer */
}

.testimonial_font {
    color: black;
}

hr.footer {
    border-top: 1px solid #fff;
    width: 80%;
}

nav {
    font-family: 'Noto Serif', serif;
    font-weight: 500;
    font-size: 22px;
}

.underline {
    text-decoration-line: underline;
}

.page-title-bar {
    background-color: #000000;
    color: #ffffff;
}

.bg {
    background-color: #000000;
    color: #fff;
}

.header-text {
    color: #00ADAB;
}

.divider {
    border-right: 3px solid #000000;
}

.custom-container {
    padding: 0 25px 0 25px;
}

.bg a {
    color: rgba(255,255,255, 1);
}

.bg a:link {
    color: rgba(255,255,255, 1);
}

.bg a:hover {
    color: rgba(255,255,255, .6);
}

.social-icon {
    max-width: 60px;
    height: auto;
}

a {
    color: rgba(0,0,0, 1);
}

a:link {
    color: rgba(0,0,0, 1);
}

a:hover {
    color: rgba(0,0,0, .6);
}

ul, ol {
    list-style-position: outside;
    margin: 0px 0px 0px 0px;
}

ol li {
    padding-left: 20px;
}

.navbar-custom,
.navbar-custom .navbar-nav > li > .dropdown-menu {
    background-color: #000000;
    min-width: 250px;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(255,255,255, 1);
}

.white-font {
    color: #fff;
}


/* change the link color */
.navbar-custom .navbar-nav .nav-link,
.navbar-custom .navbar-nav > li > .dropdown-menu > a.nav-link {
    color: rgba(255,255,255, 1);
}

/* change the color of active or hovered links*/
.navbar-custom .nav-item:hover .nav-link,
.navbar-custom .navbar-nav > li > .dropdown-menu > a:hover {
    color: rgba(255,255,255, .6);
}

.navbar-custom .navbar-toggler {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
}

.navbar-custom .navbar-toggler-icon {
    color: rgba(255, 255, 255, 1);
    border-color: rgba(255, 255, 255, 1);
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.carousel-inner img {
    width: 100%;
    height: auto;
}

.img-fluid {
    width: 100%;
    height: auto;
}

.logo {
    max-width: 100%;
    height: auto;
}

.staff-list {
    max-width: 290px;
}