@charset "utf-8";

#main {
	margin: 10px auto;
	padding: 10px 0;
	max-width: 1200px;
}
.logo {
	width: 100%;
	max-width: 600px;
}

.bg-navi {
    background-color: #000099 !important;
}
.nav-link {
	color: #ff0 !important;
}
.bg-footer {
    background-color: #000099 !important;
	color: #ff0 !important;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,0,1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}
.navbar-dark .navbar-toggler {
    color: rgba(255,255,0,0.8);
    border-color: rgba(255,255,0,0.5);
}

.dmbs-page-title {
	margin: 10px;
	color: #000099;
	font-weight: bold;
	text-align: center;
}
.title1 {
	margin: 10px 0;
	padding: 5px;
	background: #FFC;
	border-bottom: #F90 solid 2px;
}
h2, .h2 {
	font-weight: bold;
}

@media (min-width: 992px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}
@media (max-width: 991px) and (min-width: 768px) {
.display-posts-specialC ul.display-posts-listing li {
	width: 33%;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 6px 0;
	padding: 6px;
}
}