@charset "UTF-8";
/* CSS Document */

.h1, .h2 {  font-family: 'EB Garamond', serif; font-weight: 400;  }

.h3, .h4, .paragraph { font-family: 'Open Sans', sans-serif; font-weight: 400;  }

.h1 {
	font-size: 32pt;
	line-height: 40pt;
	color: #000;
	text-align: center;
	display: block;
}
.h2 {
	font-size: 24pt;
	line-height: 32pt;
	color: #FFF;
}
.h3 {
	font-size: 12pt;
	line-height: 20pt;
	font-weight: 600;
	color: #000;
	text-align: center;
	display: block;
	height: auto;
}
.h4 {
	font-size: 15pt;
	line-height: 23pt;
	font-weight: 400;
	color: #fff;
}
.paragraph {
	font-size: 12pt;
	line-height: 18pt;
	color: #000;
	text-align: left;
	display: block;
}
.quote {
	font-family: 'EB Garamond', serif;
	font-size: 17pt;
	font-style: italic;
	line-height: 24pt;
	font-weight: 400;
	color: #707070;
	text-align: center;
	display: block;
	margin-right: 0%;
	margin-left: 0%;
}	
.image-full-width, .image { height: auto;  }
.image-full-width {
	width: 100%;
}
.image {
	width: 90%;
	margin-bottom: 20px;
	margin-top: 20px;
}
.line-circle-down, .line-circle-up, .image { text-align: center; display: block; margin-right: auto; margin-left: auto;  }

.line-circle-down {	
	margin-top: 0px;
	height: 68px;
	width: 13px;
	margin-bottom: 20px;
}
.line-circle-up {
	height: 60px;
	width: 13px;
}
.buffer {
	height: 20px;
	width: 100%;
}
#lifesigns {
	text-align: center;
	display: block;
	height: auto;
	width: 66%;
	position: absolute;
	top: 20px;
	left: 20px;
	visibility: visible;
	z-index: 4;
}
#main-image {
	position: fixed;
	visibility: hidden;
	z-index: 1;
	height: 0px;
	width: 0px;
	overflow: hidden;
}
#main-image-mobile {
	position: fixed;
	visibility: visible;
	z-index: 2;
	height: auto;
	width: auto;
	left: 0px;
	top: 0px;
	right: 0px;
}
#main {
	position: absolute;
	visibility: visible;
	z-index: 5;
	height: auto;
	width: auto;
	left: 0px;
	top: 56%;
	right: 0px;
}
#heading {
	visibility: visible;
	width: 86%;
	padding-top: 20px;
	margin-right: 7%;
	margin-left: 7%;
	padding-bottom: 20px;
	float: left;
	background-color: #FFF;
}
#intro {
	height: auto;
	width: 92%;
	float: left;
	clear: both;
	padding-top: 5px;
	padding-right: 4%;
	padding-left: 4%;
	background-color: #FFF;
}
#quote {
	font-family: 'EB Garamond', serif;
	font-size: 20pt;
	font-style: italic;
	line-height: 30pt;
	font-weight: 400;
	color: #bc2437;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 0px;
}
#menu-open {
	position: fixed;
	visibility: visible;
	z-index: 10;
	height: 18px;
	width: 50px;
	top: 6%;
	right: 20px;
	background-color: #000;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#menu-close {
	position: fixed;
	visibility: hidden;
	z-index: 12;
	height: 18px;
	width: 50px;
	top: 6%;
	right: 20px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
}
#menu {
	background-color: #bc2437;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	visibility: hidden;
	z-index: 11;
	padding-top: 60px;
	padding-left: 2%;
}
