h1, h2, h3, h4, h4 {
    font-family: 'Quicksand', sans-serif;
    font-weight: 600;
}

p {
    font-family: 'Quicksand', sans-serif;
    font-weight: 400;
}

.mycolors {
    background: #fff;
    color: #000;
}

.uk-navbar-nav>li>a {
    min-height: 50px;
    color: #000 !important;
}

.uk-sticky-fixed {
    -webkit-box-shadow: 0px 5px 5px 0px rgba(158,158,158,1);
    -moz-box-shadow: 0px 5px 5px 0px rgba(158,158,158,1);
    box-shadow: 0px 5px 5px 0px rgba(158,158,158,1);
}