*,:after,:before{
	box-sizing:border-box;
	margin:0;
	padding:0
}
body{
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
	line-height:1.5;
	font-size:0.99rem;
	color:#16171a}
a{
	color:#000;
	text-decoration-skip-ink:auto;
	text-decoration:underline
}
.post ul{
		list-style:none
	}

.post p{
	margin:.5rem 0
}
.post h1,.post h2,.post h3,.post h4{
	margin:1rem 0
}
.post h2:first-child,.project h2:first-child,.photo h2:first-child{
	margin-top:0
}
.meta{
	margin:2rem 0
}
img{
	max-width:100%;
	filter: grayscale(100%);
}
embed {
	filter: grayscale(100%);
    min-height: 300px;
}
header a{
	text-decoration:none
}
header li{
	margin-bottom:.2rem;
	text-align:left;
	margin-right:2rem;
	display:inline;

	}
header a.active{
	font-weight:bold
}
header,section{
	padding:1rem
}
h1,h2,h3,h4,h5{
	line-height:1;
	margin:1rem 0;
	font-weight:600
}
.posts ul,header ul, a{
	list-style:none;
	
}
.postnl{
text-decoration:none;
}
.postli {
	align-items:center;
	display:flex;
	justify-content:space-between;
	margin-bottom:.5rem
}
.posts li a,
.posts li div,
.projects li a{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	text-decoration:none
}
.post ul,
.project ul,
.post ol{
	list-style-position:inside
}
main{
	display:flex;
	flex-wrap:wrap;
	max-width:35rem;
	margin:2rem auto;
	padding:1rem
}
@media screen and (max-width: 35rem){
	

nav ul{
	border-right:0px
}
.photos ul{
	margin-top:0.5rem
}
}
section{
	flex-basis:0;
	flex-grow:999;
	min-width:70%;
	display:flex;
	flex-direction:column
}



















