/*
Custom Css
*/

.main{
    width: 80% !important;
    margin: 0 auto;;
}
ul.navbar-nav{
    width: 100% !important;
    max-width: 100% !important;
}

.bg-navbar{
    background-color: #0C8532;
    color: white;
}

.nav-item{
    padding-right: 10px;
}
.nav-item{
    padding-top: 0px;
    padding-bottom: 0px;
}

.logoimg{
    display: block;
    height: 80px;
    width: auto;
    position: absolute;
    top: -50px;
}

label{
    font-weight: 800 !important;
    font-size: 20px;
}

span.text-danger{
    color: red;
}

.page-header{
    height: 120px;
}

.imgheader{
    height: 150px;
    width: 150px;
    border: 10px solid #3A6D10;
    position: relative;
    top: -10px;
}

.header-link-box{
    position: relative;
    bottom: 0px;
    left: -15px;
    border: 4px solid white;
    background-color: #3A6D10;;
    padding: 5px 20px;
}

.page-title{
    font-size: 55px;
}

.text-bold{
    font-weight: bold !important;
    }
.bg-theme-secondary{
    background-color: #023953;
}

.bg-theme-secondary{
    background-color: #023953;
}

.btn-theme{
    background-color: orangered;
    color: white;
    border: none;
    font-weight: bold;
}
.btn-theme:focus{
    background-color: orange;
    color: white !important;
}


.logofooter{
    height: 120px;
}

.nav-item a{
    color: white !important;
}
.bg-theme{
    background-color: #0C8532;
    color: white;
}

.bg-theme-third{
    background-color: rgb(68, 189, 106, .19) !important;
}

ul.nav-tabs .nav-link.active{
    background-color: rgb(68, 189, 106, .19) !important;
    border: none !important;
    font-weight: bold;
    text-decoration: underline;
}

.nav-link.active{
    background-color: white !important;
    border: none !important;
    color: #0C8532 !important;
    /* font-size: 16px !important; */
    font-weight: 800 !important;
    text-decoration: underline;
}

h2 span{
    font-size: small !important;
}
.usernav a{
    font-size: 15px !important;
    font-weight: bold;
}

/*// Medium devices (tablets, 768px and down)*/
@media (max-width: 768px) {
    #templatemo_main_nav .navbar-nav {max-width: 450px;}
    .main{
        width: 100% !important;
        margin: 0 auto;
        padding: 0 10px;
    }
    .navbar {
        height: 80px !important;
        /* padding: 5px 10px; */
    }
    .logoimg{
        display: block;
        height: 80px;
        width: auto;
        position: relative;
        top: 0px !important;
        padding: 10px !important;
    }
    .bg-navbar{
        background-color: #0C8532;
        color: white;
    }
    button.navbar-toggler-icon{
        color: white !important;
    }
    .nav-link.active{
        background-color: transparent !important;
        border: none !important;
        color: white !important;
        /* font-size: 16px !important; */
        font-weight: 800 !important;
        text-decoration: underline;
    }
    .navbar-collapse{
        background-color: #0C8532;
        color: white;
        padding: 0px 10px !important;
        z-index: 9999;
    }
    .imgheader{
        display: none;
    }
    .page-header{
        height: 70px;
    }
    .page-title{
        font-size: 25px;
    }
    ul.nav-tabs{
        display: inline-flex !important;
    }
    ul.nav-tabs .nav-link{
        font-size: 12px !important;
    }

    ul.nav-tabs .nav-link.active{
        background-color: rgb(68, 189, 106, .19) !important;
        border: none !important;
        font-weight: bold;
        color: black !important;
        text-decoration: underline;
    }
}