@font-face {
    font-family: 'SuisseIntl';
    font-style: normal;
    font-weight: 500;
    font-size: large;
    src: url(SuisseIntl-SemiBold.ttf) format(truetype);
}

* {
    box-sizing: border-box;
}

html {
    width: 100%;
    height: 100%;
}


body {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-color: rgb(224, 85, 35);
    overscroll-behavior: none;
    cursor: url('images/cursor_test.png') 0 0, auto;
}

.relativeposition {
    position: relative;
}

.bottomtext {
    position: absolute;
    bottom: 0;
}

.blockcolor-one {
    background-color: rgb(231, 152, 152);
}

.blockcolor-two {
    background-color: rgb(143, 214, 104);
}

.blockcolor-three {
    background-color: rgb(93, 121, 247);
}

.blockcolor-four {
    background-color: rgb(241, 120, 199);
}

.blockcolor-five {
    background-color: rgb(253, 209, 142);
}

.blockcolor-six {
    background-color: rgb(233, 255, 92);
}


p {
    text-align: left;
    font-family: 'SuisseIntl';
    font-size: 100px;


}

hr {
    margin-top: 0px;
    position: relative;
    top: 0px;
    border: none;
    height: 1px;
    background: rgb(27, 27, 27);
    margin-bottom: 0px;
}

.noarrow {
    list-style: none;
}

.red {
    color: rgb(23, 24, 8)
}

.imagedescription {
    margin: 0%;
    font-size: large;
}

.description {
    margin: 0%;
    font-size: small;
}

.nomargins {
    margin: 0%;
}

.imagecontainer {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.fullwidthimage {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.halfwidthimage {
    width: 50%;
    height: auto;
    margin: 0;
    padding: 0;
}

.thirdwidthimage {
    width: 33%;
    height: auto;
    margin: 0;
    padding: 0;
}

.textmargin {
    padding-left: 5px;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
}

.title {
    text-align: left;
    margin-right: 4px;
    font-size: medium;
}

.linkstyler {
    text-decoration: none;
    color: black;
}

.topbar {
    position: sticky;
    position: -webkit-sticky;
    background-color: rgb(224, 85, 35);
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1;
}

.bottombar {
    position: sticky;
    position: -webkit-sticky;
    background-color: rgb(175, 175, 175);
    width: 100%;
    height: auto;
    z-index: 0;
}

.modal {
    display: none;
}

.halfscreentext {
    height: auto;
    width: 50%;
    position: fixed;
    z-index: 1;
    overflow-x: hidden;
}

.borderbottom {
    border-bottom: 1px solid black;
}















@media only screen and (max-width: 900px) {


    .halfwidthimage {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }

    .thirdwidthimage {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
    }


    p {
        text-align: left;
        font-family: 'SuisseIntl';
        font-size: 150px;


    }




}