/*
Theme Name: dcp_pericias
Theme URI: http://example.com
Author: Your name
Author URI: http://pinegrow.com/
Description: This theme was created with Pinegrow Web Editor
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: dcp_pericias
*/
body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
}

header {
    background: #004183;
    min-height: 123px;
    box-shadow: 0px 2px 8px;
}

footer {
    padding-top: 34px;
    background: #004183;
    height: 238px ;
}

.footer {
    color: #ffffff;
}

header p a {
    text-decoration: none;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    text-align: right;
    color: #FFFFFF;
}

header img {
    margin-right: 10px;
}

footer ul {
    list-style-type: none;
    display: flex;
}

footer li {
    display: inline;
    width: 80px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(255,255,255,1);
    font-weight: 700;
}

.navbar {
    flex-direction: row-reverse;
}

nav .active {
    background: #c9ab55;
    color: #004183;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border-radius: 5px;
}

nav li:hover {
    background: #c9ab55;
    color: #004183;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    border-radius: 5px;
}

.navbar-nav li {
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 85px;
    height: 35px;
    margin-left: 5px;
    margin-right: 5px;
}

nav li a:hover {
    color: #004183;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;

    /* background-color: #e9ecef; */
    background-color: transparent;
}

header p a:hover {
    color: #ffffff;
}

.hero {
    background-image: url('image/doctor-taking-notes.png');
    min-height: 556px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.hero h1 {
    color: #004183;
    font-weight: 900;
    font-size: 63px;
}

footer p {
    margin-top: 48px;
}

.nav-link {
    color: #ffffff;
}

/* multilevel navigation */
ul.dropdown-menu li > ul.dropdown-menu {
    left: 100%;
    top: 0;
}

ul.dropdown-menu li:hover > ul.dropdown-menu,
ul.dropdown-menu li:focus > ul.dropdown-menu {
    display: block;
}

ul.dropdown-menu > .navbar-nav li {
    margin-top: 2px;
}

.navbar-light .navbar-toggler {
    color: rgba(255,255,255,1);
    background-color: #CCCCCC;
}

@media (max-width:575px) {
    .logo-mobile {
        display: block;
        margin-top: 10px;
    }

    .logo-lg {
        display: none;
    }

    .whatsapp-mobile {
        display: block;
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .whatsapp-lg {
        display: none;
    }

    p.whatsapp-mobile {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (min-width:576px) {
    .logo-mobile {
        display: none;
    }

    .logo-lg {
        display: block;
    }

    .whatsapp-mobile {
        display: none;
    }

    .whatsapp-lg {
        display: block;
    }
}

footer p a {
    text-decoration: none;
    color: #ffffff;
}
