/*
Theme Name: Distributed Agency
Author: Interzone
Author URI: http://interzonestudio.com
Version: 1.0
*/

@font-face {
	font-family: 'Helvetica Neue';
	font-style: normal;
	src: url('Helvetica-Neue-Light.woff2') format('woff2');
}

body, html {
	margin: 0;
	padding: 0;
	font-size: 14px;
	line-height: 1;
		font-family: 'Helvetica Neue';
	letter-spacing: .05em;

}

body.fixed {
	   overflow: hidden
}

* {
	box-sizing: border-box;
}

a {
	color: unset;
	text-decoration: unset;
}

a:hover {
	text-decoration: underline;
	text-underline-offset: 3px;
}

ul, li {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4, p {
	margin: 0;
	padding: 0;
	font-size: unset;
	font-weight: unset;
	line-height: unset;
}

#post {
padding: 20px;
}

#index {
padding: 20px;
display: flex;
justify-content: space-between;
	flex-wrap: wrap;
}

.col {
	width: 25%;
}

#index a {
	display: block;
	margin-bottom: 8px;
}

#post img {
	width: 100%;
	margin-bottom: 20px;
	display: block;
	height: auto;
}

@media only screen and (max-width: 768px) {
	.col  {
		width: 100%;
		margin-bottom: 20px;
	}	
}	