@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.container {
	font-family: Barlow, sans-serif;
}

.container .field--name-field-image {
	max-width: 50%;
	float: right;
	border: 1px solid black;
	margin: 0 0 5px 10px;
}	

p {
	font-size: 20px;
	line-height: 1.5em;
}

.views-row {
	border-bottom: 2px solid black;
	margin-bottom: 15px;
	padding-bottom: 10px;
}

.field--name-node-author,
.field--name-node-post-date {
	display: inline-block;
	color: gray;
	font-size: 0.7em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.field--name-node-author:after {
	content: ",";
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #335;
}

a:hover {
	text-decoration: underline;
}