html,
body {
    font-size: 14pt;
    background-color: #efefef;
}

.accent-font1{
    font-family: "Edu SA Beginner", sans-serif;
}

h1,
.uk-heading-small,
.uk-heading-medium,
.uk-heading-large {
    font-weight: 900;
}
h1,h2,h3 {
    font-family: "Vidaloka", sans-serif;
    /*font-family: "Caprasimo", sans-serif;*/
  
    font-weight: 900;

}


.uk-navbar-nav>li>a {
    font-weight: 900;
    color: #000;
    text-transform: none;
    position: relative;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
}
.uk-navbar-dropdown-nav li a{
    color: #000;
    font-weight: bold;
}
.uk-navbar-dropdown-nav li a:hover{
    color:#a64d2c;
}
.nunito-<uniquifier> {
    font-family: "Nunito", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}
.uk-logo img{
    max-height: 80px;
}
.loading {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    background-size: cover
    z-index: 9999;
}
/* queries */

@media only screen and (max-width: 40.063em) {
    .uk-navbar-dropdown {
        background: transparent;
        padding:.0;
    }
    .uk-nav>li>a {
        color: pink;
        font-weight: bold;
    }
    .uk-navbar-dropdown-nav li a{
        color: #fff;
        font-weight: normal;
    }

}