section.event {
    min-height: 300px;
}
section.event a{
    background:none;
    color:inherit;
}
section.event a:hover{
    background-color:#8fb2bb;
    transition: background-color 0.1s;
}
section.upcoming-events {
    min-height:100px;
}

div.event-thumb {
    float:left;
    clear:left;
    margin-right: 20px;
}

div.event-details {
    max-width:60%;
    float:left;
    clear:right;
}

div.event-details h3{
    color:#5d7b8b;
    font-size: 1.3em;
}

div.event-details p{
    font-family: Merriweather;
}

.inside-footer {
    clear:both;
}