/*
Theme Name: Digital 28
Theme URI: https://wordpress.org/themes/twentytwentytwo/
Author: the WordPress team

 */
#footer .footer-copy-right-text span {
	color: #fff;
}

.header .navbar-nav li a {
	font-size: 16px;
  font-weight: 400;
  line-height: 26.24px;
  padding: 10px 20px !important;
  color: #353535;
	text-decoration:none;
}

.footer-link-list li {
	list-style: none;
	padding-bottom: 11px;
}
.navbar-brand.upperLogo {
	display: none;
}
.header.innerPage .navbar-brand.scrollLogo {
	display: none;
	max-width:160px;
}
.header.innerPage .navbar-brand.upperLogo {
	display: block;
	max-width:160px;
}

.header.innerPage.header-fixed.scroll-active .navbar-brand.scrollLogo {
	display: block;
}
.header.innerPage.header-fixed.scroll-active .navbar-brand.upperLogo {
	display: none;
}

@media(max-width:991px){
.header .navbar-nav li a {
	font-size: 16px;
	font-weight: 400;
	line-height: 26.24px;
	padding: 12px 20px !important;
	color: #fff;
	text-decoration: none;
	display: block;
}
}