﻿body, html {
    font-family: 'Trebuchet MS';
}
body {
    background-color: white;
    /*flex-direction: column;*/
    display: flex;
    align-items: center;
    justify-content: center;
}
a:visited {
    text-decoration: none;
}
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 25%;
}
.nav {

}
.nav a {
    text-decoration: none;
}
    .nav li {
        list-style-type: none;
        display: inline;
        /*border: 1px solid red;*/
        margin: 0 20px 0 20px;
    }
    .nav ul {
        margin-left: auto;
        margin-right: auto;
        width: 100%;
        /*border: 1px solid red;*/
        text-align: center;
    }
.menuItem {
    color: red;
    text-decoration: none;
}
    .menuItem:hover {
    }
    .menuItem:visited {
    }
.verTableTD {
    padding: 4px 12px 4px 12px ;
}
.infoLI a {
    text-decoration: none;
    color: black;
    margin: 0;
    padding: 0;
    display: block;
    float: none;
    overflow: hidden;
    width: 50%;
    /*;*/
    /*border: 1px solid red;*/
}
.infoLI a:hover {
    color: red;
    text-decoration: underline;
}
#infoUL {
    margin: 0;
    padding: 0;
    text-align: left;
}

li {
    list-style-type: none;
    text-decoration: none;
}
.fc-daygrid-event-harness:hover {
    cursor: pointer;
}
#newEvent {
    width: 100%;
    display: none;
}
#calendar {
    /*padding-top: 320px;*/
}
.button {
    border-radius: 5px;
    border: 0;
    border-radius: 5px;
    box-shadow: 1px 2px 5px #666;
    color: white;
    font-weight: bold;
    background-color: darkred;
}
.highlight {
    background-color: red;
}

    
