html, body
{
	width: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	height: auto;
	min-height: 0px;
}

#header
{
	width: 90%;
	height: 10%;
	padding: 0 5%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,1);
	z-index: 9;
	transition: none;
}
#header #logo
{
	position: relative;
	top: 20%;
	height: 60%;
	width: 100%;
	float: none;
	cursor: auto;
}
#header #logo img
{
	width: 100%;
}
#header #nav
{
	display: none;
}
#header #nav div
{
	display: none;
}
#header #nav div:hover
{
	display: none;
}

#tagline
{
	position: absolute;
	top: 11%;
	left: 5%;
	width: 80%;
	height: auto;
}
#tagline img
{
	width: 100%;
	height: auto;
}

#slideshow
{
	height: 100vw;
	width: 100%;
	max-width: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	position: relative;
}
#slideshow  .slide
{
	position: absolute;
	top: auto;
	bottom: 10%;
	left: 100%;
	width: 100%;
	height: auto;
	text-align: center;
	overflow-y: hidden;
	transition: left 300ms linear 0ms;
}
#slideshow  .slide img
{
	height: auto;
	width: 100%;
	max-width: 1920px;
	max-height: 1080px;
}
#slideshow #slideshow-control-bottom
{
	display: none;
}
#slideshow #slideshow-control-bottom .slide-indicator
{
	display: none;
}

#about, #contact
{
	position: relative;
	top: 0;
	width: 100%;
	min-height: 0px;
	font-family: 'Quicksand', 'Helvetica', 'Arial', 'sans-serif';
}
.content
{
	position: relative;
	padding: 0px 0px;
	width: 90%;
	margin: 0px auto;
}

#about
{
	background-image: url('/img/bg1.jpg');
	padding: 80px 0px;
}
#about-caption
{
	position: relative;
	padding-top: 0px;
	left: 0;
	font-family: 'Quicksand', 'Helvetica', 'Arial', 'sans-serif';
	color: rgba(0,0,0,1);
	font-size: 48px;
	text-align: center;
	transition: none;
}
.about-caption-highlight
{
	font-family: 'Quicksand Bold', 'Helvetica', 'Arial', 'sans-serif';
	font-style: italic;
	color: rgba(0,0,0,1);
	font-size: 48px;
	text-shadow: 3px 6px 6px rgba(104,117,134,1);
	transition: none;
}
#about-box-wrapper
{
	position: relative;
	text-align: center;
	opacity: 1;
	width: 100%;
	transition: none;
}
.about-box
{
	margin: 0px;
	width: 100%;
	display: block;
	vertical-align: initial;
	text-align: center;
}
.about-box-image
{
	width: 90%;
	padding: 0 5%;
	text-align; center;
}
.about-box-image img
{
	position: relative;
	top: 10vw;
	width: 20vw;
	border-radius: 100%;
}
.about-box-content
{
	width: 90%;
	padding: 16.5% 5%;
	min-height: 0px;
	text-align: center;
	font-size: 22px;
	line-height: 175%;
	background-color: rgba(255,255,255,1);
	border: 1px solid rgba(104,117,134,1);
}
.about-box-heading
{
	font-family: 'Quicksand Bold', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: bold;
	font-size: 32px;
	text-shadow: 2px 2px 2px rgba(104,117,134,1);
	transition: none;
}
.about-box-highlight
{
	font-family: 'Quicksand Bold', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: bold;
}

#contact
{
	background-image: url('/img/bg2.jpg');
	padding: 80px 0px;
}
#contact-caption
{
	position: relative;
	padding-top: 0px;
	font-family: 'Quicksand Bold', 'Helvetica', 'Arial', 'sans-serif';
	font-style: italic;
	font-size: 36px;
	text-align: center;
	color: rgba(0,0,0,1);
	opacity: 1;
	text-shadow: 3px 6px 6px rgba(104,117,134,1);
	transition: none;
}
#contact-form
{
	width: 100%;
	padding: 20px 0px;
	text-align: center;
	opacity: 1;
	transition: none;
}
#contact-error-message
{
	font-size: 20px;
	color: red;
}
#contact-form > input, textarea, button
{
	width: 90%;
	border: 1px solid rgba(104,117,134,1);
	border-radius: initial;
	margin: 2% auto;
	padding: 2.5%;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	box-shadow: none;
	font-size: 22px;
}
#contact-form textarea
{
	height: 50%;
}
#contact-form button
{
	width: 100vw;
	max-width: 50%;
	padding: 10px;
	margin: 1.5vw 0;
	border: none;
	border-radius: 5px;
	color: rgba(255,255,255,1);
	background-color: rgba(190,30,45,1);
}
#contact-form > input:focus, textarea:focus
{
	border: 1px solid rgba(190,30,45,1);
	box-shadow: 0px 0px 5px 0px rgba(190,30,45,1);
}
#contact-form button:hover
{
	cursor: auto;
	box-shadow: 0px 0px 20vw 0px rgba(0,0,0,0.1) inset;
}
#contact-form button:active
{
	box-shadow: 0px 3px 20vw 3px rgba(0,0,0,0.5) inset;
}

#footer
{
	position: relative;
	top: 100%;
	padding: 2vh 0;
	width: 100%;
	max-width: 100%;
	text-align: center;
	font-style: italic;
	font-family: 'Quicksand', 'Helvetica', 'Arial', 'sans-serif';
	background-color: rgba(244,244,244,1);
}

#topButton
{
	display: none;
	opacity: 0;
	position: fixed;
	bottom: 5%;
	right: 5%;
	width: 50px;
	height: 50px;
	background-color: rgba(104,117,134,1);
	border-radius: 100%;
	cursor: auto;
	transition: opacity 500ms linear 0ms;
}
#topButton:hover
{
	background-color: rgba(104,117,134,0.5);
}
#topButton img
{
	position: relative;
	height: 25%;
	width: 50%;
	top: 35%;
	left: 25%;
}