body, html
{
	height: 100%;
	width: 100%;
}

body, h1, h2, h3, h4, h5, h6
{
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 700;
}

.lead
{
	font-size: 26px;
	font-weight: 400;
}


.logo1
{
	width: 50%;
	position: relative;
}


.f
{
	font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.2em;
}

.white
{
	color: white;
}

.arrow
{
	border: 0px;
	position: relative;
	width: 100px;
	top: -30px;
}

.url1
{
	text-align: center;
	color: white;
	font-size:4em;
/* 
	margin-top:50px;
	margin-bottom:50px;
 */

	position: relative;
	top:20%;
}

.url1 a, .url1 a:hover
{
	color: white;
}


.back2
{
	background: url(../img/hiengage.png) no-repeat center bottom;
	background-size: cover;
	width: 100%;
}

.back3
{
	background: url(../img/back3.png) no-repeat center bottom;
	background-size: contain;
	width: 100%;
}


.header-back
{
	background: url(../img/back1.png) no-repeat center center;
	background-size: cover;
	height: 100%;
}

.intro-header
{
	padding-top: 50px; /* If you're making other pages, make sure there is 50px of padding to make sure the navbar doesn't overlap content! */
/* 	padding-bottom: 50px; */
	height: 100%;
	color: #f8f8f8;

/* 	background: url(../img/back1.png) no-repeat center center; */
/* 	background-size: cover; */

	text-align: center;
}

.page
{
	height: 100%;
}

.how
{
	background-color: #c68f62;
}

.col1
{
  background-image: none;
}

.form-1
{
	height: 44px;
	font-size: 20px;
	background-color: white;
}

.btn-1
{
	height: 44px;
	color: white;
	background-color: #f9ab2e;
	font-size: 20px;
/* 	border-color: #ccc; */
}

.bigh
{
	font-size: 100px;
}

.center1
{
	width: 500px;
/* 	margin: 0 auto; */
	margin: 50px auto;
	position: relative;
	margin: 0 auto;
}

.bot1
{
/* 	position: relative; */
	bottom: 0px;
}

.head1
{
	width:100%;
	float: left;
/* 	height: 50vh; */
	display: table;
}

.head2
{
	float: left;
	width:100%;
/* 
	background-color: #ffffff;
	filter: alpha(opacity=65);
	opacity: .65;
 */
	background-color:rgba(255,255,255,0.5);
/* 	height: 50vh; */
	height: 80%;
}

#download
{
	margin-top:50px;
}

.download
{
	width: 50%;
	display:inline-block;
	padding:0;
	margin:0;
	float:left;
	text-align: center;
	font-size: 20px;
	color: white;
}

.download img
{
	width: 50%;
}

.download a
{
	color: white;
}

.download a:hover
{
	color: white;
}

.intro-login
{
/* 	padding-top:50%; */
	height: 50%;
	background-color:rgba(255,255,255,0.5);
/* 
	filter: alpha(opacity=65);
	opacity: .65;
 */
}


.intro-message
{
/* 	position: relative; */
/* 	padding-top: 15%; */
	display: table-cell;
	vertical-align: middle;
}

