@media (min-width: 812px) {
	.nav-desktop {display: block !important;}
	.navbar-toggler {display: none !important;}
}

@media (max-width: 812px) {
	.nav-desktop {display: none !important;}
	.navbar-toggler {display: block !important;}
}

.nav-desktop li {float: left; padding: 0 20px !important; margin-bottom: 0 !important;}
.nav-desktop li a {font-size: 19px !important; text-transform: none !important;}

.category .entry-content {border-bottom: 1px solid #CCC; padding-bottom: 50px;}

.about-team h3 {font-size: 24px; margin-bottom: 20px; margin-top: 10px;}
.about-team {clear: both; padding: 80px 0px;}
.about-team a {text-decoration: underline;}
.about-team img {margin-top: 10px; margin-bottom: 20px;}