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

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


.uk-navbar {
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.49), 0 2px 3px rgba(0, 0, 0, 0.04);
background: #111111 url("/images/backdrop.png") repeat scroll 0 0;
}

h4, .uk-h4, h5, .uk-h5 {
    letter-spacing: 2px;
}

.uk-nav-navbar > li > a {
     font-family: "Montserrat",Helvetica,Arial,sans-serif;
    font-size: 11pt;
    font-weight: bold;
    height: 70px;
    letter-spacing: 2px;
    line-height: 100px;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
color:#fff;

   
}

.uk-dropdown-navbar .uk-nav-navbar > li.uk-active > a {
    background: #FF0000 none repeat scroll 0 0;
    color: #ffffff;
}

.uk-nav-navbar > li > a:hover, .uk-nav-navbar > li > a:focus {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #FF0000;
    outline: medium none;
}

.tm-block-footer {
    background: #800305;
}

.burgandy {
background-color:#800305!important;
}

H1 { 
text-transform:uppercase!important;
}