.intro-message > h1 {
	margin: 0;
	font-size: 5em;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

.intro-divider
{
	width: 400px;
	border-top: 1px solid #f8f8f8;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.intro-message > h3
{
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px)
{
/* 
	.intro-message {
		padding-bottom: 15%;
	}
 */

.head1
{
	width:100%;
	float: left;
	height: 40vh;
	display: table;
}

.head2
{
	float: left;
	width:100%;
/* 	background-color: #ffffff; */
/* 
	filter: alpha(opacity=65);
	opacity: .65;
 */
	background-color:rgba(255,255,255,0.5);
	height: 80%;
}

.logo1
{
	width: 90%;
}


	.center1
	{
		margin: 0 auto;
		margin-top:8%;

		width: 300px;
		margin: 0 auto;
		margin-top: 50px;
		position: relative;
		margin: 0 auto;
		margin: 50px auto;
	}


	.intro-message > h1 {
		font-size: 3em;
	}

	ul.intro-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.intro-social-buttons > li:last-child {
		margin-bottom: 0;
	}

	.intro-divider {
		width: 100%;
	}
}

.network-name {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 2px;
}

.content-section-a {
	background-color: #f8f8f8;
	padding: 50px 0;
}

.content-section-b {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	padding: 50px 0;
}

.section-heading {
	margin-bottom: 30px;
}

.section-heading-spacer {
	border-top: 3px solid #e7e7e7;
	width: 200px;
	float: left;
}

.banner {
	padding: 100px 0;
	color: #f8f8f8;
	background: url(../img/banner-bg.jpg) no-repeat center center;
	background-size: cover;
}

.banner h2 {
	margin: 0;
	text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
	font-size: 3em;
}

.banner ul {
	margin-bottom: 0;
}

.banner-social-buttons {
	float: right;
	margin-top: 0;
}

@media (min-width: 768px)
{
	ul.banner-social-buttons
	{
		float: left;
		margin-top: 15px;
	}

	.center1
	{
		margin: 50px auto;
	}
}

@media (max-width: 767px) {
	.banner h2 {
		margin: 0;
		text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.6);
		font-size: 3em;
	}

	ul.banner-social-buttons > li {
		display: block;
		margin-bottom: 20px;
		padding: 0;
	}

	ul.banner-social-buttons > li:last-child {
		margin-bottom: 0;
	}
}

footer
{
	background-color: #f8f8f8;
	padding: 50px 0;
}

p.copyright {
	margin: 15px 0 0;
}

.highlighted
{
	color: #c68f62;
}

.j
{
	text-align: justify;
}

.c
{
	text-align: center;
}

.icon
{
	text-size: 50px;
}

a
{
	color: #c68f62;
	text-decoration: none;
}
a:hover,
a:focus
{
	color: #a37753;
	text-decoration: underline;
}



#apptitle
{
	color: #000;
}








.carousel
{
	width: 100%;
	height:100%;
}



/* 
@media (max-width: 1199px)
{
	.carousel
	{
		height:672px;
	}
}

@media (max-width: 767px)
{
	.carousel
	{
		height:430px;
	}
}

@media (max-width: 319px)
{
	.carousel
	{
		height:180px;
	}
}
 */





.item,
.active,
.carousel-inner {
	height:100%;
}

.fill {
	width:100%;
	height:100%;
	background-position: center;
	background-size: cover;
}

.section {
	margin: 50px 0;
}

/* 
footer {
	margin: 50px 0;
}
 */




.ss
{
	text-shadow: 1px 1px #000000;
}

#sec
{
   text-align:left;
}


@media (max-width: 320px)
{
	body
	{
		font-size:1em;
	}

	.lead
	{
		font-size: 16px;
		font-weight: 400;
	}

	.url1
	{
		position: relative;
		top:20%;
		font-size:2em;
	}
}


@media (max-height: 768px)
{
	.url1
	{
		position: relative;
		top:10%;
		font-size: 3em;
	}
}



@media (max-height: 568px)
{
	.intro-header
	{
		height: 568px;
	}

	.center1 img
	{
		width:30%;
	}

	.center1
	{
		position: relative;
		width: 80%;
		margin: 50px auto;
		bottom: 0px;
	}

	.logo1
	{
		width: 60%;
	}

	.arrow
	{
		border: 0px;
		position: relative;
		width: 50px;
		top: -10px;
	}

	.url1
	{
		position: relative;
		top:20%;
		font-size: 3em;
		line-height: 80%;
	}
}


@media (max-height: 320px)
{
	.center1 img
	{
		width:20%;
	}

	.lead
	{
		font-size: 20px;
		font-weight: 400;
	}
}



.ac
{
	margin: auto;
	position: absolute;
	top: 0; left: 0; bottom: 50px; right: 0;

	z-index:1000;
	width:100px;
	height:100px;
}

.ac a img
{
	opacity: 0.5;
}

.ac a:hover img
{
	opacity: 1;
}

.logo2
{
	width:60%;
}


@media (max-width:800px)
{
	.ac
	{
		margin: auto;
		position: absolute;
		top: 0; left: 0; bottom: 100px; right: 0;

		z-index:1000;
		width:50px;
		height:50px;
	}
}


@media (max-width:320px)
{
	.ac
	{
		margin: auto;
		position: absolute;
		top: 0; left: 0; bottom: 70px; right: 0;

		z-index:1000;
		width:50px;
		height:50px;
	}

	.logo2
	{
		width: 80%;
	}

	.pointer
	{
		width:10%;
	}

}