
@media (max-width: 1024px) { 
    body.size0 {
        font-size: 180% !important;
    }
    
    body.size1 {
        font-size: 220% !important;
    }
    
    body.size2 {
        font-size: 260% !important;
    }
    
    #btnSize0 {
        font-size: 20px !important;
        width: 70px;
        height: 70px;
    }
    
    #btnSize1 {
        font-size: 25px !important;
        width: 70px;
        height: 70px;
    }
    
    #btnSize2 {
        font-size: 30px !important;
        width: 70px;
        height: 70px;
    }

    img.kfvLogo {
        height: 220px !important;
    }
}


    body.size0 {
        font-size: 110%;
    }
    
    body.size1 {
        font-size: 140%;
    }
    
    body.size2 {
        font-size: 160%;
    }

    #btnSize0 {
        font-size: 20px !important;
        width: 60px;
        height: 60px;
    }

    #btnSize1 {
        font-size: 25px !important;
        width: 60px;
        height: 60px;
    }

    #btnSize2 {
        font-size: 30px !important;
        width: 60px;
        height: 60px;
    }

    img.kfvLogo {
        height: 150px;
    }


div.normal-font {
    font-size: 100% !important;
}

.navbar-kfv {
    padding-left: 20px;
    padding-right: 20px;
}

.main-body-kfv {
    padding: 20px;
}

.padding-top-5 {
    padding-top: 5px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.bg-secondary2 {
    background-color: #3C3C3C !important;
}
