/*additional css for inherited theme*/

.float-left {
	float: left;
}

.float-right {
	float: right;
}

img.padding {
	padding: 15px;
}

body {
    grid-template-columns: 1fr min(45rem, 90%) 1fr;
}

body > header {
	padding: 2rem 0 0;
}

body > header > h1 > a {
	font-size: 80%;
}

body > header p {
  font-size: 1.5rem;
}

nav {
	display: none;
}

hr {
	border-bottom: 1px solid var(--border);
	width: 100%;
}

body > footer > p > a {
	text-decoration: underline;
}

div.frontpage-content h4 {
	margin-top: 15px;
  margin-bottom: 5px;
}

div.frontpage-content h4  a {
	margin-top: 15px;
  margin-bottom: 5px;
}

div.frontpage-content ul {
	margin-top: 5px;
  margin-bottom: 5px;
}

.disclaimer {
	font-size: 80%;
}

/* orig theme accent color: #004d40 */