.nav {
	background-color: #6197d6;
	background-image: linear-gradient(to right, #000080, #6197d6);
	border-width: 0 0 1em;
	border-color: #e49200;
	border-radius: 0;
	border-bottom-style: solid;
	color: white;
}

.top-bar, .top-bar ul, .top-bar ul a {
	background-color: transparent;
	color: white;
}

.top-bar .menu {
	font-size: 14px;
}

.top-bar-left .menu li:first-child a {
	font-size: 18px;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.5rem;
}

h4 {
	font-size: 1.1rem;
	font-weight: bold;
}

pre {
	padding: 0.75rem !important;
	color: #f8f8f2;
	background-color: #272822;
	tab-size: 4;
	overflow: auto;
	margin-bottom: 1rem;
	box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 3.6px;
}

pre code {
	background-color: inherit;
	color: inherit;
	border: none;
}
