﻿body {
    font-family: 'Noto Sans';
    font-size:large
}

.sidenav {
    height: 100%;
    width: 15%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #F9F9F9;
    overflow-x: hidden;
    padding-top: 30px;
    border-right: 1px solid #F2EFEE;
}

    .sidenav a {
        padding: 6px 8px 6px 16px;
        text-decoration: none;
        font-size: 1vw;
        color: #3B446F;
        display: block;
    }

        .sidenav a:hover {
            color: #F0F0F0;
        }
img {
    max-height: 200%;
    max-width: 200%;
    width: auto; /* These two are added only for clarity, */
    height: 3vh; /* as the default is auto anyway */
    border: none;
    background-color: transparent;
    overflow-wrap: initial;
    padding-bottom: 10%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.expanded{
    cursor: pointer;
    height: 4vh;
    color: #a5a5a5;
    font-size:15px;
    font-weight:normal;
    padding-bottom: 3vh;
    align-content:flex-start
}

.collapsed {
    cursor: pointer;
    height: 4vh;
    color: #a5a5a5;
    font-size: 15px;
    font-weight: normal;
    padding-bottom: 3vh;
    align-content: flex-start
}

.indicator{
    visibility: hidden
}

button {
    width: 100%;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 1vw;
        }
}
