@font-face {
    font-family: 'SuisseIntl';
    font-style: normal;
    font-weight: 500;
    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(255, 102, 0);
    overscroll-behavior: none;
    cursor: url('images/cursor_test.png') 0 0, auto;
}

p {
    text-align: left;
    font-family: 'SuisseIntl'
}

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

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

.imagedescription {
    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 {
    margin-left: 5px;
    margin-right: 2px;
    margin-top: 2px;
    margin-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(255, 102, 0);
    width: 100%;
    height: auto;
    top: 0;
    z-index: 1;
}

.modal {
    display: none;
}