html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

body {
    font-family: 'Schoolbell', cursive,'Titillium Web', sans-serif;
    margin-bottom: 60px;
    background-image: url(../images/bg-pencil.jpg);
    background-position: top;
    background-repeat: repeat-y;
    background-size: contain;
}

@media (min-width: 768px) {
    html {
    }

    body{
        font-size: 16px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 24px;
    text-align:right;
}

.c-pointer {
    cursor: pointer;
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

.logo-small{
    max-height: 65px !important;
}

.--loader-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: none;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.4);
    z-index: 999999999;
}