body{
	--nav-height: 75px;
	--nav-scroll-height: 50px;
	--nav-height-neg: -75px;
	--dark-color: #343434;
	--ocean-blue: #0074D9;
	--smokey-black: #100c08;
	--light-blue: #1e90ff;
	--gray-back: #f5f5f5;


}

.blog-section{
	position: relative;
	z-index:0;
	background: #f5f5f5;
}

.blog-section h1{
	/* font-size: 20px; */
	/* font-weight: 600; */
	/* font-family: 'Shadows Into Light Two', cursive; */
}
.blog-subheader{
	/* font-family: 'Shadows Into Light Two', cursive; */
}
.blog-preview{
	text-align: left;
	padding-top: 20px;
	padding-bottom: 30px;
}
.blog-preview-col{
	/* flex-basis: 48%; */
	margin: auto;
	/* padding: 10px; */
}
.blog-preview-col h1{
	font-size: 1.2em;
	/* font-family: 'Shadows Into Light Two', cursive; */
}
.blog-preview-col img{
	display: block;
	width: 100%;
}
.small-header{
	font-size: 13px;
}
.blog-img-container{
	position: relative;
	padding: 5px 5px 10px 5px;
	background: #fff;
	box-shadow: 0 3px 9px 0 rgba(0, 0, 0, .17);
}
.blog-img-container:before {
  content: '';
  position: absolute;
  z-index: -1;
	height: 20%;
  width: 47%;
	bottom: 5%;
}
.blog-img-container:nth-of-type(2n+1):before {
  right: 2%;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.blog-img-container:nth-of-type(2n+2):before {
  left: 2%;
  box-shadow: 0 2.1rem 2rem rgba(0,0,0,0.4);
}
.blog-img-caption{
	/* font-family: 'Shadows Into Light Two', cursive; */
	padding: 3px 0 0 0;
}
.blog-entry-date-container{
	width: 100%;
	text-align: right;
}
.blog-entry-date{
	/* font-family: 'Shadows Into Light Two', cursive; */
}


@media (max-width: 700px) {
	body{
		min-width:375px;
	}
	.blog-img-container{
		margin-bottom: 10px;
	}
}
