@charset "utf-8";
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

:root {
	--midHeight: 240px;
}
#middle-menu {
	height: auto;
	background-color: var(--main);
	bottom: 0;
	left: 0;
	right: 0;

}
.mid-images {
	height: auto;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.middle-wrap {
	height: auto;
	padding: 30px 30px 0;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	
}
.middle-wrap a {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	text-align: center;
	color: #fff;
	font-family: 'MarkPro-Book';
	font-weight: 200;
	font-size:22px;
	letter-spacing: 1px;
}
.middle-wrap a img {
	width: 60px;
}
.white-border {
	border: 2px solid #fff;
	border-radius: 50%;
	/*margin-bottom: 10px;*/
	width: 185px;
	height: 185px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	margin: 0 auto 10px;
}

.middle-wrap a:hover > .white-border {
	background-color: #fff;
	transition: all ease 0.25s;
}
.middle-wrap a:hover > .white-border img {
	filter: invert(1);
	transition: all ease 0.25s;
}
.home-banner-stuff-things {
	min-height: 300px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.member-wrap {
	margin: 30px 0;
}
.footer-advert-space {
	/*height: 200px;*/
	/*background-color: #4d4d4d;*/
	margin: 15px 0;
}
.footer-advert-space img {
	max-height: 200px;
}

.open-text.magic-css {
	flex-direction: row;
	align-items:  center;
	justify-content: flex-start;
}
.open-text.magic-css img {
	max-height: 80px;
	margin: 0 15px;
	
}
.open-hours img {
	max-width:45px;
}
.open-text.magic-css p {
	color: #fff;
	font-size: 1.1em;
}

.right-sidebar .these-boxes .these-wrap {
	min-height: 180px;
}
.right-sidebar .these-wrap.these-grey img {
    max-height: 185px;
}
.text-circles {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	    border: 2px solid #e9e9e9;
}

/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
:root {
	--midHeight: 280px;
}
#middle-menu {
	height: var(--midHeight);
	background-color: var(--main);
	bottom: 0;
	left: 0;
	right: 0;

}
.mid-images {
	height: var(--midHeight);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.middle-wrap {
	height: var(--midHeight);
	padding: 0 15px;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.middle-wrap a {
	text-align: center;
	color: #fff;
	font-family: 'MarkPro-Book';
	font-weight: 200;
	font-size:22px;
	letter-spacing: 1px;
	
	width: auto;
	margin-bottom: 0;
}
.white-border {
	border: 2px solid #fff;
	border-radius: 50%;
	/*margin-bottom: 10px;*/
	width: 145px;
	height: 145px;
	display: flex;
	align-items: center;
	justify-content: center;
	
	margin: 0 auto 10px;
}
	.member-wrap {
		/*display: inline-block;
		float: none;
		width: 49.5%;
		vertical-align: top;*/
	}
	.home-banner-stuff-things {
		min-height: 300px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
:root {
	--midHeight: 280px;
}
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
:root {
	--midHeight: 340px;
}
#middle-menu {
	height: var(--midHeight);
	min-height: 300px;
	background-color: var(--main);
	bottom: 0;
	left: 0;
	right: 0;
	position: absolute;
}
.mid-images {
	height: var(--midHeight);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.middle-wrap {
	height: var(--midHeight);
	padding-top: 60px;
	border-left: 15px solid #fff;
	border-right: 15px solid #fff;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
	
.member-wrap {
	/*display: inline-block;
	float: none;
	width: 24%;
	vertical-align: top;*/
}

	.home-banner-stuff-things {
		min-height: 300px;
		display: flex;
		align-items: flex-start;
		justify-content: center;
	}
	
}
/*
 * Copyright © 2017 | Website Design by Webfrog Studios
 *
 */
/* Large devices (xlarge desktops, 1200px and up) */
@media (min-width: 1600px) {
:root {
	--midHeight: 440px;
}
#middle-menu {
	height: var(--midHeight);
	min-height: 330px;
}
.mid-images {
	height: var(--midHeight);
}
.middle-wrap {
	height: var(--midHeight);
	padding-top: 70px;
}	
.white-border {
	padding: 30px;
}
.middle-wrap a img {
	width: 60px;
}
.middle-wrap a {
	font-size:27px;
}
.open-hours img {
	max-width:none;
}
}