@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,700&display=swap');

body {
	font-family: 'Roboto', sans-serif;
	line-height: 2;
	font-size: 16px;
}

article h1 {
	font-weight: 700;
}

article .date {
	
}
@media only screen and (max-width: 480px) {
	img.header-logo {
    		width: 100%;}
}