/* Styles... */
body{
	background-color: white;
}
.wrapper{
	
}
/* LOGO */
.site-header{
	background-color: black;
	padding: 0em;
}
div.logo{
	padding:1em;
}
h1.logo{
	color: #FFE000;
	text-align: center;
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	letter-spacing: .15em;
}

/* NAVIGATION */
.primary-nav{
	background-color: black;
	display: none;
}
.primary-nav a {
	font-family: 'Work Sans', sans-serif;
	letter-spacing: .1em;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 0.9em;
	padding: 1em 2em;
	background-color: rgba(255, 255, 255, 0);
	color: #FFE000;
	
}
.primary-nav a:hover {
	background-color: #FFF;
	color: #000;
}
.primary-nav a:active {
	color: #FFE000;
}
.container {
    cursor: pointer;
	position: absolute;
	right: 1em;
	top: .5em;
}

.bar1, .bar2, .bar3 {
    width: 30px;
    height: 3px;
    background-color: #FFE000;
    margin: 6px 0;
    transition: 0.4s;
}
/* Menu Animation */
	/*.change .bar1 {
		-webkit-transform: rotate(-45deg) translate(-7px, 5px);
		transform: rotate(-45deg) translate(-7px, 5px);
	}

	.change .bar2 {opacity: 0;}

	.change .bar3 {
		-webkit-transform: rotate(45deg) translate(-7px, -7px);
		transform: rotate(45deg) translate(-7px, -7px);
	}*/

.menu-icon {
	font-size: .9em;
	padding: .5em;
	position: absolute;
	top: .25em;
	right: 1em;
	color: yellow;
}

.show-menu .primary-nav{
	display: block;
}

@media (min-width: 53em){
	.bar1, .bar2, .bar3 {
		display: none;
	}
	.primary-nav{
		display: inline-block;
		position: absolute;
		top:.6em;
		right:0;
		font-size: .8em;
	}
	.primary-nav ul{
		display: flex;
		text-decoration:none;
	}
	.primary-nav a{
		margin-right: 1px;
	}
	.primary-nav li:last-child a{
		margin-right: 0;
	}
	.menu-icon {
		display: none;
	}
}




/* HEADER */
.intro-wrapper{
	background-color: #FFE000;
}
.head{
	background-color: #FFE000;
	padding:1em .5em 1em .5em;
	max-width:62em;
	margin: 0 auto;
}
.vl {
   /* border-left: 1px solid #000;*/
    height: 3em;
	position: relative;
	display: inline-block;
    left: 50%;
    margin-left: 0px;
    top: 0;
	margin-bottom: .5em;
	width: 1px;
	background-color: black;
}
.vl2 {
    height: 1em;
	position: relative;
	display: inline-block;
    left: 50%;
    margin-left: 0px;
    top: 0;
	margin-bottom: .5em;
	width: 1px;
	background-color: black;
}
h2.article-title{
	font-size: 2.75em;
	font-family: 'Work Sans', sans-serif;
	text-align: center;
	font-weight: 800;
	/*padding: .25em;*/
}
h3.article-subtitle{
	font-size: 1em;
	font-family: 'Alegreya', serif;
	text-align: center;
	font-style: italic;
	margin-bottom: .5em;
}
h4.article-author{
	font-size: 1em;
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
	text-align: center;
}
h5.article-date{
	font-size: .75em;
	font-family: 'Alegreya', serif;
	text-align: center;
	font-weight: 500;
}
@media only screen and (min-width: 30em){
	h2.article-title {
		font-size: 3em;
	}
	h3.article-subtitle{
		font-size: 1.1em;
	}
	}
@media only screen and (min-width: 40em){
	h2.article-title {
		font-size: 3.25em;
	}
	h3.article-subtitle{
		font-size: 1.2em;
	}
	h4.article-author{
	font-size: 1.1em;
	}
	h5.article-date{
		font-size: .8em;
	}
	}
@media only screen and (min-width: 50em){
	h2.article-title {
		font-size: 3.5em;
	}
	h3.article-subtitle{
		font-size: 1.3em;
	}
	}
@media only screen and (min-width: 60em){
	h2.article-title {
		font-size: 4em;
	}
	h3.article-subtitle{
		font-size: 1.4em;
	}
	h4.article-author{
		font-size: 1.2em;
	}
	h5.article-date{
		font-size: .9em;
	}
	}

/* SOCIAL MEDIA ICONS */


.social-media-buttons{
	margin: .5em;
	text-align: center;
}


.fa {
	padding: .25em;
	font-size: .25em;
	width: 1.5em;
	text-align: center;
	text-decoration: none;
	margin: 5px 1px;
	border-radius: 100%;
	color: #FFE000;
	background-color: black;
}


/* INTRO */

.intro{
	background-color: #FFE000;
	padding: 2em 1.25em;
	border-top: 5px solid #000;
	
}

h4.article-intro{
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	line-height: 1.5em;
	padding-bottom: 1em;
	max-width: 52em;
	margin: 0 auto;
	font-size: 1em;
}

em.em-article-intro{
	font-style: normal;
	font-weight: 800;
}

@media only screen and (min-width: 30em){
	h4.article-intro{
		font-size: 1.1em;
	}
}
@media only screen and (min-width: 40em){
	h4.article-intro{
		font-size: 1.2em;
	}
}
@media only screen and (min-width: 50em){
	h4.article-intro{
		font-size: 1.3em;
	}
}

