@media only screen and (min-width: 992px) {
    audio {
        width: 180px !important;
    }
    .dropdown-toggle::after {
        display: none;
    }

    .navbar-nav li.nav-item {
        font-size: 18px;
        text-transform: uppercase;
    }

        .navbar-nav li.nav-item a.nav-link {
            color: white;
            padding: 0 16px;
            margin-bottom: 25px;
            font-weight: 600;
        }

            .navbar-nav li.nav-item.active a.nav-link,
            .navbar-nav li.nav-item a.nav-link:hover {
                color: rgba(0, 187, 119, 1);
            }

    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }

    .navbar-nav li.nav-item .dropdown-menu {
        padding: 40px;
        margin-top: 0;
        border-radius: 6px;
    }

        .navbar-nav li.nav-item .dropdown-menu:before {
            content: "";
            position: absolute;
            background-image: url('images/navigation-marker.png');
            top: -12px;
            height: 12px;
            width: 32px;
            left: 32px;
            background-repeat: no-repeat;
            background-position: center center;
        }

        .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
            color: rgba(0, 0, 0, 0.6);
            font-weight: 600;
            padding-top: 0.5rem;
            padding-bottom: 0.5rem;
            padding-left: 2rem;
            border-top: 1px solid #e9e9e9;
            border-bottom: 1px solid #e9e9e9;
            margin-top: -1px;
            position: relative;
        }

            .navbar-nav li.nav-item .dropdown-menu .dropdown-item:focus,
            .navbar-nav li.nav-item .dropdown-menu .dropdown-item:hover,
            .navbar-nav li.nav-item .dropdown-menu .dropdown-item:active {
                color: rgba(0, 0, 0, 1);
                background-color: transparent;
            }

    
}

@media only screen and (max-width: 992px) {
    audio {
        width: 160px !important;
    }
    .navbar-nav li a {
        font-size: 16px;
        padding: 0.3rem 1.5rem;
    }

    .navbar-nav li.nav-item a.nav-link {
        color: rgba(0, 0, 0, 1);
        text-align: center;
    }

    .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
        text-align: center;
    }

    .navbar-nav li.nav-item .dropdown-menu {
        background-color: transparent;
        text-align: right;
    }

        .navbar-nav li.nav-item .dropdown-menu .dropdown-item img {
            display: none;
        }

    .hero__slideContent {
        display: none;
    }
}

@media only screen and (max-width: 768px) {
    audio {
        width: 160px !important;
    }
    section.peb-slider .carousel-caption h2 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    section.peb-slider .carousel-caption p {
        margin-bottom: 0;
        font-size: 18px;
    }

    section.peb-project .carousel-caption .peb-caption h2 {
        font-size: 24px;
    }

    .peb-btn {
        line-height: 2.5;
        padding: 0 15px;
    }

    section.peb-project .carousel-caption {
        right: 15%;
        left: 15%;
    }

    footer.peb-footer ul.peb-footer-contact li {
        margin-right: 0
    }
}


