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

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

/* Mobile Button */
.uk-navbar-toggle {
    background: url(http://www.flexappealtrainer.com/templates/yoo_uniq/less/uikit/images/bakery/icon-toggler.svg) no-repeat 50% !important;
}

/* Page Background Color */  
.tm-page {
      background: #f2f2f2;
}

/* Top Background Color */
.tm-headerbar-background {
   background: url(http://nathanfincher.com/FA01/images/images/misc/Top-Banner-02.jpg) 0 50% no-repeat transparent;  
background-size: cover;
    background-color: #FFFFFF;
}

/* Basic background and text colour of the navbar: */  
.uk-navbar {  
background: none #FFFFFF;  
color: #4f4f4f;  
}

/* Background and text colour of the menu items on hover, click, and while open: */  
.uk-navbar .uk-navbar-nav > li:hover > a,  
.tm-navbar .uk-navbar-nav > li > a:focus,  
.tm-navbar .uk-navbar-nav > li.uk-open > a{    
background-color: #F2F2F2;  
color: #AF473C;    
}

/* MENU TEXT COLOR!! */  
.uk-navbar-nav > li > a {
    color: #4f4f4f;
}

/* Main Menu Active Text Color and BG color */  
.uk-navbar-nav > li.uk-active > a {
    background-color: #FFFFFF;
    color: #AF473C;
  font-weight: bold;
}

/* HOVER ICON COLOR */ 
.tm-icon-plus, .tm-icon-arrow {
    background: #AF473C;
}

/* OVERALL FONT SIZE INCREASE */ 
body {
  font-size: 16px;
  line-height: 22px;
}
/* END OVERALL FONT SIZE INCREASE */ 

.removemargin01 {
  margin-bottom: -50px !important;
}

/* MOBILE MENU BACKGROUND COLOR */ 
.uk-offcanvas-bar {
    background: #FFFFFF;
}

/* footer */ 
.tm-footer {
    background: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* LINK COLOR */ 
a, .uk-link {
    color: #AF473C;
    text-decoration: none;
    cursor: pointer;
}

em {
    color: #AF473C;
}

/*   .tm-headerbar-default {   */
/*       padding-bottom: 0px !important;   */
