/* add custom site CSS here */
 @media screen and (min-width: 64.0625em) {
 .full {
		 min-height: 600px;
	}
 .text-overlay {
		 min-height: 600px;
	}
 .text-overlay--content {
		 width: 35%;
		 margin-left: 10%;
	}
 .row {
		 max-width: 80rem;
	}
 header .row, #branding-bar .row {
		 max-width: 70rem;
	}
}

.skirt, .skirt a, .skirt ul, .skirt p {
	 font-size: .875rem;
}
.skirt a {
	 text-decoration: underline;
}
.landmarks .site-header {
	 padding-bottom: .625rem;
}
.frontpage {
	 position: relative;
}
.full {
	 padding-top: 4rem;
}
.banner--content {
	 padding-top: 3rem;
}
.banner--content .title {
	 color: white;
}
.article-column {
	 position: absolute;
	 top: .4rem;
	 left: .4rem;
	 display: inline-block;
	 text-align: center;
	 background-color: black;
	 color: white;
	 font-size: .7rem;
	 text-transform:uppercase;
	 box-shadow: 1px 1px 3px #191919;
	 border: 1px solid #191919;
	 border-radius: 2px;
	 float:inherit;
}
.article-column.feature {
	 background-color: #990000;
	/* Crimson */
	 padding: .3rem;
	 color: white;
}
.article-column.taking_note, 
.article-column.icymi, 
.article-column.lighter_side, 
.article-column.emerging_tech, 
.article-column.tfss, 
.article-column.happenings, 
.article-column.food_for_thought, 
.article-column.how_to_tech {
	 background-color: #006298;
	/* IU Blue */
	 color: white;
	 padding: .3rem;
}

.text-overlay {
	 background-color: #EDEBEB;
}
.quote blockquote, 
.quote blockquote p, 
.quote blockquote p:last-of-type:after {
	 font-size: 1.75rem;
}
.issue {
    border-bottom: 1px solid #191919;
}
.issue:first-of-type {
    border-top: 1px solid #191919;
}
.issue a, 
.issue a:link, 
.issue a:visited, 
.issue a:hover, 
.issue a:active {
    text-decoration: none;
    color: #191919;
}
.issueTitle {
    text-decoration: none;
    margin-bottom: .5rem;
}
.issueDate {
    color: #191919;
    font-size: 80%;
    padding-left: 1rem;
    font-style: italic;
}
.articleName .issueDate {
    font-size: 75%;
}
.article:first-of-type {
    border-top: 1px solid #edebeb;
}
.article {
    border-bottom: 1px solid #edebeb;
    padding: .5rem 1rem;
}
.articleDisplay {
    position: relative;
}
.articleTeaser, .articleTitle, .byline {
    color: #191919;
    padding-left: 1rem;
}
.byline {
    font-size: 75%;
}
.articleName h3 {
    margin-bottom: .5rem;
}

h2 {
    font-size: 2rem !important;
}