@font-face {
    font-family: f1;
    src: url(../assets/font/Roboto-Light.ttf);
  }


body {
    font-family: f1;
    background-color: #6a9fca;
    margin: 0px;
    height: 100%
}

html {
    height: 100%;
}

#top a {
    font-size: 20pt;
    float: left;
    text-align: center;
    margin: 0px;
    width: 25%;
    text-decoration: none;
    color: whitesmoke;
    background-color: #000075;
    padding-top: 0.75vh;
    padding-bottom: 2vh;
    overflow: clip;
    height: 4vh;
}

#logo {
    width: 3.95%;
    margin: 0px;
    padding: 0px;
    height: 9.1vh;
}

#top a:hover {
    background-color: #eedb02;
    color: rgb(10, 10, 10);
}

#pgtitle {
    margin: 0px;
    padding: 0px;
    padding-bottom: 3.1vh;
    display: flex;
    width: 100%;
    float: left;
    background-color: #0000bb;
    height: 5vh;
    color: whitesmoke;
    justify-content: center;
    align-items: center;
}

#pgtitle h2 {
    margin-top: 6vh;
}

.top-img {
    width: 100%;
    height: 200px;
}

.event-box {
    border-radius: 5px;
    border: 2px solid rgb(0, 95, 158);
    width: 90vw;
    margin-left: 4vw;
    margin-top: 4vh;
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 25vh;
    margin-bottom: 10px;
    background-color: whitesmoke;
    color: #000075;
}

.event-box .date {
    float: right;
    color: rgb(102, 102, 102);
}
.event-box .title {
    float: left;
}

.event-box .event-header {
    position: relative;
    top: 0px;
}

.event-box hr {
    margin-bottom: 3px;
}

.event-box::-webkit-scrollbar { 
    display: none; 
}

#events {
    margin-top: 20px;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0px;
    height: 85vh;
    width: 100vw;
    background-color: #6a9fca;
}

#events::-webkit-scrollbar { 
    display: none; 
}