body { 
	min-height: 100vh;
	font-family: "Montserrat", "Arial", sans-serif;
}
a {
	text-decoration: none !important;
	color: inherit;
}
.uk-container {
	max-width: 1400px;
}
header {
	background-image: url("../home-assets/images/feature-background.jpg");
	background-size: cover;
	background-position: center;
}
#user_button a {
	color: #00b1f1;
	font-weight: bold;
	font-size: 16px;
}
#user_button.user-button:before {
	font-family: "FontAwesome";
	content: '\f023';
	margin-right: 10px;
	color: #00b1f1;
}
.header-main {
	margin-bottom: -208px;
}
h1, h2 {
	font-family: "Roboto Slab", serif;
}
#banner_left {
	padding-top: 130px;
	padding-left: 15px;
}
#banner_left h1 {
	color: #FFF;
	font-size: 30px;
}
#features {
	padding-top: 200px;
	background-color: #f6f6f6;
	padding-bottom: 70px;
}
#features .content h3 {
	font-size: 20px;
	letter-spacing: 3px;
	font-weight: bold;
	color: #00aff0;
}
.feat-subheading {
	font-size: 18px;
}
#features-icons {
	padding-top: 70px;
	padding-bottom: 30px;
}
#features-icons .feature-icon img {
	width: 120px;
}
#features-ext {
	background-color: #0f75a5;
	padding-top: 70px;
	padding-bottom: 60px;
}
#features-ext .content-icon img {
	width: 50px
}
#features-ext .content-icon p {
	color: #FFF;
	font-size: 13px;
}
#features-ext .uk-card-body {
	padding-top: 15px;
}
#surveys {
	background-color: #e76450;
	padding-top: 100px;
	padding-bottom: 100px;
}
#surveys h2 {
	color: white;
	margin: 0;
	font-size: 30px;
	line-height: 1.5;
	padding-bottom: 20px;
}
#surveys p {
	color: #FFF;
}
#dashboard {
	background-color: #FFF;
	padding-top: 10px;
	padding-bottom: 10px;
}
#dashboard h2 {

}
/*#contact {*/
/*	background-color: #1d1f38;*/
/*	padding-top: 100px;*/
/*	padding-bottom: 100px;*/
/*	display: none;*/
/*}*/
/*#contact h3 {*/
/*	font-size: 40px;*/
/*	color: white;*/
/*	font-weight: 300;*/
/*}*/
/*#contact p {*/
/*	color: #218ec6;*/
/*}*/
/*#contact input[type=submit] {*/
/*	background-color: #e76450;*/
/*	color: white;*/
/*}*/
/*#contact .icon-response-success {*/
/*	background-color: #00c4a6;*/
/*    border-radius: 50%;*/
/*    width: 30px;*/
/*    height: 30px;*/
/*    margin: 5px;*/
/*    color: white;*/
/*}*/

#video-holder {
	padding: 70px 0;
	background-color: #f6f6f6;
	text-align: center;
}
#video-contain {
	height: 600px;
	width: 960px;
	margin: 0 auto;
}
#video-holder iframe {
	margin: 0 auto;
}

.boldme {
	font-weight: bold;
}
footer {
	background-color: #1d1f38;
	padding-top: 50px;
	padding-bottom: 50px;

}
footer p {
	color: #FFF;
	font-size: 14px;
	margin: 0;
}
footer a:hover {
	text-decoration: underline !important;
	color: inherit;
}
.uk-card-body {
	padding: 30px 10px;
}

@media (max-width: 1480px){
	.header-main {
		margin-bottom: -160px;
	}
}
@media (max-width: 1320px){
	.header-main {

	}
	#banner_left {
		padding-top: 100px;
	}
	#banner_left h1 {
		font-size: 26px;
	}
}
@media (max-width: 1150px){
	#banner_left h1 {
		font-size: 24px;
	}
}
@media (max-width: 1100px){
	.header-main {
		margin-bottom: -90px;
	}
	#features {
		padding-top: 120px;
	}
}

@media (max-width: 1000px) {
	#banner_left h1 {
		font-size: 22px;
	}
	#video-contain {
		height: 400px;
		width: 80%;
	}
}
@media (max-width: 960px){
	#features-ext .content-icon {
		justify-content: center;
	}
}
@media (max-width: 900px){
	.header-main {
		margin-bottom: -70px;
	}
	#banner_left {
		padding-top: 70px;
	}

}
@media (max-width: 800px) {
	#banner_left {
		padding-top: 30px;
	}
	#banner_left h1 {
		font-size: 18px;
	}
}

@media (max-width: 640px){
	#header_banner {
		position: unset;
	}

	#banner_left h1 {
		text-align: center;
		font-size: 20px;
	}
	#dashboard h2 {
		text-align: center;
		font-size: 25px;
	}
	footer p {
		text-align: center;
	}
	#video-contain {
		height: 300px;
		width: 90%;
	}
}
