body, html {
	background-color: #014D4E;
}

.menu-item a {
	color:white;
}
.nav-overlay {
	background-color: #014D4E;
}

.c--header .entry-title {
	font-family: brandon-grotesque, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: .03em;
	color: #fff;
	font-size: 1.5rem;
}

.c--article-item {
	display:grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom:40px;
	max-width:900px;
	 margin-left:auto;
	 margin-right:auto;
	 @media screen and (max-width:768px) {
		 display:block;
	 }
}
.c--article-item:nth-child(2n) .c--header {
	order:2;
	margin-left:20px;
	@media screen and (max-width:768px) {
		margin-left: 0
	}
}

.c--excerpt {
	color:white;
}

.c--article-item .entry-summary img {
	max-width:350px;
	margin-left:0;
	margin-right:auto;
	display:block;	
	@media screen and (max-width:768px) {
		margin-top:20px;
	}
	
}
.c--article-item:nth-child(2n) .entry-summary img{
	margin-left:auto;
	margin-right:0;
	@media screen and (max-width:768px) {
		margin-left:0;
		margin-right:auto;
	}
}

.c--article-item .entry-summary a {
margin-left:auto;
margin-right:auto;
display:block;	
}