.navbar a.navbar-brand img {
    width:180px;
    height:inherit
}

.service h3, .service p{
    text-align:center
}

.service figure i{
    font-size:60px;
}

.width-100{
    width:100%
}

.event{
    background: url(images/backgrounds/wild_oliva_blue_dark.png);
    color: #cccccc;
    padding: 40px;
    -webkit-transition: all 500ms linear;
    transition: all 500ms linear;
    border-radius: 6px;
}

.event h5 {
    margin: 0px 0px 6px 0;
    font-size: 20px;
    font-weight: 600;
    line-height:35px;
}

.event h5 small{
    color: #cccccc;
    font-size:16px;
    font-weight:600;
}
