/* Style the menu */
@media (min-width: 768px) {
  nav {
    margin-top: 2rem; }
  nav li.p-2 {
    padding: 0 !important;
    -webkit-box-shadow: 2px 2px 5px 0px #888;
    box-shadow: 2px 2px 5px 0px #888;
    width: 22%; }
  nav li a {
    display: block;
    width: 100%;
    line-height: 3rem;
    text-align: center;
    background-color: white;
    -webkit-box-shadow: 2px 2px 8px 0px #cbcdd1;
    box-shadow: 2px 2px 8px 0px #cbcdd1;
    color: black;
    text-decoration: none;
    text-transform: uppercase;
    border-left-width: 15px;
    border-left-style: solid; }
  nav li a:hover {
    color: white;
    text-decoration: none;
    outline: none; } }