.site-header{
 height:auto;
 border:none;
 border-bottom:10px solid #fe0000;
 background:#fdf6e4;
 padding:20px 0;
}
.site-header-logo{
 width:20%;
margin-top:20px;
}
.red-text{
 color:#fe0000;
}
.site-event .site-event-name{
 margin-bottom:30px;
font-size: 2.4rem;
}
.site-footer{
 background:#fff;
 border:none;
 border-top:10px solid #fe0000;
height:auto;
}
.site-main section{
 padding:10px 0;
}
.site-main{
 min-height:auto;
}
a.adhdeform{
    overflow: visible;
    height: auto!important;
    line-height: 22px!important;
    padding: 10px 30px!important;
}
a.adhdeform:hover{
   color:#fff;
}
.header_text{
   padding-left:2.5rem;
}
.agenda-table-cell{
border-bottom:1px solid #ccc;
}
.agenda-table-row{
border-bottom:none;
}
@media screen and (max-width: 768px){
.site-header-logo {
    width: 30%;
}
}
@media screen and (max-width: 468px){
.site-header-logo {
    width: 50%;
}
}