/*
Theme Name: Nepbrand News
Domain: Nepbrand.com
Version: 1.0.0
Description: All in One News Portal by Nepbrand. All your need and features are customized locally.
Tags: News, News-Portal, Nepali-News-Portal, Nepbrand.
Author: Nepbrand
Author URI: https://nepbrand.com/
*/



body{
    font-family: 'mukta';
    font-weight: 300;
    background-color: rgb(255, 255, 255);
}
.collapse {
    background-color: #ff0000;
}
a{ 
    text-decoration: none !important;
}
h1, h3  a{
    text-decoration: none !important; 
    color: black !important;
}
h1, h3 a:hover{
    color: rgb(34, 54, 115) !important ;
}
.top-menu {
	background-color: #008000;
}
.footer-last {
	background-color: #008000;
}
.author-color {
		color: #008000;
	a{
		color: #008000;

	}
}
.menu ul{

    display: flex;
    justify-content: space-around;
    align-items: center;
    color: aliceblue;
    list-style: none;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.menu a{
    color: aliceblue;
}
.menu a:hover{
    color: rgb(126, 132, 138);
}
li{
    display: inline;
}
img {

width: auto;
height: auto;
}
.h3{
    font-size: 34px;
    margin-bottom: 0;
}
p {
        font-size: 22px;
        margin: 0 0 28px;
        font-weight: 400;
        line-height: 1.8;

}

.icon ul li {
    margin-left: 10px;
}
.icon ul li a {
    color: #ffffff;

}
#sticky-menu {
    /* Your initial styles here */
    transition: background-color 0.3s ease;
}

#sticky-menu.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    background-color: #ff0000; /* Set the desired background color */
    padding: 10px; /* Adjust padding as needed */
}

.nav-item{
    padding-left: 2px;
    padding-right: 2px;

}
.nav-item a, i {
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
}
.nav-item a:hover {
    color: #008000;

}
ul.dropdown-menu.show {
	background: #ff0000;
	color: white;
}
.nav-bg{
    background-color: #ff0000;
}
.bg-dark-bitta{
    background-color: #008000;
}
img {
    max-width: 100%; /* Adjust as needed */
}
h1, h2, h3, h4, h5, h6  {
	  font-weight: bold !important;
}
.top-line{
	background: black;
}