﻿/* Add any custom styling here */
.error {
    color: red;
    text-align: left;
}

#oskc-logo {
    width: 350px;
}

.events-main-section {
    background: #fff;
}

.events-main-section .event-title {
     font-size: 1.2em;
}

/* Mobile */

@media screen and (max-width: 736px) {

    #oskc-logo {
        width: 250px;
    }
   
}