h1, h2, h3, h4, h5, h6, p {
        font-family: serif;
}

a.link {
	color: white;
	text-decoration: none;
}

a.link:hover::before {
	content: "/";
}

a.link:hover::after {
	content: "/";
}

table.navbar {
	/* border: 1px solid black; */
	padding-top: 2rem;
	padding-right: 1rem;
	width: 20rem;
	text-align: right;
	margin-left: auto;
	margin-right: 5rem;
	margin-bottom: 2rem;
}

td.nav-element {
	/* border: 1px solid black; */
	width: 50%;
	padding-left: 1rem;
	padding-right: 1rem;
	margin-left: 6rem;
	margin-right: 6rem;
}

h1.heading {
	font-size: 5.5rem; 
	color: white;
	text-align: justified;
        vertical-align: center;
}

img.heading {
        box-shadow: 10px 10px 5px black;
        margin-right: 10px;
        width: 100%;
}

td.heading {
}

h1.section-title {
	font-size: 3rem;
	color: white;
	width: 100%;
	text-align: center;
}

h1.nav-title {
	font-size: 3rem;
	color: white;
	padding: 0;
	margin-top: 1rem;
	margin-left: 1rem;
	position: absolute;
}

table.footer {
	margin-bottom: 0px;
	margin-top: auto;
}

img.footer-logo {
	width: 15%;
	margin-bottom: 0px;
	margin-top: 1rem;
        box-shadow: 10px 10px 5px black;
}


table.section {
	width: 100%;
	text-align: center;
}

td.section-element {
	width: 30%;
}

p.section-text {
	color: white;
	font-size: 2rem;
}

p.section-text.underline {
        text-decoration: underline;
}

a.project-link {
	font-size: 1.5rem;
}
