#homepage_category_title {
	text-align: center;
	color: #7e981f;
	margin: 45px auto 15px auto;
	font-weight: normal;
}
div.homepage_category_image {
	display: inline-block;
}
div.homepage_category_name {
	display: inline-block;
	font-size: 25px;
}
figure.homepage_category_box {
	text-align: left;
}
figure.homepage_category_box div.homepage_category_container:hover {
	background-color: #7e981f;
	color: #ffffff;
}
div.homepage_category_container {
	display: flex;
	flex-direction: row;
	justify-content: center;
	border: 2px solid #7e981f;
	height: 150px;
	margin-top: 15px;
	align-items: center;
	font-weight: bold;
}
#homepage_categories {
	height: 450px;
}
#categoryHomepageBoxes {
	height: 100%;
	margin: 25px 0;
}
#home_featured {
	padding-top: 54px;
	padding-bottom: 68px;
}
#featured-apps h2,
#home_featured h2 {
	max-width: 1620px;
	font-size: 42px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}
#featured-flexer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
.feature-box {
	border: 2px solid #102372;
	width: 276px;
	height: 322px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	margin-left: 8px;
	margin-right: 8px;
	margin-bottom: 8px;
}
.feature-box:hover {
	cursor: pointer;
	border: 2px solid #102372;
	-webkit-box-shadow: 0px 0px 6px 1px rgba(16,35,114,1);
	-moz-box-shadow: 0px 0px 6px 1px rgba(16,35,114,1);
	box-shadow: 0px 0px 6px 1px rgba(16,35,114,1);
}


#page_homepage #mainContent .contentContainer .clearfix {
	max-width: 50%;
}

.home-imgs {
	width: 668px;
	float: right;
}
.feature-img {

}
.feature-txt {
	text-align: center;

}
#main-home {
	float: left;
	margin-top: 40px;
}
.feature-txt a {
	font-weight: bold;
	font-size: 18px;
	text-decoration: none;
}
#page_homepage #mainContentWrapper {
	background: #EAEAEA;
}
#page_homepage .contentContainer {
	font-size: 16px;
	line-height: 1.8em;
}
#bodyContent .home-img {
	margin: 0 auto;
}
#featured-apps {
	background: #ffffff;
	width: 100%;
	padding-bottom: 250px;
	background-image: url("../../images/site/home-background.jpg");
	background-repeat: no-repeat;
	background-position: bottom 0 right 0;
	margin-bottom: -94px;
	padding-left: 15px;
	padding-right: 15px;
}
#app-flexer {
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}
#app-flexer .app-box {
	width: 766px;
	height: 707px;
	background-repeat: no-repeat;
	background-position: left 0;
	background-color: #EAEAEA;
	margin-bottom: 20px;
	margin: 15px;
}
#app-flexer .app-box:hover {
	cursor: pointer;
}
#app-flexer .app-box:hover .app-txt {
	background: #E8E8E8;
	background: -webkit-linear-gradient(top, #E8E8E8, #3D8BBB);
	background: -moz-linear-gradient(top, #E8E8E8, #3D8BBB);
	background: linear-gradient(to bottom, #E8E8E8, #3D8BBB);
}
#app-flexer .app-box:hover .app-txt a {
	text-decoration: underline;
}
.app-txt {
	width: 390px;
	float: right;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
	height: 707px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 28px;
	line-height: 2em;
}
.app-txt h3 {
	font-size: 30px;
}
.app-txt a {
	font-size: 28px;
	text-decoration: none;
}



.btn-flexer {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
}
@media (min-width: 300px) {
	#main-home {
		margin-top: 0;
	}
	#page_homepage #mainContentWrapper {
		background: #ffffff;
	}
	.app-txt {
		background-color: #EAEAEA;
		width: 200px;
		font-size: 18px;
		line-height: 1.4em;
		height: 400px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#app-flexer .app-box {
		width: 100%;
		height: 400px;
	}
	.app-txt h3 {
		font-size: 24px;
	}
	.app-txt a {
		font-size: 18px;
	}
	#home_featured h2 {
		font-size: 22px;
		text-align: center;
	}
	.feature-box {
		width: 141px;
		height: 220px;
	}
}
@media (min-width: 480px) {
	.app-txt {
		background-color: #EAEAEA;
		width: 260px;
		font-size: 20px;
		height: 500px;
		padding-left: 20px;
		padding-right: 20px;
	}
	#slide-links-sm a {
		font-size: 16px;
		padding: 6px 15px;
	}
	#app-flexer .app-box {
		width: 100%;
		height: 500px;
		max-width: 450px;
	}
	.app-txt h3 {
		font-size: 28px;
	}
	.app-txt a {
		font-size: 22px;
	}
}
@media (min-width: 768px) {
	#main-home {
		margin-top: 40px;
	}
	#page_homepage #mainContentWrapper {
		background: #EAEAEA;
	}

	#page_homepage .contentContainer p {
		padding-right: 50px;
		float: left;
	}
	#page_homepage .contentContainer {
		font-size: 18px;
		line-height: 2em;
	}
	#home_featured h2 {
		font-size: 42px;
		text-align: unset;
	}
	.feature-box {
		width: 276px;
		height: 322px;
	}
}
@media (min-width: 992px) {
	#page_homepage .contentContainer p {
		padding-right: 50px;
		float: left;
	}
	img.img-responsive.home-img {
		max-width: 637px;
	}
	#featured-apps {
		padding-top: 50px;
	}
}
@media (min-width: 1310px) {
	#bodyContent .home-img {
		margin: 0;
		float: right;
	}
	#page_homepage #mainContentWrapper {
		padding-bottom: 15px;
	}
	#main-home h1 {
		margin-bottom: 30px;
	}
}
@media (min-width: 1400px) {
	.feature-box {
		width: 280px;
	}
	#app-flexer .app-box {
		max-width: 511px;
	}
}
@media (min-width: 1480px) {
	.feature-box {
		width: 320px;
	}
}
@media (min-width: 1680px) {
	.feature-box {
		width: 330px;
	}
}
@media (min-width: 1730px) {
	.feature-box {
		width: 272px;
	}
}
@media (min-width: 1620px) {
	#app-flexer .app-box {
		max-width: 750px;
	}
	#main-home {
		max-width: 900px;
		float: left;
	}
	#bodyContent .home-img {
		clear: right;
	}
	#page_homepage #mainContentWrapper {
		padding-bottom: 0;
	}
	.app-txt {
		background-color: transparent;
		width: 390px;
		font-size: 28px;
		height: 707px;
		line-height: 2em;
		padding-left: 40px;
		padding-right: 40px;
	}
	#app-flexer .app-box {
		width: 766px;
		height: 707px;
	}
	.app-txt h3 {
		font-size: 30px;
	}
	.app-txt a {
		font-size: 28px;
	}
}