html, body {
	padding:0;
	margin:0;
	background-color:#fff;
	font-size: 16px;
	color:#fff;
}

* {
	padding:0;
	margin:0;
	font-family: Roboto;
    font-weight: 700;
    font-style: normal;
    font-size: 100%;
}

div.main-header-cont {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	background-image:url('/img/hero-bg5.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	text-align:center;
	min-height: 100vh;
	text-shadow: 1px 1px 5px #000;
}

h2 {
	padding:20px 20px;
	font-size: 4em;
}

.main-s1 {
	padding:5px 20px;
	font-size: 2em;
}
.main-s2 {
	padding:5px 20px;
	font-size: 1.2em;
	color:#DDD;
}

div.line-spacer-1 {
	border: 1px solid #fff;
	width:30%;
	margin:0 auto;
}

div.nav {
	z-index:9;
	position:absolute;
	width:100%;
	height:8vh;
}

a.home-icon {
	display:inline-block;
	height:100%;
	width:auto;
}

a.home-icon img {
	height:100%;
	width:auto;
}

div.nav-links-cont {
	display: inline-block;
	height:100%;
	vertical-align: top;
	float: right;
	padding: 0 20px;
}

div.cont-flex-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height:100%;
}

ul.nav-link-list {
	list-style: none;
	margin: .75rem 0;
	padding: 0;
}

ul.nav-link-list li {
	display: inline-block;
}

div.nav-links-cont a {
	display: inline-block;
	padding: 0 15px;
	color:#fff;
	opacity:0.8;
	text-decoration:none;
}

div.nav-links-cont a:hover {
	opacity:1;
}

div.nav-links-cont a:after {
	display: inline-block;
	content: "";
	width: 100%;
	height: 2px;
	left: 0;
	bottom: -.5rem;
	transition: transform 166ms ease-in-out;
	transform: scaleX(0);
	transform-origin: 50% 100%;
	background-color: #fff;
}
div.nav-links-cont a:hover:after {
	transform: scaleX(1);
}

input.form-text-s1 {
	padding: 15px;
	background:rgba(255, 255, 255, 0.6);
	border-radius:5px;
	color:#444;
}

label.form-label-s1 {
	padding: 15px;
	padding-left:0;
}

input.form-cb-s1 {
	background-color:#fff;
	opacity:0.8;
}

div.form-text-cont-s1 {
	width:100%;
	padding:15px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fullw {
	display:block;
	width:100%;
}
.error-cont {
	display:block;
	width:100%;
	display:hidden;
}

div.flex-input-fullw {
	display:flex;
}

div.flex-input-fullw label {
	flex-shrink: 0;
}
div.flex-input-fullw input {
	flex: 1;
}

div.form-btn-s1 {
	margin:15px;
	display:inline-block;
	padding:15px;
	cursor:pointer;
	border-radius:5px;
	border:3px solid #fff;
	background:rgba(255, 255, 255, 0.8);
	text-shadow: 1px 1px 2px #000;
}

div.form-btn-s1:hover {
	background:rgba(255, 255, 255, 0.6);
}

input.form-cb-s1 {
	width:25px;
	height:25px;
	border-radius:5px;
}

div.content-cont-s1 {
	background-color:rgba(0, 0, 0, 0.2);
	border-radius:10px;
	padding:20px;
	margin:15px;

* {
	box-sizing: border-box;
}