/* 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 ========================== */

/* Magazine-specific styles */

body .region p {
	font-family: "Garamond", "EB Garamond", Adobe Garamond", "Times New Roman", serif;
	font-size: 18px;
}

section[data-uvu-template="header-magazine"] {
    border-bottom: 1px solid #eee;
}

.feature-header {
	padding-bottom: 80px;
	padding-top: 40px;
}

.feature-header, .feature-header h1 {
	font-family: "Garamond", "EB Garamond", "Adobe Garamond Pro", "Times New Roman", serif;
	text-align: center;
}


.feature-header h1.feature-title {
	text-transform: uppercase;
	font-size: 36px;
}

.feature-header .feature-lead {
	font-size: 20px;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.feature-header .feature-credits {
	font-size: 18px;
	color: #595959;
	padding-top: 10px;
}

.text-garamond {
	font-family: "EB Garamond", "Garamond", "Adobe Garamond", serif;
}
/* End Magazine Styles */

/* Magazine Card Styles */
.magazine-story-sm, .magazine-story-md, .magazine-story-lg {
	padding-top: 20px;
	padding-bottom: 20px;
}
	
.header-ribbon {
	position: absolute;
    width: 100%;
    top: 0;
    z-index: 5;	
}
	

.magazine-story-lg h2, .magazine-story-lg p, .magazine-story-md h2, .magazine-story-md p {
	color: #fff;
	font-family: "Garamond", "Times New Roman", serif;
	font-weight: bold;
}

.magazine-story-lg .card-hover-grow .card-hover-front, .magazine-story-md .card-hover-grow .card-hover-front {
	flex-direction: column;
	justify-content: center;
}

.card-hover-grow .card-hover-title h2.magazine-lg-title {	
	font-size: 28px;	
}

.card-hover-grow .card-hover-title p.magazine-lg-author {	
	font-size: 18px;
}

.card-hover-grow .card-hover-title h2.magazine-sm-title {		
	font-size: 24px;	
} 

.card-hover-grow .card-hover-title p.magazine-sm-author {	
	font-size: 14px;
}

.magazine-story-sm > div.height-100 {
	border-left: 1px solid #000;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
}

.magazine-story-sm p {
	/*padding-bottom: 5px;*/
}

.magazine-story-sm a, .magazine-story-sm a:hover {
	text-decoration: none;
	color: #444444;
}

.magazine-story-sm:hover > div.height-100 {
	background-color: #f6f6f7;
}

.magazine-story-sm h2 {
	color: #444444;
	font-family: "Rajdhani", sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px 0;
}

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

/* Magazine Card Styles */
.magazine-story-lg {
	padding-left: 0px;
	padding-right: 0px;
}

	
.card-hover-grow .card-hover-title h2.magazine-lg-title {	
	font-size: 54px;	
}

.card-hover-grow .card-hover-title p.magazine-lg-author, p.magazine-sm-author {
	font-size: 24px;
}

.card-hover-grow .card-hover-title h2.magazine-lg-title {	
	font-size: 42px;	
}


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

/* Magazine Card Styles */
	.magazine-story-sm, .magazine-story-md, .magazine-story-lg:not(:first-of-type) {
	padding-top: 40px;
	padding-bottom: 40px;
}	
	
.magazine-story-lg:first-of-type {
	padding-top: 0px;
}	
	
	
}/*end media query*/
/*End desktop only styles*/
/*END OF DOCUMENT*/
