body {
    padding: 0px;
    margin: 0px;
    background-color: #b5cdcf;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

nav {
    height: 2.5em;
    background-color: #b5cdcf;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: black solid 1px;
    z-index: 10;
}

div.nav {
    font-size: 1.5em;
    padding-left: 0.5em;
    padding-right: 0.5em;
    width: 100%;
    display: flex;
    justify-content: right;
    align-items: center;
    height: 100%;
}

div.main-nav {
    flex: 1;
}

a.nav {
    margin-right: 0.5em;
}

a#lang-nav {
    width: 5ch;
    margin-left: 0.25ch;
}

img#nav-globe {
    height: 0.8em;
}

.nav a,
.nav a:visited {
    color: black;
    text-decoration: none;
    outline: none;
    padding-right: 0.2em;
    padding-left: 0.2;
}

.nav a:hover,
.nav a:visited:hover,
.nav label:hover,
.nav a:active,
.nav a:visited:active,
.nav label:active {
    color: black;
    text-decoration: underline;
    outline: none;
}

header {
    background-color: #b5cdcf;
    padding: 0px;
    margin: 0px;
    margin-bottom: 0px;
    margin-top: 2.5em; /* Space for navigation */
}

img#header-banner {
    width: 100%;
}

img#header-scian-logo {
    width: 22%;
    position: absolute;
    right: 0px;
    z-index: 5;
    padding: 1%;
}

img#header-scian-text {
    width: 100%;
    padding: 0;
    padding-bottom: 0.5em;
    margin: 0;
}

div.border {
    width: 100%;
    height: 2vw;
    max-height: 3em;
    background-image: url("assets/BorderDesign.png");
    background-size: contain;
    background-repeat: repeat-x;
}

main {
    font-family: Verdana, sans-serif;
    padding-top: 1em;
    padding-left: 2em;
    padding-right: 2em;
    padding-bottom: 2em;
    background-color: white;
    flex: 1;
}

h1 {
    font-size: 4em;
    text-align: center;
}

p {
    font-size: 2em;
}

img#qr-code {
    width: 120px;
}

footer {
    width: 100%;
    background-color: #b5cdcf;
    text-align: center;
    margin: 0px;
    padding-bottom: 1em;
}

div#footer-border {
    margin-bottom: 1em;
}

small {
    font-family: Verdana, sans-serif;
    font-size: 1em;
}
