@charset "UTF-8";
* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body {
	font-family: 'Poppins', sans-serif;
	padding: 0;
	margin: 0;
	background-image: url('../images/PeopleWith-WebBackground.jpg');
	background-position: center top;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

.logo {
	display: block;
	margin: 0px auto;
	width: 350px;
	height: auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

.logoImage {
	width: 100%;
}

.frame {
	display: block;
	margin: 0px auto;
	width: 70%;
	background-color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1); 
	min-height: 100px;
	padding: 2%;
}

h1 {
	color: #214a83;
	font-weight: 600;
	font-size: 32px;
	text-align: center;
	letter-spacing: -1px;
	padding-left: 5%;
	padding-right: 5%;
	line-height: 1.5em;
}

h2 {
	color: #214a83;
	font-weight: 600;
	font-size: 20px;
	text-align: center;
	letter-spacing: -1px;
	line-height: 1.5em;
}

.submit-but {
	display: block;
	color: #FFF;
	font-size: 16px;
	background-color: #2e3192;
	padding: 10px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	border-radius: 4px;
	width: 49%;
	float: left;
	text-align: center;
	font-weight: 600;
}

.submit-but:hover {
	transform: scale(1.01);	
	-webkit-transform: scale(1.01);	
	-moz-transform: scale(1.01);	
	background-color: #0b3d50;
	color: #FFF;
}

.read-more-but {
	display: block;
	color: #FFF;
	font-size: 11px!important;
	background-color: #327214;
	cursor: pointer;
	border-radius: 2px;
	width: auto;
	border: none;
	text-align: center;
	font-weight: 300;
	margin-top: 7px;
	padding: 6px;
}


.small-but {
	display: block;
	color: #FFF;
	font-size: 11px!important;
	background-color: #327214;
	cursor: pointer;
	border-radius: 2px;
	width: auto;
	border: none;
	text-align: center;
	font-weight: 300;
	margin-top: 7px;
	padding: 6px;
	float: right;
}

#intro-video-overlay {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}




hr {
	height: 1px;
	background-color: #aecbdc;
	border: none;
}

.submit-but-download {
	display: block;
	color: #FFF;
	font-size: 16px;
	background-color: #327214;
	padding: 20px;
	border: none;
	margin-top: 20px;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	border-radius: 4px;
	width: auto;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	list-style: none;
	line-height: 1.6em;
}

.submit-but-download:hover {
	transform: scale(1.01);	
	-webkit-transform: scale(1.01);	
	-moz-transform: scale(1.01);	
	background-color: #87b461;
	color: #FFF;
}

.video-but {
	display: block;
	color: #FFF;
	font-size: 16px;
	background-color: #2e3192;
	padding: 10px;
	border: none;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	border-radius: 4px;
	width: auto;
	float: left;
	text-align: center;
	font-weight: 600;
	margin: 2px;
}

.video-but:hover {
	transform: scale(1.01);	
	-webkit-transform: scale(1.01);	
	-moz-transform: scale(1.01);	
	background-color: #0b3d50;
	color: #FFF;
}


.download-confirm {
	display: block;
	color: #FFF;
	background-color: #327214;
	padding: 20px;
	border: none;
	margin-top: 0px;
	width: auto;
	text-align: center;
	font-weight: 600;
	text-decoration: none;
	list-style: none;
	line-height: 1.6em;
}


.app-link-but {
	width: 49%;
	float: left;
}

.app-link-already {
	margin: 0px auto;
	float: none;
	margin-top: 10px;
	width: auto;
}


.left-2 {
	margin-left: 2%;
}

.top-10 {
	margin-top: 20px;
}

.whitespace {
	display: inline-block;
	width: 100%;
	height: 1px;
}

.content-margin {
	margin: 0%;
}

#apple-holder {
	display: none;
}

#android-holder {
	display: none;
}

.footer-text {
	text-align: center;
	color: #FFF;
	font-size: 9px;
	margin-bottom: 5%;
	margin-top: 100px;
}

#intro-video {
	margin: 0px auto;
	margin-bottom: 2%;
	display: block;
}

#registration-video {
	margin: 0px auto;
	margin-bottom: 2%;
	display: block;
}

p {
	text-align: center;
	font-size: 16px;
	line-height: 1.8em;
	color: #000;
	margin-top: 10px;
}

#videoHolder {
	width: 100%;
	height: auto;	
	margin: 0px auto;
	padding: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


.small-p {
	font-size: 13px;
}

.video-overlay {
	width: 100%;
	height: 100%;
	background-color: color(srgb 0 0 0 / 0.3);
	display: none;
	position: fixed;
	padding: 2%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	z-index: 1000000000;
	top: 0%;
}

.video-overlay-holder {
	display: block;
	position: relative;
	width: 98%;
	max-width: 600px;
	height: auto;
	margin: 0px auto;
	margin-top: 5%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding: 10px;
	background-color: azure;
}

.direction-label {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	color: #634e4e;
}

.video-buts-holder {
	height: auto;
	display: block;
}

.direction-margin {
	margin-left: 0%;
	margin-right: 0%;
}

.direction-margin-step {
	margin-left: 7%;
	margin-right: 7%;
}

.icon {
	display: block;
	position: relative;
	width: 50px;
	margin: 0px auto;
	height: auto;
	margin-top: 30px;
	margin-bottom: 10px;
}

.step-holder {
	display: block;
	position: relative;
	width: 70%;
	border: 2px dashed #fff;
	border-radius: 5px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0px auto;
	text-align: center;
	padding: 1%;
}




@media screen and (max-width: 600px) {

	#intro-video {
		width: 90%!important;
		height: 176px;
	}
	
	#registration-video {
		width: 90%!important;
		height: 176px;	
	}
	
	.frame {
		width: 90%;
	}
	
	p {
		text-align: center;
		font-size: 14px;
	}
	
	.logo {
		width: 60%;	
	}
	
	.logoImage {
		width: 100%;
	}
	
	#videoHolder {
		width: 90%;
	}
	
	.submit-but {
		width: 100%;
		margin: 0px auto;
	}
	
	.left-2 {
		margin-left: 0%;
	}
	
	.top-10 {
		margin-top: 10px;
	}
	
	.content-margin {
		margin: 6%;
	}
	
	.direction-margin {
		margin-left: 3%;
		margin-right: 3%;
	}
	
	h1 {
		font-size: 24px;
	}
	
	.submit-but {
		font-size: 14px;	
	}

	.video-but {
		font-size: 14px!important;		
	}
	
	.step-holder {
		width: 90%;
	}
	
	.app-link-but {
		width: 100%;
	}
	
	.app-link-already {
		width: 100%;
	}
	
	

}



