nav ul {
    margin: 0;
    padding: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.4s;
    -ms-transition: max-height 0.4s;
    -moz-transition: max-height 0.4s;
    -o-transition: max-height 0.4s;
    transition: max-height 0.4s;


}

nav ul li {
    list-style-type: none;
    float: left;
    display: block;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;

}

nav ul li a {
    text-decoration: none;
    color: #000;
}

nav ul li:hover {
    background-color: rgb(221, 81, 74);

}

nav ul li:hover a {
    display: block;
    color: #FFF;
}

nav ul lib {
    list-style-type: none;
    background-color: #FFF;
    float: left;
    display: block;
    width: 170px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin-bottom: 10px;

    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

nav ul lib a {
    text-decoration: none;
    color: #000;

}

nav ul lib:hover {
    background-color: rgb(221, 81, 74);
}

nav ul lib:hover a {
    display: block;
    color: #FFF;
}

.handle {
    width: 100%;
    background-color: #006634;
    text-align: left;
    box-sizing: border-box;
    padding: 10px 10px;
    font-family: Arial, Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    curson: pointer;
    color: white;
    display: none;
}

video {
    width: 100%;
    height: auto;
}

/* Media queries
-------------------------------------------------------------------------------*/

/* iPads (portrait and landscape) ----------- */
/* END media only screen and (max-width: 1024x)



/* Large screen mobiles */
@media only screen and (max-width: 800px) {

    nav ul {
        max-height: 20em;
    }

    .showing {
        max-height: 0;

    }

    .showingNo {
        max-height: 0;

    }

    nav ul li {
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        text-align: left;

    }

    nav ul lib {
        box-sizing: border-box;
        width: 100%;
        padding: 5px;
        text-align: left;

    }

    .handle {
        display: block;
        curson: pointer;
    }

}

/* END media only screen and (max-width: 480px)


/* Print styles
-------------------------------------------------------------------------------*/
@media print {


}
