/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 09 2018 | 18:32:30 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.notes {
font-size: 75% !important;

}


.site-footer .menu-item {
         display: inline-block;
    width: auto;
    max-width: none;
    heighT: auto;
    width: 200px;
}

.site-footer .menu-item a {
           position: relative;
    display: inline-block;
    width: 100%;
    padding-top: 4%;
    padding-bottom: 4%;
    background-color: #5dbae2;
    border-radius: 4px;
    font-weight: bold;
    transition: all 0.5s ease;
    font-size: 80%;

}


.site-footer .menu-item a:hover {
color: #5dbae2;
 background-color: white;
}