

:root {
    --bs-green: #6ab446;
}

.bg-light {
    --bs-bg-opacity: 1;
    background-color: #000 !important;
}

.navbar-toggler-icon {
    background-color: var(--bs-green);
}

.nav-link:focus, .nav-link:hover {
    color: rgb(255 255 255);
}

.header {
    /*background-image: url('images/pl1.webp');*/
    background-size: cover;
    background-position: center;
    position: relative;
    /*box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.6);*/
    background-color:var(--bs-gray-800);
}

.container {
    content-visibility: auto;
}


.socialsharing {
    text-align: left;

    a {
        display: inline-block;
        padding: .7em;
        line-height: 0;
    }

    path {
        fill: gray;
    }

    svg {
        width: 24px;
        height: 24px;
    }
}


.navbar-nav .nav-link.active, .navbar-nav .show>.nav-link {
    color: var(--bs-red);
}

.nav-link {
    color: var(--bs-red);
}

.tag{
    font-weight: 700;
    color: #ffffff;
    background-color: #004c45;
    margin-right: 16px;
    font-size: 14px;
}


/*


.overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
   
}
*/

.description {
    color: #fff;
    height: 79vh;
}

.description h1 {
    color: #6ab446;
}

.h4, h4 {
    font-size: 1.2rem;
}

.description p {
    font-size: 1.3rem;
    line-height: 1.5;
}

.page-footer{
    background-color:var(--bs-gray-800);
    color: var(--bs-green);
}


@media (max-width: 575.98px) {
    
.img-fluid {
    width: 100%;
    height: 83%;
}

.description {
        
        padding: 0 15px;
        text-align: center;
        top: 10%;
        /*
        left: 0;
        position: absolute;
        top: 10%;
        transform: none;
        text-align: center;*/
    }

        .description h1 {
            font-size: 1.5em;
        }

        .description p {
            font-size: 1.1rem;
        }
  
}

