* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Frutiger", sans-serif;
}

@font-face {
    font-family: "Frutiger";
    src: url("res/FRUTRG.TTF");
}

@font-face {
    font-family: "Frutiger Bold";
    src: url("res/FRUTB.TTF");
}

div {
    width: 100vw;
    margin: 0 auto;
}

.upperHalf {
    background-color: rgb(126,117,108);
    height: 45vh;
    width: 100vw;
    position: relative;
    text-align: center;
}

.lowerHalf {
    background-color: rgb(218,213,205);
    height: 50vh;
    width: 100vw;
    position: relative;
}

.footer > * {
    height: 5vh;
    text-align: center;
    background-color: rgb(218,213,205);
    font-size: 12px;
}

.forest {
    height: 100%;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.sidebyside {
    margin-top: 4.06vh;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: auto;
    max-width: 50vw;
    text-align: center;
}

.sidebyside > img {
    height: 19.3vh;
    margin-left: 2.8vw;
    margin-right: 2.2vw;
}

.break {
    margin-top: 2.5vh;
}

.logo {
    margin: 0 auto;
    z-index: 99;
    height: 17.98vh;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
}

.clickable {
    cursor: pointer;
    margin-bottom: 3vh;
}

.text {
    position: absolute;
    font-size: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    filter: drop-shadow(3px 3px rgba(0,0,0,1));
    bottom: 4.06vh;
    font-family: "Frutiger Bold", sans-serif;
}

span {
    text-transform: uppercase;
}
