/* Department CSS Document */
/*For mobile first adaptive design place styles for mobile and up in the mobile and up area.
Place styles for tablet and up inside the media query in the tablet and up area.
Place styles for desktop only inside the media query in the desktop only area.

For questions or media query training contact Web Development Services.
*/
/* ====================== Mobile and Up ========================== */
body, h1,h2,h3,h3,h5,h6,p, span  {
	line-height:1.5 !important;
}

.philhum-plo .card-content-content .region {
	padding: 0
}

.philhum-faculty > .directory {
	display: flex;
	height: 100%;
	width: 100%;
}

.philhum-faculty > .directory > div {
	width: 100%;
}

.about-cards .card-picture-button {
	margin: 0;
}

.about-cards .card-picture-content {
	display: none;
}

.about-cards .card-picture.card-picture-3 {
	display: flex;
	justify-content: space-between;
}

/* Programs - Picture Card Overwrites */
.programCards h2.card-hover-title {
	font-family: "Rajdhani", sans-serif;
	font-size: 20px;
}



.programCards.card-hover-back {
	text-decoration: none;
}

.programCards.card-hover-back p, .programCards .card-hover-back a {
	font-size: 14px;
}

/*.programCards.card-hover-back a:after {
content: '\f067';
font-family: "FontAwesome";
margin-left: 5px;
}*/

.header-hr { /*Headers with horizontal line taking remaining space*/
	display: flex;
	align-items: center;
	font-family: "Rajdhani", sans-serif;
	font-size: 28px;
	font-weight: bold;
}

div.float-none {
	float: none;
}

/* TEMPLATE HOMEPAGE */

.card-hover-title {
	font-size: 23px;
}

.underline-header {
	border-color: #ffb500;
}

.announce-card > .card-hover {
	min-height: 250px;
}

section.deg-prog .card-hover-front {
	font-size: 12px;
}

div.deg-link-container {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}

.deg-link-container > a {
	width: 100%;
	margin: 5px 0px;
}

.deg-cards h2 {
	z-index: 1;
	position: absolute;
	color: white;
	left: 20px;
	top: calc(50% - 17px);
	margin: 0px;
}

.deg-cards img {
	filter: brightness(0.45);
	object-fit: cover;
	min-height: 100px;
}

/* Hover slide cards, that don't slide */

div.no-slide-card {
	min-height: 240px;
	position: relative;
	overflow: hidden;
}

div.no-slide-card > div {
	position: absolute;
	bottom: 0px;
	display: flex;
	align-items: center;
	justify-content: center;    
	height: 67px;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	transition: 0.3s;
}

div.no-slide-card > div:after {
	width: 100%;
	min-width: 100px;
	height: 25px;
	background-color: rgba(0, 0, 0, 0.7);
	content: '';
	position: absolute;
	bottom: -25px;
}

div.no-slide-card:hover > div {
	transform: translateY(-10px);
	transition: 0.3s;
}

div.no-slide-card h2 {
	font-size: 20px;
	color: white;
	margin: 0;
	font-weight: 600;
	text-align: center;
	padding: 0px 20px;
}

div.no-slide-card img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}

div.resource-container {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

div.resource-container > a {
	width: 468px;
	max-width: 90%;
	margin: 15px 0px;
	min-width: 200px;
}

.dg-images {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-evenly;
}

h2.instructor-resources {
	width: 90%;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}

.slim-header header {
	padding: 0px 40px;
}

.outcomes-btn {
	min-width: 200px;
}

.text-decoration-none, .text-decoration-none:hover {
	text-decoration: none;
}

.xs-hidden {
	display: none;
}

div.accordion-content {
	padding: 10px;
}

.facebook:before, .instagram:before, .twitter:before, .youtube:before {
	font-size: 48px;
}

.space-evenly {
	justify-content: space-evenly;
}

#newsandevents .blog-listing hr:last-child {
	display: none;
}

.display-grid {
	display: grid;
	grid-template-columns: 1fr;

}

.card-hover-container {
	background-color: rgba(0, 0, 0, 0.6);
}

.text-20 {font-size:1.25rem;}
.text-18 {font-size:1.125rem;}

/*End mobile and up styles*/
/* ====================== Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 768px) {

	.deg-link-container > a {
		width: 48%;
	}

	.dg-images {
		flex-direction: row;
	}

	.xs-hidden {
		display: block;
	}

	.sm-flex-row {
		flex-direction: row;
	}

	.display-grid {
		grid-template-columns: 1fr 1fr;

	}


}/*end media query*/
/*End tablet and up styles*/
/* ====================== Landscape Tablet and Up (Overrides Mobile Styles) ========================== */
@media only screen and (min-width: 992px) {




}/*end media query*/
/*End landscape tablet and up styles*/
/* ====================== Desktop Only (Overrides Mobile and Tablet Styles) ========================== */
@media only screen and (min-width: 1200px) {




}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
