a, .nav-link, .navbar-brand {
    color: #000;
}

h1 {
	margin-bottom: 2rem;
}

.no-liststyle{
    list-style: none;
}


.btn-primary {
	--bs-btn-color: #fff;
	--bs-btn-bg: #009345;
	--bs-btn-border-color: #009345;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #8bc53f;
	--bs-btn-hover-border-color: #8bc53f;
	--bs-btn-focus-shadow-rgb: 49,132,253;
	--bs-btn-active-color: #fff;
	--bs-btn-active-bg: #8bc53f;
	--bs-btn-active-border-color: #8bc53f;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	--bs-btn-disabled-color: #fff;
	--bs-btn-disabled-bg: #009345;
	--bs-btn-disabled-border-color: #009345;
}

#header .logo {
	padding: 1rem;
}

#header .logo img {
	width: 200px;
}

#sidebar{
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f8f9fa+0,000000+100&0.65+0,0+100 */
background: -moz-linear-gradient(top,  rgba(248,249,250,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(248,249,250,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(248,249,250,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f8f9fa', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */


height: 500px;
padding-top: 2rem;
}

#sidebar a {
    color: #000;
    font-size: 1.25rem;
}

#sidebar a:hover {
    color: #000;
    text-decoration: underline;
}


#content {
    padding: 2rem;
    margin-bottom: 2rem;
}

#footer {
	background: #999;
}

#footer a{
	color: #fff;
}

.luckynumer {
    width: 32px;
    padding: 0;
    text-align: center;
}

.start-list {
	list-style: none;
	padding: 0;
	line-height: 2rem;
	min-height: 235px;
}

@media (max-width: 991px) {
    #sidebar {
        height: auto;
        padding-top: 0;
    }

    #content {
        padding: 1rem;
    }

	.start-list {
		min-height: auto;
	}

	#nav {
		padding: 1rem;
	}
}