.page-container {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
}

/* Header
-------------------------------------------------------------- */
#nav-toggle {
	margin : .5rem 0;
}

.navbar-collapse {
	text-align: center;
}

#header .nav-link {
	color: black!important;
	transition: color 0.5s;
	font-weight: 500;
}

#header .nav-link:hover {
	color: #36E0F2!important;
}


/* Footer
-------------------------------------------------------------- */
#footer {
	margin-top: auto;
}

#footer .row {
	justify-content: center;
}

#footer div {
	text-align: center;
}

#footer .social {
	display: block;
	padding: 0 2%;
	margin: 0 6%;
}

#footer #copyright_line {
	margin: 0;
	text-align: center !important;
}