footer {
background-color:#a60000;
}

.menu-container ul.site-menu li span a,
.menu-container ul.site-menu li span span {
text-shadow:none !important;
}
.menu-container {
border-bottom:2px solid #a60000;
}
.roundedred {
border-radius: 50px;
background-color: #a60000;
border-color: white;
border-width: 60px;
border-style: solid;
padding: 60px;
}

a.ce-button {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    background-color: #a60000;
    border-radius: 20px;
    border-width: 2px;
    border-color: #ffffff;
    background-image: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 8px;
    padding-bottom: 8px;
}
a.ce-button:hover{
background-color: #808080;
}

