﻿#float_nav_mask {
    position: fixed;
    width: 0;
    height: 0;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 5;
}

#float_nav_outer {
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 11;
    overflow: hidden;
}

#float_nav_wrapper {
    width: 72px;
    height: 550px;
    text-align: left;
    display: flex;
    position: fixed;
    top: 20vh;
    right: 0;
}

#contact_wrapper {
    width: 72px;
    height: 84px;
    background: #ffc107 no-repeat 100% / 100%;
    border: 3px solid black;
    position: relative;
    top: 15rem;
    text-align: center;
    padding-top: 5px;
}
#contact_wrapper img {

}
#contact_wrapper p {
    width: 72px;
    line-height: 2.2em;
    margin: 0;
    color: #333;
}

#float_panel_outer {
    margin: 0;
    padding: 0;
}
#float_panel_outer li {
    list-style: none;
    display: list-item;
    width: 15rem;
    height: 13rem;
    background-color: #333;
    padding: 1.5rem;
    text-align: center;
    border-bottom: 1px white solid;
}
#float_panel_outer li:last-child {
    border-bottom: none;
}
#float_panel_outer a {
    text-decoration: none;
    margin: 0;
    padding: 0;
}
#float_panel_outer a img {
    margin-bottom: 1em;
}
#float_panel_outer h6,
#float_panel_outer p {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
}
#float_panel_outer h6 {
    font-size: 16px;
    font-weight: bold;
    color: white;
}
#float_panel_outer p {
    font-size: 14px;
    color: grey;
}


@media (max-width: 600px) {
    #float_panel_outer a img {
        width: 38px;
        height: 30px;
    }

    #float_panel_outer li {
        height: 11rem;
    }

    #float_nav_wrapper {
        top: 15vh;
    }
}