body {
	font-size: 18px;
}

h1 {
	font-size: 1.8em;
}

header ul.compact li.menu {
	display: block;
}

header nav {
	display: none;
}

header div.nav {
	justify-content: center;
	margin-top: 0;
}

header ul.compact li a {
	font-size: 24px;
	margin-left: 24px;
}


main > section.content > .sidebar {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	order: 2;
	position: static;
}

.left-sidebar nav ul {
	display: none;
}

main > section.content > p.breadcrumbs {
	order: 99;
}

ul.image-gallery > li {
	padding: 5px;
}


div.cols,
div.cols div.col,
div.cols div.col-span {
	width: 100%;
}

table {
	width: 100%;
	font-size: 0.8em;
}