body {
	background-color: transparent !important;
	font-family: Georgia, sans-serif;
	font-size: 16px;
	color: #000;
}
a, a:link {
	color: #000000 !important;
	font-weight: 400;
	text-decoration: none;
}
h1, h2, h3, h4 {
	font-family: Georgia, sans-serif;
}
.btn {
	background-color: #ffffff;
	border: 0;
	border-radius: 5px;
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
	color: #000;
	display: inline;
	font-weight: 700;
	padding: 10px 15px;
	text-decoration: none;
	text-transform: uppercase;
	-webkit-appearance: none;
}
img {
	filter: gray;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}
.header-container .left, .header-container .right, .slideshow, .soc, .contactform, .btn-container, .specialize, footer {
	display: none;
}
.header-container div:nth-of-type(2) {
	flex: 1;
}
.header-container .mid img {
	width: 250px;
}
.header-container, main, .content-container .content-left, .content-container .content-right {
	color: #000000 !important;
	width: 100%;
}
.content-container {
	flex-direction: column;
}
.content-container .content-left {
	flex: 1;
}
.content-container .content-right {
	flex: 1;
}
.court {
	background-color: #ffffff;
	box-shadow: 0 0 0 rgba(0,0,0,0.0);
}
.content-left {
	order: 1;
}
.content-right {
	display: block;
	order: 2;
	margin-top: 0;
}
.content-right .court {
	color: #000000 !important;
	margin: 0;
	text-shadow: 0 0 0 rgba(0,0,0,0.0);
}
.content {
	padding: 5px 5px;
}
.whole {
	padding-bottom: 0;
}