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

.page-content-body {

}

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


/* ---------- BLOGPOST ---------- */

.grey-bg {
	background-color:#F9F7F4;
}
.intro {
	font-size: 125%;
	color: rgba(16, 31, 60, 1);
	margin-bottom: 30px;
	border-bottom:  #f79c37 solid 2px;
}

.meta-author.p-3 {
	padding: 0 !important;
}

.meta-meta a {
	color:#3544b1;
}

.meta-meta a:hover, .meta-meta a:focus {
	color: rgba(53, 68, 177, 0.8);
	text-decoration: none;
}

.blog-related {
	color:rgba(16, 31, 60, 1);
}

.blog-related h4 {
	text-decoration: underline;
}

.blog-related a {
	color:rgba(16, 31, 60, 1);
}

.blog-related a:hover, .blog-related a:focus {
	color:black;
	text-decoration: none;
}
.thumbnail-img {
	width: 100%;
	height: 35vh;
	background-position: center;
	background-size: cover;
	margin-bottom: 10px;
	border-radius: 3px;
	transition: ease .5s;
}

/*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) {
}
