ul {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    overflow: hidden;
    background-color: #4e4e4f;
    width: 100%;
}

li {
    float: left;
}

    li a {
        display: block;
        color: #fff;
        text-align: center;
        padding: 16px;
        text-decoration: none;
        transition: all 0.7s ease-in-out;
    }

        li a:hover {
            background-color: #b7b7b7;
            color: #fff;
            text-align: center;
            padding: 16px;
            text-decoration: none;
        }

        li a:focus {
            background-color: #ce0232;
            color: #fff;
            text-align: center;
            padding: 16px;
            text-decoration: none;
        }

.buttons2 {
    background-color: #ce0232;
    transition: all 0.7s ease-in-out;
}

    .buttons2:hover {
        background-color: #b7b7b7;
    }

    .buttons2:focus {
        background-color: #981816;
    }
.btncolor {
	font-size: 1.2em;
}
.activepage {
    background-color: #cd0232;
    font-style: italic;
    font-weight: bolder;
}

.myNav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}

/* Temp nav button on the FAQs page start */
.templ:link, .templ:visited {
    background-color: #f44336;
    color: white;
    padding: 14px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
}
/* Temp nav button on the FAQs page end */

.imgdiv {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}
.templ:hover, .templ:active {
    background-color: red;
}

.FilterHdr {
    text-align: center;
}
@media only screen and (max-width:500px) {
    /* For mobile phones: */
    .myNav {
        font-size: smaller;
        width: 100%;
        margin: 0;
    }
}
