/* CSS Document */
.inner, nav {
	width: auto;
}

nav {
	display: block;
}

.logo, nav ul {
	justify-content: center;
}

h1 {
	font-size: 2.5rem;
	text-align: center;
	position: relative;
	padding-bottom: .75rem;
	margin-bottom: 2rem;
}

h1::after {
	content: "";
	width: 30%;
	border-bottom: 4px solid white;
	position: absolute;
	bottom: -4px;
	left: 35%;
}

