:root {
	--color-ln: #ffd900;
}

body {
    overflow-y: scroll;
}

a:hover {
	color: var(--color-ln) !important;
	text-decoration: none !important;
}

a.btn:hover, a.badge:hover {
	color: #ffffff !important;
}

a.color-ln:hover {
	color: #9d7900 !important;
}

a.navbar-brand {
	font-size: 1.4rem !important;
}

.btn-secondary {
	background-color: #00376e !important;
}

/* width */
::-webkit-scrollbar {
	width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
	background: #676767;
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #434343;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
	background: #3e3e3e;
}

.color-ln{
    color: var(--color-ln) !important;
}

.color-light-grey{
	color: #b4b4b4 !important;
}

.bg-ln{
    background-color: var(--color-ln) !important;
}

.bg-dark-primary{
    background-color: #121212 !important;
}

.bg-dark-secondary{
    background-color: #272727 !important;
}

.bg-dark-tertiary{
	background-color: #505050 !important;
}

.profile-pic{
	height: 37px;
}
