.page-content {
	min-height: 80vh;
}

.page-content-body {

}

.page-content-section {
	margin-bottom: 10rem;
}


/* ---------- BLOG ---------- */
a.featured-link {
	color: #1B2432
}

a.featured-link:hover, a.featured-link:focus {
	text-decoration: none;
}

.featured-blog .image-box {
	width:100%;
	height: 100px;
	background-position: center;
	background-size: cover;
	margin-bottom:20px;
	border-radius: 3px;
}

.thumbnail-blog {
	padding-bottom: 5px;
	border-bottom: #511165 solid 2px;
	margin-bottom: 35px;
	transition: ease .5s;
}

.thumbnail-blog h5 {
	font-weight: 700;
}

.thumbnail-blog .thumbnail-img {
	width: 100%;
	height: 200px;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: 3px;
	transition: ease .5s;
}

a.featured-link:hover .thumbnail-blog {
	border-bottom: #f79c37 solid 2px;
}

a.featured-link:hover .thumbnail-blog .thumbnail-img {
	opacity: .6;
}

/*Responsive Handling*/
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575px) {
}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767px) {
}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991px) {
}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199px) {
}

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
}
