/* This is a custom css stylesheet */

body {
	padding-top: 50px;
}

.em-text {
	color: #1caa98 !important;
}

.col-md-4 {
	margin-bottom: 20px;
}

section {
	padding: 40px 0 40px 0;
}

.jumbotron {
	background: #1b222a url("../img/site_showcase_bg.jpg") no-repeat top center;
	color: white;
	height: 598px;
	overflow: none;
}

.jumbotron h1 {
	margin-top: 60px;
}

.jumbotron p {
	margin-bottom: 40px;
}

.jumbotron img.app-btn {
	width: 40%
	margin-right: 30px;
}

.jumbotron img.showcase-img {
	width: 75%;
}

img.demo {
	width: 100%;
	padding: 3px;
	border: 1px solid #ccc;
}

section#feature {
	background: #1caa98;
	color: #fff;
	padding: 40px 0 40px 0;
	overflow: auto;
}

section#feature ul li {
	font-size: 22px;
	list-style: none;
	line-height: 2.0em;
}

section#feature ul {
	padding: 0;
	margin: 0;
}

section#title-bar {
	height: 80px;
	background: #1caa98;
	color: #fff;
	padding: 0;
	margin: 0;
}

section#title-bar h1 {
	margin-bottom: 20px;
}

.glyphicon-ok {
	margin-right: 10px;
}

footer {
	background: #333;
	color: #fff;
	padding: 30px 0 20px 0;
}

footer li {
	float: left;
	padding: 0 10px 0 10px;
	list-style: none;
}

footer a {
	color: #fff;
}

footer p {
	float: right;
}

/* MEDIA QUERIES */
@media (max-width: 1200px) {
	.jumbotron img.showcase-img {
		width: 91.5%;
	}
}

@media (max-width: 991px) {
	.jumbotron img.showcase-img {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 990px) {
	.jumbotron {
		height: 400px !important;
		background-size: 100% 100%;
	}

	.jumbotron img.app-btn {
		width: 30%;
	}

	.jumbotron h1 {
		margin-top: 10px;
	}
}

@media (max-width: 768px) {
	.jumbotron {
		height: 350px !important;
		background-size: 100% 100%;
	}

	.jumbotron h1 {
		margin-top: 5px;
	}
}

@media (max-width: 500px) {
	.jumbotron {
		height: 400px !important;
		background-image: none;
		text-align: center;
	}

	.jumbotron img.app-btn {
		width: 60%;
		margin: 0 auto 30px auto;
		display: block;
	}

	section#feature ul li {
		font-size: 19px !important;
	}

	footer p {
		float: none;
		text-align: center;
		padding-top: 20px;
	}

}