body {
 background-image: url("/assets/Landing-Background-optimized.png");
 background-size: cover;
 background-repeat: no-repeat;
 background-attachment: fixed;
 overflow: hidden;
 background-position: top right 35%;
 margin: 0px;
 height: 100vh;
}
div {
	display: inline;
	font-family: 'tofinoregular', Arial, sans-serif;
	color: #223;
}
.dark-text {
	color: #223;
}
.container-full {
	display: flex;
	width: 100%;
}
.hidden {
	visibility: hidden;
}
.left {
	width: 5%;
	border-right: 0.3rem solid white;
}
.main {
	width: 95%;
}
.nav-item {
	font-size: 2rem;
	padding-left: 0.5rem;
	padding-right: 0.5rem;
	border-right: 0.3rem solid white;
}
.underline {
	text-decoration: underline;
	text-decoration-thickness: 0.2rem;
	text-underline-offset: 0.2rem;
}
#title {
}
#left-title {
	height: 3rem;
	align-self: flex-end;
}
#main-title {
	align-self: stretch;
}
#title-text {
	width: 30rem;
	padding-left: 1.5rem;
	padding-bottom: 0.5rem;
	padding-top: 1rem;
}
#main {
	height: 100%;
}
#left-main {
	display: inline-block;
	height: 300%;
	width: 5%;
	align-self: stretch;
	border-top: 0.3rem solid white;
}
#main-main {
	display: flex;
	flex-direction: column;
}
#nav {
	border-top: 0.3rem solid white;
	padding-right: 5rem;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	padding-left: 1rem;
	align-self: flex-start;
}
#contact-nav {
	border: none;
}
#content {
	align-self: stretch;
	border-top: 0.3rem solid white;
	padding: 3rem;
	overflow: auto;
}
#content-box {
	backdrop-filter: brightness(300%);
	-webkit-backdrop-filter: brightness(300%);
	display: flex;
	height: 30rem;
	width: 25rem;
	padding: 0.5rem;
}
#content-border {
	align-self: stretch;
	flex-grow: 1;
	border: 0.3rem solid white;
	visibility: inherit;
}
#content-text {
	font-size: 1.5rem;
	visibility: inherit;
	text-align: justify;
}
#foot {
	border-top: 0.3rem solid white;
	position: fixed;
	bottom: 0;
}
#left-foot {
	height: 5%;
}
