@font-face {
    font-family: 'Hobo';
    src:url('../fonts/hobo/Hobo.ttf.woff') format('woff'),
        url('../fonts/hobo/Hobo.ttf.svg#Hobo') format('svg'),
        url('../fonts/hobo/Hobo.ttf.eot'),
        url('../fonts/hobo/Hobo.ttf.eot?#iefix') format('embedded-opentype'); 
    font-weight: normal;
    font-style: normal;
}

.logo-font {
    font-family: 'Hobo';
    text-transform: uppercase !important;
    color: #264796 !important;
}

.uc-words {
    text-transform: capitalize;
}