@charset "utf-8";
/* CSS Document */

#navmobile {
    color: whitesmoke;
    height: 100%;
    width: 100%;
    position: fixed;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow: auto;
    padding-top: 75px;
    padding-bottom: 35px;
}

#navmobile ul {
    width: 96%;
    margin: auto;
}
#navmobile ul li {
    width: 100%;
    height: 110px;
    margin-bottom: 8px;
}
#navmobile ul li a {
    display: block;
    width: 100%;
    height: 110px;
    background-position: 50% 50%;
    background-size: cover;
    background-repeat: no-repeat;
}
#navmobile ul li a p {
    padding-top: 40px;
    color: whitesmoke;
    font-size: 1.5em;
    font-weight: 500;
    text-align: center;
    text-shadow: 1px 1px 3px black;
}


@media (max-width: 720px) {
    #navmobile {
        padding-top: 50px;
    }
}
