/* 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 {
    box-sizing: border-box;
    color: #012462;
    display: block;
    font-family: "Sansita One";
    font-size: 17px;
    font-weight: 300;
    height: 70px;
    line-height: 70px;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
}
h1, h2, h3, h4, h5, h6 {
    color: #012462;
    font-family: "Sansita One";
    font-weight: 200;
    margin: 0 0 15px;
    text-transform: uppercase;
}
.uk-nav-navbar > li > a {
    color: #012462;
}
.tm-navbar {
    padding: 0 40px;
    position: relative;
    z-index: 999;
    -webkit-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
-moz-box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
box-shadow: 0px 3px 6px 0px rgba(0,0,0,0.35);
}