body {
	background: url(../images/bgbody.gif) center repeat-x;
	background-size: 100% auto;
	font-size: .8rem;
	font-family: tahoma;
	color: #111;
}

a {
	text-decoration: none;
}

.navbar-toggler {
	background: maroon;
}

.bg-gradient-light {
	background-image: linear-gradient(180deg, rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));;
}

.center-content {
	background: url(../images/bgcenter.gif) no-repeat;
}

.footer-content {
	background: url(../images/bgbottom.gif) no-repeat;
}


@media (min-width: 992px) {
	.navbar .container-fluid {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	.container-lg {
		width: 960px;
	}
}


@media (max-width: 991px) {
	.nav-link {
		border-radius: 0;
	}

	.menu-header {
		margin-top: 1rem;
	}

	.menu-header .px-4 {
		padding-left: .25rem !important;
		padding-right: .25rem !important;
	}
}

