/* CSS Document */

html, body {
	margin: 0;
	padding: 0;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	background-color: #FFFFFF;
}
.blue {
	background-color: #17629E;
}
.blue p, .blue h1, .green p, .green h1, .blue a, .green a {
	color: #FFFFFF;
}
.border {
	border-top: solid 10px #009444;
}
.button {
	display: block;
	width: 30%;
	min-width: 240px;
	margin: 0 auto;
	padding: 20px;
	font-size: calc(16px + 0.5vw);
	text-align: center;
	text-decoration: none;
	background-color: #009444;
	color: #FFFFFF;
	border: solid 2px #009444;
}
.button:hover {
	background-color: #FFFFFF;
	color: #009444;
}
.container-flex {
	display: flex;
	width: 100%;	
}
.container-block {
	display: block;
	float: left;
	clear: both;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 20px;
}
.container100 {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.container100 p {
	font-size: calc(14px + 0.5vw);
	font-weight: 400;
	line-height: calc(28px + 0.5vw);
}
.container50wide {
	display: block;
	width: 40%;
	padding: 0 5%;
}
#content-slider {
	z-index: -100;
	display: block;
}
.desktop {
	visibility: visible;
	height: auto;
	width: auto;
}
.detail {
	max-width: 33%;
}
.detail img {
	width: 25%;
	margin-bottom: 0;
}
.detail h2 {
	margin-top: 0;
	margin-bottom: 50px;
	font-size: calc(18px + 0.5vw);	
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
#footer {
	padding-bottom: 100px;
}
.green {
	background-color: #009444;
}
#hero {
	display: flex;
	padding: 120px 0 40px 0;
	align-content: center;
	align-items: center;
}
#infiniteSliding .slider-indicators button:last-child {
	display: none;
}
#intro {
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
.left {
	display: block;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
}
#logo {
	width: 30%;
	max-width: 300px;
	padding-left: 10%;
	padding-right: 5%;
}
.mobile {
	visibility: collapse;
	height: 0px;
	width: 0px;
}
.ownerphoto {
	background-image: url("media/banddhome-brian-pat.jpg");
	background-repeat: no-repeat;
	background-size: 50% !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-position: 50% 0%;
}
.right {
	float: right;
	align-items: stretch;
	padding-top: 20px;
	padding-bottom: 20px;
}
#service {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
#tagline {
	font-size: calc(28px + 0.5vw);
	color: #17629E;
	width: 40%;
	padding-left: 5%;
	padding-right: 10%;
	text-align: center;
	font-weight: 700;
	line-height: calc(36px + 1vw);
}
#top {
	position: fixed;
	z-index: 100;
	top: 0;
	padding: 10 0;
	justify-content: space-evenly;
	font-weight: 600;
	font-size: calc(10px + 0.3vw);
}
#top a {
	color: #FFFFFF;
	text-decoration: none;
}
.white {
	background-color: #FFFFFF;
}

@media all and (max-width : 640px) {

.container50wide {
	width: 90%;
}
.desktop {
	visibility: collapse;
	height: 0px;
	width: 0px;
}
.detail {
	max-width: 50%;
}
#hero {
	flex-wrap: wrap;
	padding-top: 150px;
}
#logo {
	width: 70%;
	max-width: 600px;
	padding-left: 15%;
	padding-right: 15%;
}
.mobile {
	visibility: visible;
	height: auto;
	width: auto;
}
.ownerphoto {
	height: 400px;	
}
#tagline {
	font-size: calc(20px + 0.5vw);
	width: 90%;
	padding-left: 5%;
	padding-right: 5%;
}
#top {
	font-size: calc(14px + 0.3vw);
}
	
}