/* global start */
body{
	font-family: var(--font-roboto);
}
/* global end */

/* footer start */
.footer-ul li{
	margin-bottom: 10px;
}
.footer-ul li a{
	color: #fff;
}
.footer-ul li a:hover{
	color: var(--color-yellow);
}
/* footer end */

/* sections start */
.section-banner:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: #0000003d;
}
.nav-pills .nav-link.active{
	background-color: var(--color-primary);
}
.nav-pills .nav-link{
	color: #000;
}
.nav-pills .nav-link:hover{
	background-color: #7e7e7e;
	color: #fff;
}
/* sections end */