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

#header
{
	width: 80%;
	height: 10%;
	padding: 0 10%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgba(255,255,255,1);
	z-index: 9;
	transition: box-shadow 350ms linear 0ms;
}
#header #logo
{
	position: relative;
	float: left;
	top: 20%;
	height: 60%;
	width: 40%;
	cursor: pointer;
}
#header #logo img
{
	height: 100%;
}
#header #nav
{
	display: none;
	position: relative;
	float: right;
	top: 10%;
	height: 80%;
}
#header #nav div
{
	float: left;
	padding: 10px 20px;
	font-family: 'Quicksand Bold', 'Helvetica', 'Arial', 'sans-serif';
	font-size: 22px;
	cursor: pointer;
}
#header #nav div:hover
{
	border-top: 2px solid rgba(190,30,45,1);
}

#tagline
{
	position: absolute;
	top: 10%;
	left: 10%;
	height: 4%;
}
#tagline img
{
	height:100%;
}

#slideshow
{
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	position: absolute;
}
#slideshow  .slide
{
	position: absolute;
	top: 15%;
	left: 100%;
	width: 80%;
	height: 80%;
	text-align: center;
	overflow-y: hidden;
	transition: left 300ms linear 0ms;
}
#slideshow  .slide img
{
	height: 100%;
	max-width: 1920px;
	max-height: 1080px;
}
#slideshow #slideshow-control-bottom
{
	position: relative;
	width: 20%;
	height: 10%;
	top: 85%;
	text-align: center;
	margin: 0 auto;
}
#slideshow #slideshow-control-bottom .slide-indicator
{
	position: relative;
	display: inline-block;
	vertical-align: bottom;
	width: 3vh;
	height: 3vh;
	border-radius: 100%;
	margin: 1.5vh;
	background-color: rgba(104,117,134,1);
}
#slideshow #slideshow-control-bottom .slide-indicator:hover
{
	
}

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

#about
{
	background-image: url('/img/bg1.jpg');
}
#about-caption
{
	position: relative;
	padding-top: 10vh;
	left: -100%;
	font-family: 'Quicksand', 'Helvetica', 'Arial', 'sans-serif';
	color: rgba(0,0,0,1);
	font-size: 48px;
	transition: left 200ms linear 0ms;
}
.about-caption-highlight
{
	font-family: 'Quicksand Bold', 'Helvetica', 'Arial', 'sans-serif';
	font-style: italic;
	color: rgba(0,0,0,1);
	font-size: 48px;
	transition: text-shadow 500ms linear 250ms;
}
#about-box-wrapper
{
	position: relative;
	text-align: center;
	opacity: 0;
	transition: opacity 700ms linear 0ms;
}
.about-box
{
	margin: 0px 5%;
	width: 22.5%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}
.about-box-image
{
	width: 100%;
	padding: 0 5%;
	text-align; center;
}
.about-box-image img
{
	position: relative;
	top: 2.5vw;
	width: 5vw;
	border-radius: 100%;
}
.about-box-content
{
	width: 100%;
	padding: 16.5% 5%;
	min-height: 20vh;
	text-align: center;
	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: 22px;
	transition: text-shadow 500ms linear 700ms;
}
.about-box-highlight
{
	font-family: 'Quicksand Bold', 'Helvetica', 'Arial', 'sans-serif';
	font-weight: bold;
}

#contact
{
	background-image: url('/img/bg2.jpg');
}
#contact-caption
{
	position: relative;
	padding-top: 5vh;
	font-family: 'Quicksand Bold', 'Helvetica', 'Arial', 'sans-serif';
	font-style: italic;
	font-size: 36px;
	text-align: center;
	color: rgba(0,0,0,1);
	opacity: 0;
	transition: opacity 500ms linear 0ms, text-shadow 500ms linear 600ms;
}
#contact-form
{
	width: 100%;
	padding: 5vh 0;
	text-align: center;
	opacity: 0;
	transition: opacity 500ms linear 0ms;
}
#contact-error-message
{
	font-size: 20px;
	color: red;
}
#contact-form > input, textarea, button
{
	width: 75%;
	border: 1px solid rgba(104,117,134,1);
	border-radius: 1vh;
	margin: 0.5vw;
	padding: 1vw 1vw;
	font-family: 'Arial', 'Helvetica', 'sans-serif';
	box-shadow: none;
	font-size: 18px;
}
#contact-form textarea
{
	height: 20vh;
}
#contact-form button
{
	width: 100vw;
	max-width: 25%;
	margin: 1.5vw 0;
	border: none;
	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: pointer;
	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: pointer;
	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%;
}