@import url(https://fonts.googleapis.com/css?family=Alex+Brush);


div.ccm-page main a:not(.fa):not(.btn), div.ccm-page footer a:not(.fa):not(.btn) {
    color: #4860a0!important;
    font-size: large;
}

div.ccm-page header nav ul a {
    padding-right: 40px;
    font-family: 'Titillium Web';
    font-size: 1.2em!important;
    font-weight: 700;
    color: #09f;
    text-transform: none;
}

.logotop{font-family: 'Alex Brush'!important;
    color: red!important;
}


@media (max-width: 767px)
 {

form.ccm-search-block-form {
    display: none;
}
     .logotop {
    font-family: 'Alex Brush'!important;
    color: red!important;
    font-size: xx-large;
         white-space: nowrap;
}
     
     div.ccm-page header {
    background-color: #fff;
    padding-top: 5px!important;
    padding-bottom: 5px!important;
    border-bottom: 1px solid #d9d9d9;
}
}


