@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

body {
	font-size: 12pt;
	font-family: 'Roboto','Helvetica', sans-serif;
	line-height: 150%;
	margin:0px;
	padding:1px;
}


.nav.row {
	padding-bottom: 0px;
	border-bottom: 2px solid gainsboro;
	background-color: ghostwhite;
}
.row.page {
	
	padding: 0.5em;
}

.row.footer {
	padding-top: 10px;
	padding-bottom:10px;
	border-top: 1px solid darkgrey;
	background-color: ghostwhite;
	font-size:10pt;
	text-align:center;
}

.container {
	border: 1px solid gainsboro;
}

hr {
	color: ghostwhite;
}

a{
	text-decoration: none;
}

.nav a {
	display: inline;
	padding-left: 5px;
	font-weight: bold;
	font-size: 13pt;
	padding-right: 5px;
}

.blog-title {
	
}

