﻿#cont-menu {
    z-index: -100;
    display: block;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 1vw;
    bottom: 0px;
    width: 25%;
    height: calc(100% - 1vw - 15% - 0.5vw);
    background-color: rgba(38, 38, 38, 0.95);
    color: white;
    overflow: hidden;
}
#menu-title {
    position: absolute;
    left: 4%;
    margin-top: 4%;
    width: 92%;
    text-align: left;
    font-size: 160%;
}
#menu-desc {
    position: absolute;
    left: 4%;
    width: 92%;
    text-align: left;
    font-style: italic;
}
    #menu-desc table {
        width: 100%;
        height: 100%;
    }
    #menu-desc td {
        vertical-align: middle;
    }
#menu-items {
    position: absolute;
    left: 4%;
    width: 92%;
    top: 20%; 
    height: 76%;
    font-size: 100%;
    font-weight: normal;
}
    #menu-items a, #menu-items a:visited {
        display: block;
        width: 2px;
        overflow: visible;
        white-space: nowrap;
        margin-bottom: 5%;
        color: white;
        text-decoration: none;
    }
        #menu-items a:hover, #menu-items a:visited:hover {
            text-decoration: underline;
        }