@import url('https://fonts.googleapis.com/css2?family=Gochi+Hand&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Nunito&display=swap');
h2 {
    font-size: 55px;
    text-align: center;
    font-family: cursive;
}

h1 {
    font-size: 55px;
    text-align: center;
    font-family: cursive;
}

h4 {
    font-size: 35px;
    text-align: center;
    font-family: cursive;
}

h5 {
    font-family: cursive;
}

p {
    text-align: justify;
    font-family: 'Nunito', sans-serif;
}

li {
    text-align: left;
    font-family: cursive;
}

.template-header .template-header-top {
    background-color: #f7fcfc;
}

.template-footer .template-footer-top {
    display: block !important;
}

h5 {
    font-size: 1.25rem;
    text-align: left;
}

.template-component-menu-default ul.sf-menu>li>a {
    font-family: cursive;
}

@media only screen and (max-width: 600px) {
    h2 {
        font-size: 35px;
        text-align: center;
        font-family: 'Gochi Hand', cursive;
    }
    h1 {
        font-size: 35px;
        text-align: center;
        font-family: 'Gochi Hand', cursive;
    }
    h4 {
        font-size: 25px;
        text-align: center;
        font-family: 'Gochi Hand', cursive;
    }
    h5 {
        font-family: 'Gochi Hand', cursive;
    }
    p {
        text-align: justify;
    }
    li {
        text-align: left;
        font-family: 'Gochi Hand', cursive !important;
    }
    h5 {
        font-size: 1.25rem;
        text-align: left;
    }
    .template-component-menu-default ul.sf-menu>li>a {
        font-family: 'Gochi Hand', cursive !important;
    }
}

#afc_sidebar_1562 {
    background: #f9a629;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 160px;
    margin: 0px 0px 0px 0px;
    z-index: 999999;
    padding: 10px;
    color: #ffffff;
}

#afc_sidebar_1562 {
    background: #FE6500;
    top: 70%!important;
}

#afc_sidebar_1562 a {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

#afc_sidebar_1563 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 160px;
    margin: 0px 0px 0px 0px;
    z-index: 999999;
    padding: 10px;
    color: #ffffff;
    text-align: center;
}

#afc_sidebar_1563 {
    background: #4ed4d0;
    top: 78%!important;
}

#afc_sidebar_1563 a {
    color: white;
    font-family: 'Nunito', sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    text-align: center;
}

@media only screen and (max-width: 600px) {
    .hidecomp {
        display: none;
    }
    ol,
    ul {
        padding-left: 0rem;
    }
}