#dateDiv {
    display: none;
}

#tHeader {
    width: 90%;
}

#headerPic {
    max-width: 200px;
    height: 100px;
    transition: all .3s;
}

nav {
    display: block;
    width: 300px;
    position: fixed;
    top: 10px;
    right: 10px;
    background: #AAA;
    font-size: 10pt;
    justify-content: start;
    border-radius: 10px;
    transition: all .3s;
    z-index: 150;
}

#nT {
    display: block;
    position: fixed;
    top: 150px;
    right: 320px;
    background: #FFF;
    transform: rotate(90deg);
    font-weight: bold;
    font-size: 25pt;
    transition: all .5s;
    cursor: url("img/cursor.png") 1 1, auto;
    z-index: 150;
}

nav.nav {
    right: -320px;
}

#nT.nT {
    right: 10px;
}

.menuLink {
    display: block;
    margin: 5px;
    font-size: 16pt;
}

main {
    margin: 165px 15px 0 15px;
}

#adm {
    display: none;
}