body{
    /*font-family: Geneva !important;*/
}

.main-title {
    font-size: 2.5rem;
    text-decoration: none !important;
    font-family: 'Alfa Slab One', cursive;
}


.refresh {
    font-size: 14px;
    padding: 8px;
    background-color: #ffd500;
    color: red;
    border: 1px solid #faa0a0;
    cursor: pointer;

    position: fixed;
    bottom: 18px;
    right: 18px;
    z-index: 9999 !important;
}

.filter-controls {
    /*border-radius: 0 0 0 0 !important;*/
    /*font-weight: bolder;*/
}

.filter-controls:focus {
    /*border: 1px solid black;*/
}


/*@media only screen and (min-width: 1200px) {*/
/*    .main-title {*/
/*        font-size: 2.5rem;*/
/*    }*/
/*}*/

@media only screen and (min-width: 992px) {
    .main-title {
        font-size: 2.5rem;
    }
}

@media only screen and (min-width: 600px) {
    .main-title {
        font-size: 2rem;
    }
}

@media only screen and (max-width: 600px) {
    .main-title {
        font-size: 1.6rem;
    }
}