.custom-logo-link img {
	max-height: 40px
}

.blog article.hentry {
	padding-right: 30px;
	width: 25vw !important;
}

.blog article .featured-content {
	max-height: 90vh
}

.featured-image a:hover img {
	transition: transform .2s;
	transform: scale(1.1);
}

.entry-header h1.entry-title {
	font-weight: bold;
}

.entry-header .entry-meta {
	margin: auto;
	bottom: 0 !important;
  margin-top: 1.5rem !important;
}

div.entry-content.project-content {
	margin-top: 2rem;
}


.project-row {
	margin-top: 2rem;
}

.project-title, .nominations-title {
	font-weight: bold;
	font-size: 1.1rem;
	padding-bottom: 1rem;
	display: flex;
	text-transform: uppercase;
}

.project-title hr, .nominations-title hr {
	flex: auto;
  margin-left: 1rem;
  margin-top: 0.8em;
	margin-bottom: 0;
}

.credit-title {
	line-height: 1;
	font-weight:bold;
}

.credit-content {
	line-height: 1.4;
	margin-bottom: 1rem;
}

.project-description p, .nominations-content p {
	line-height: 1.5em;
	letter-spacing: 0.02em;
}

@media only screen and (max-width: 979px){
	div.entry-content.project-content p {
		font-size: .8em;
	}
	
	div.nominations-content p {
		font-size: .8em;
	}
	
	.project-title, .nominations-title {
		font-size: 1.1em;
	}
	
	.project-description p, .nominations-content p {
		line-height: 1.3em;
	}
	
	.credit-title, .credit-content {
		font-size: .8em;
	}
	
	.credit-content {
		line-height: 1;
	}
	
	.home div#content.site-content {
		padding-top: calc(10vh + 5%);
	}
	
	.single-post p.site-title {
		display: none
	}
	
	#post-load .hentry {
		width: 100%;
	}
	
	.blog article .featured-content.featured-image {
		width: 75vw;
		max-height: none !important;
	}
	
	.blog article.hentry {
		width: 98vw !important;
		padding-bottom: 0 !important;
		height: 60vh !important;
	}
	
}

@media screen and (min-width: 600px){
		.preview-article-images .wp-block-column:not(:last-child) {
		margin-right: 0;
		padding-right: 1vw;
}

.preview-article-images .wp-block-column:not(:first-child), .preview-article-images .wp-block-column:nth-child(2n) {
	margin-left: 0;
	padding-left: 1vw;
}
}

@media screen and (min-width: 782px){
	.preview-article-images .wp-block-column:not(:last-child) {
		margin-right: .7vw;
		padding-right: 0;
}

.preview-article-images .wp-block-column:not(:first-child), .preview-article-images .wp-block-column:nth-child(2n) {
	margin-left: .7vw;
	padding-left: 0;
}
}

@supports (-webkit-overflow-scrolling: touch) {
	.blog article .featured-content.featured-image {
		width: calc(75vw - 20px);
		max-height: none !important;
	}
}