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

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



.uk-heading-large {
    font-size: 76px;
    line-height: 52px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 1);
}

.uk-form input:not([class*='uk-form-width-']):not([class*='uk-width-']):not([type="radio"]):not([type="checkbox"]), .uk-form select:not([class*='uk-form-width-']):not([class*='uk-width-']), .uk-form textarea:not([class*='uk-form-width-']):not([class*='uk-width-']) {
    width: auto;
   color: #ffffff;
}

.uk-article-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    text-transform: uppercase;
    color: rgb(82, 82, 82);
    letter-spacing: 2px;
}

.tm-footer a {
    color: #ffffff;
}

.uk-navbar-nav > li > a {
    display: block;
    box-sizing: border-box;
    text-decoration: none;
    height: 180px;
    padding: 0 22px;
    line-height: 180px;
    color: #000000;
    font-size: 18px;
    font-family: 'Lato';
    font-weight: normal;
    position: relative;
    text-transform: uppercase;
}

@media (max-width: 768px) {  
  .tm-navbar {  
    position: fixed;  
    width: 100%;  
    -moz-box-sizing: border-box;  
    box-sizing: border-box;  
    z-index: 2;  
  }  
}