/*IMAGE*/
.image-block-1{
	border-top: 5px solid #000;
	padding: 1em;
	background-color: white;
	border-bottom: 5px solid #000;
	order: -1;
	display: flex;
	flex-flow: column;
	justify-content: center;
	
}
img.image-1{
	display: block;
	width:100%;
	max-width: 48em;
	margin: 0 auto;	
}


.image-caption{
	padding-top: .75em;
	font-size: .75em;
	font-family: 'Alegreya', serif;
	font-style: italic;
	max-width: 64em;
	margin: 0 auto;
	text-align: center;
}

@media only screen and (min-width: 30em){
	.image-caption{
		font-size:.8em;
	}
}

@media only screen and (min-width: 50em){
	.image-caption{
		font-size:.9em;
	}
}
em.photo-credit{
	font-style: normal;
	font-family: 'Alegreya', serif;
	font-size: 1em;
	font-weight: 600;
}

@media only screen and (min-width: 70em){
	.intro-flex{
		display: flex;
		border-top: 5px solid #000;
		border-bottom: 5px solid #000;
		margin: 0 auto;
		justify-content: center;
	}
	.image-block-1{
		padding-top: 4em;
		width: 50%;
		background-color: #FFE000;
		border-bottom: none;
		border-top: none;
		max-width: 34em;
	}
	.intro{
		border-top: none;
		width: 50%;
		max-width: 36em;
	}
}
@media only screen and (min-width: 70em){
	h4.article-intro{
		font-size: 1.1em;
	}
}



/*ARTICLE START*/
.article-body{
	background-color: white;
	padding: 2em 1.25em;
	max-width: 62em;
	margin: 0 auto;
}

h4.section-title{
	font-family: 'Work Sans', sans-serif;
	font-weight: 800;
	padding-bottom: 1em;
	max-width: 52em;
	font-size: 1.3em;
	margin-top: 1em;
}
@media only screen and (min-width: 30em){
	h4.section-title{
		font-size: 1.4em;
	}
}
@media only screen and (min-width: 40em){
	h4.section-title{
		font-size: 1.5em;
	}
}
@media only screen and (min-width: 50em){
	h4.section-title{
		font-size: 1.6em;
	}
}
@media only screen and (min-width: 60em){
	h4.section-title{
		font-size: 1.7em;
	}
}

.question{
	font-family: 'Work Sans', sans-serif;
	font-weight: 600;
	margin-bottom: .75em;
	line-height: 1.45em;
	font-size: 1.05em;
}
em.sean-illing{
	font-style: normal;
	font-weight: 800;
}
.answer{
	font-family: 'Alegreya', serif;
	font-weight: 400;
	margin-bottom: .5em;
	line-height: 1.5em;
	font-size: 1em;
}
em.interviewee{
	font-style: normal;
	font-weight: 600;
	
}
.answer--last{
	font-family: 'Alegreya', serif;
	font-weight: 400;
	margin-bottom: .5em;
	line-height: 1.5em;
	font-size: 1em;
}
.answer--last:after{
	content:' ◆';
}

@media only screen and (min-width: 30em){
	.question{
		font-size:1.15em;
	}
	.answer, .answer--last{
		font-size:1.1em;
	}
}
@media only screen and (min-width: 40em){
	.question{
		font-size:1.25em;
	}
	.answer, .answer--last{
		font-size:1.2em;
		
	}
}
@media only screen and (min-width: 50em){
	.question{
		font-size:1.35em;
		line-height: 1.6em;
	}
	.answer, .answer--last{
		font-size:1.3em;
		line-height: 1.6em;
	}
}
.article-quote-text{
	margin-bottom: 0;
}
aside .article-quote-text:before{
	content: '❝';
	font-style: normal;
	font-size: 2em;
	margin-bottom: .25em;
	display: block;
}
aside{
	font-family: 'Work Sans', sans-serif;
	font-weight: 500;
	font-size: 1.3em;
	line-height: 1.5em;
	text-align: center;
	padding: 2em .25em;
	max-width: 20em;
	margin: 0 auto;
	
}

aside .article-quote-text:after{
	content:'❞';
	font-style: normal;
	font-size: 2em;
	line-height: 2em;
	display: block;
}

@media only screen and (min-width: 30em){
	aside{
		font-size:1.4em;
	}
}
@media only screen and (min-width: 40em){
	aside{
		font-size:1.5em;
	}
}
@media only screen and (min-width: 50em){
	aside{
		font-size:1.6em;
	}
}
@media only screen and (min-width: 60em){
	aside.article-quote--right {
		width: 40%;
		padding-left: 1em;
		margin-left: 1em;
		margin-bottom: 1em;
		float: right;	
	}
	aside.article-quote--left {
		width: 40%;
		padding-right: 1em;
		margin-right: 1em;
		margin-bottom: 1em;
		float: left;	
	}

	aside > p {
		margin: .5rem;
	}
}

.vl3{
	position: relative;
	height: 2.5em;
	display: none;
	margin-bottom: 3em;
	width: 2px;
	background-color: black;
	margin: 0 auto;
}

@media only screen and (min-width: 60em){
	.vl3{
		display: block;
	}
}

em.quotation{
	font-style: normal;
	font-size: 2em;
	margin: 1em;
	
	
}
img.image-2{
	width:100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 20em;
}
@media only screen and (min-width: 60em){
	.image-block-2{
		background-color: white;
	}
}

img.image-3{
	width:100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 50em;
}
article{
	margin-bottom: 5em;
}

/*footer*/
footer.site-footer{
	text-align: center;
	padding: 2em;
	background-color: black;
	color: #FFE000;
	font-family: 'Work Sans', sans-serif;
	font-size: .5em;
	letter-spacing: .2em;
}