.main-title a{
    font-family: 'DancingScript';
    font-weight:700;
    line-height: 0;
    font-size: 2rem;
}


.site-logo {
    margin-right: 0 !important;
}

@media  (max-width:1024px) {
    .site-header .header-image{
        width: 65px !important;
        height: 65px !important;
    }
    .main-title a{
        font-size: 1.5rem;
    }
}

@media  (min-width:1025px) {
    .site-header .header-image {
        width: 90px !important;
        height: 90px !important;
    }
    .main-title a{
        font-size: 2rem;
    }
}