* {
	box-sizing: border-box;
}

body {
	font-family: 'Open Sans', sans-serif;
}


.clear {
	clear: both;
}

h2, .entry-title {
    font-size: 32px;
    line-height: 1.2em;
    text-transform: none;
    letter-spacing: 0px;
    font-weight: 400;
    font-style: normal;
}


.hero {
	width: 100%;
	height: 65%;
	background: url('../images/background2.jpg');
	background-size: cover;
	background-position: 50% 49%;
  	text-align: center;
  	position: relative;


 /*
	-webkit-background-size: cover;
  	-moz-background-size: cover;
  	-o-background-size: cover;
  	background-size: cover;
	text-align: center;
*/
}

.hero-post-1 {
	width: 100%;
	height: 65%;
	background: url('../images/background2.jpg');
	background-size: cover;
	background-position: 50% 49%;
  	text-align: center;
  	position: relative;
 }

.hero-post-2 {
	width: 100%;
	height: 65%;
	background: url('../images/background3.jpg');
	background-size: cover;
	background-position: 50% 49%;
  	text-align: center;
  	position: relative;
 }

 .hero-post-3 {
	width: 100%;
	height: 65%;
	background: url('../images/background4.jpg');
	background-size: cover;
	background-position: 50% 49%;
  	text-align: center;
  	position: relative;
 }

.container {
	text-align: center;


}

.nav {
	/*background-color: #181818;*/
	width: calc(100% - 50px);
	height: 60px;
	line-height: 60px;
	font-size: 15px;
	text-decoration: none;
	color: #fff;
	text-align: left;
	margin-left: 50px;
	padding-top: 10px;
	display: flex;
	justify-content: flex-end;

}

.initials{
	align-self: flex-start;
    margin-right: auto;
   	position: relative;
	width:40px;
	height:40px;
	border-radius:50%;
	font-size:15px;
	line-height:40px;
	text-align:center;
	background: #fff;
	color: black;
	font-weight: 800;
	margin-top: 15px;
}

.nav-title {
	color: white;
	margin-left: 25px;
	margin-right: 25px;
}


.nav-item {
	position: relative;
	color: #fff;
	display: inline-block;
	padding: 0 15px;
	text-decoration: none;
	margin-right: 20px;

}



.nav-item:hover {
	font-weight: bold;
}

.nav-item.active {
	text-decoration: underline;
	background-color: rgba(0,0,0);
}

.blog-intro {
	text-align: center;
	padding-top: 30px;
}


.title {
	position: relative;
	font-weight: 600;
	color:white;
	font-size: 50px;
	margin-top: 80px;
	margin-bottom: 20px;

}
.subtitle {
	position: relative;
	color: white;
	font-size: 20px;
	font-weight: 300;	
}

.bio-container {
	max-width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	height: auto;
	padding-bottom: 50px;
	border-bottom-style: solid;
	border-width: 1px;

}

.bio-title{
	text-align: center;
	font-size: 30px;
	font-weight: 500;
	padding-bottom: 20px;
}
.bio-body{
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	width: 70%;
	margin: 0 auto;

}


.post-container{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 100px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.post{
	position: relative;
	width: 28%;
	height: 200px;
	background-color: blue;
	float: left;
	margin: 0 2% 20px 2%;
	padding: 20px;
	padding-top: 40px;
	text-align: center;

}

.fade {
	background-color: rgba(0,0,0,0.25);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.link{
   color:white;
   text-decoration: none; 
   background-color: none;
}

.post-1 {
	color: white;
	background: url('../images/background2.jpg'); 
	background-size: cover;
}


.post-2 {
	color: white;
	background: url('../images/background3.jpg'); 
	background-size: cover;
}

.post-3 {
	color: white;
	background: url('../images/background4.jpg'); 
	background-size: cover;
}
.post-4 {
	color: white;
	background: url('../images/background1.jpg'); 
	background-size: cover;
}
.post-5 {
	color: white;
	background: url('../images/background4.jpg'); 
	background-size: cover;
}
.post-6 {
	color: white;
	background: url('../images/background5.jpg'); 
	background-size: cover;
}

.post-title {
	position: relative;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 15px;
}

.post, a:hover{
	font-weight: bold;
}


.post-date {
	position: relative;
}

.footer {
	text-align: center;
	margin-bottom: 50px;
	height: auto;
	margin-top: 30px;
}

.blog-title{
	position: relative;
	font-weight: 300;
	color:white;
	font-size: 55px;
	margin-top: 80px;
	margin-bottom: 20px;
}

.blog-title-h2{
	position: relative;
	font-weight: 300;
	color:white;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.blog-title-h3{
	position: relative;
	font-weight: 300;
	color:white;
	font-size: 28px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.blog-formatting{
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 100px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}