body {
    scroll-behavior: smooth;
}

h2 {
    margin-bottom: 1rem;
    font-weight: 700;
}

.navbar {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.navbar-brand img {
    width: 400px;
}

li.nav-item {
    font-weight: 500;
    margin-right: 10px;
    font-size: 14px;
}

.body-text {
    color: #5a5a5a;
}

section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.homepage-hero {
    background: url('/cesweb/assets/img/hero.jpg');
    background-size: cover;
    background-position: center;
    height: 92vh;
}

.header {
    background: url('/cesweb/assets/img/hero.jpg');
    background-size: cover;
    background-position: center;
    height: 250px;
}

.hero-header-top {
    font-size: 16px;
    font-weight: 200;
    color: #ffffff;
    text-transform: uppercase;
}

.hero-header {
    font-size: 34px;
    font-weight: 800;
    color: #ffffff;
    text-transform: uppercase;
}

.hero-header-bottom {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
    text-transform: uppercase;
    margin-top: 15px;
}

#about,
#services,
#message,
#contact {
    scroll-margin-top: 80px;
}

.footer-logo {
    width: 400px;
}

#scrollTopBtn:hover {
    background-color: #168141;
}

.nav-link.active {
    font-weight: bold;
    color: #168141 !important;
    border-bottom: 2px solid #168141;
}

.dropdown-item.active, .dropdown-item:active {
    background-color: #198754 !important;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    border-radius: 0px;
}


@media screen and (min-width:992px) {
    nav.navbar.navbar-expand-lg.navbar-white.bg-white.sticky-top.shadow {
        padding: 0px;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-weight: 400;
        text-transform: uppercase;
    }
    .footer-description{
        padding-left:10px;
        padding-top:10px;
    }
    /* Show dropdown on hover for desktop only */
    .navbar .dropdown:hover .dropdown-menu {
        display: block;
        margin-top: 0;
    }
}



@media screen and (max-width:992px) {
    .navbar-brand img {
        width: 260px;
    }

    .hero-header {
        font-size: 32px;
    }

    .hero-header-bottom {
        font-size: 14px;
    }

    .header {
        background: url('/cesweb/assets/img/hero.jpg');
        background-size: cover;
        background-position: center;
        height: 160px;
    }

    .footer-description{
        padding-top:20px;
        padding-bottom:20px;
    }

    .footer-logo {
        width: 330px;
    }

    .homepage-hero {
        height: 92vh;
    }

    .nav-link {
        border-bottom: 1px solid #e3e3e3;
    }

    .navbar-collapse {
        margin-top: 15px;
    }
}
