/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */

.uk-navbar-nav>li>a {  
   font-size: 18px;  
}

.uk-animation-5 {
    -webkit-animation-duration: 5s;
    animation-duration: 5s;
}

.uk-animation-10 {
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
}



