﻿.note-editor{
    min-height:300px;
}
.pageTitleInfo h2{
    text-shadow: 2px 2px 2px #333;
}
@media (max-width: 320px){
    .navbar-header .navbar-brand {
        margin-top:15px;
        height: auto;
        width: 160px;
    }
    .copyRight .list-inline{
        text-align:center;
        margin-bottom:20px;
    }
    .copyRight .list-inline a {
        width: 35px;
        height: 35px;
        line-height: 35px;
        font-size: 14px;
    }
    .eventContent .media-body {
        width: 100%;
        display: block;
        padding: 20px;
    }
}
@media (min-width: 768px) {
    .servicesContent .customBody {
        max-width: 100%;
        margin-top:0;
        display: table-cell;
        float: none;
    }
} 