/* Default */
h1 {
	font-weight: bold;
	font-size: 5.5em;
	margin-bottom: 50px;
}

h2 span {
	color: #327C09;
	font-weight: bold;
}

p {
	margin-bottom: 50px;
}

img {
	margin-bottom: 50px;
}

/* Background */
img[src*="background"] {
	opacity: .45;
	width: 100vw;
	height: 100vh;
}

#under {
	position: fixed;
	top: 0;
	right: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 1;
}

#over {
	position: relative;
	z-index: 10;
}

/* Navigation Bar */
.nav-link {
	color: #327C09;
	font-weight: bold;
	margin-top: 25px;
}

.nav-link:hover, .nav-link:active, .nav-link:focus {
	color: black;
}

/* Sections */
div.section {
	min-height: 100vh;
	padding-top: 50px;
}

div.text {
	padding: 0 20px;
}

div.text h2 {
	margin-bottom: 50px;
}

div.text p {
	text-align: justify;
}

img[src*="svg"] {
	width: 100%;
}

/* Top Section */
div.top {
	text-align: center;
	margin-top: 10%;
}

p.subtitle {
	color: #327C09;
	font-size: 1.25em;
}

/* Footer */
div.footer {
	background-color: #327C09;
	color: white;
	height: 100px;
	line-height: 100px;
}