body {
    width: 100vw;
    height: 100vh;
    position: absolute;
    padding: 0px;
    margin: 0px;
    color: rgb(97,148,213);
}

a {
    text-decoration: none;
    color: rgb(97,148,213);
}

#page-wrapper {
    background-image: url("../images/Bluewater-Background.svg");
    background-size: 100%;
    width: 100vw;
    height: 100vh;
    background-color: white;
    position: absolute;
    display: flex;
    flex-direction: column;
}


.page-item {
    width: 95vw;
    max-width: 95vw;
    align-self: center;
}
.page-spacer {
    flex: 1;
}

#page-title {
    height: 20vh;
    display: flex;
    flex-direction: row;
    overflow: hidden;
}

#page-content {
    background-color: rgba(250, 235, 215, 0.3);
    min-height: 60vh;
    height: 72vh;
    display: flex;
    flex-direction: row;
}

#page-footer {
    min-height: 5vh;
    height: 5vh;
    font-size: 25px;
    display: flex;
    flex-direction: row;
    background-image: url("../images/Footer-Background.png");
    background-size: 25%;
}


.page-body {
    border-color: black;
    border-style: solid;
    border-width: 1px;
}

#page-navigation {
    width: 20%;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-image: url("../images/Nav_Background.png");
    background-size: auto 100%;
    text-align: center;
}


.page-menu {
    align-self: center;
    width: 90%;
    padding: 10%;
    text-align: center;
    font-size: 35px;
    text-shadow: 1px 1px #ffffff;
}
.page-menu.active {
    background-color: rgba(255,255,255,0.5);
}
.page-menu:hover {
    background-color: rgba(255,255,255,0.7);
}

#page-text {
    flex: 1;
    height: 100%;
    display: flex;
    flex-direction: column;
    background-color: rgba(255,255,255,0.6);
    text-align: center;
}

#title-logo {
    height: 100%;
    background-color: rgba(0,0,0,0.05);
    border-radius: 20px;
}
#title-image-holder {
    height: 100%;
    flex: 1;
    text-align: center;
}

#title-image {
    height: 50%;
}

#page-body-title-text {
    font-size: 45px;
}

#page-body-text {
    font-size: 25px;
    flex: 1;
    overflow-y: scroll;
    overflow-x: hidden;
}

#page-body-text-banner {
    width: 100%;
    height: 20%;
    display: flex;
    flex-direction: row;
}

.page-body-text-banner-image {
    height: 100%;
    width: 20%;
}
.footer-text {
    flex: 1;
    text-align: center;
    height: 100%;
    text-shadow: 1px 1px #ffffff;
}
.footer-text-spacer {
    height: 100%;
}

.page-body-text-imagebox {
    margin-top: 5%;
    width: 100%;
    height: auto;
}

.structure::before {
    content: 'info@';
}

.structure::after {
    content: '.com';
}