/* Custom CSS - write your own CSS values to overwrite the ones from m20 */

.theatre_button {
background-color: #5c9396;
margin: 5px;
}
.theatre_button:hover {
background-color: #4f7f82;
}

.dance_button {
background-color: #497476;
margin: 5px;
}
.dance_button:hover {
background-color: #395a5c;
}

.events_button {
background-color: #939e49;
margin: 5px;
}
.events_button:hover {
background-color: #79823c;
}

.homepage_nav {
background-color: #ececec;
margin: 5px;
}

.homepage_nav:hover {
background-color: #cccccc;
margin: 5px;
}

img.home-logo {
    position: absolute;
    bottom: 8px;
    right: 8px;
    max-width: 75%;
}