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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
  
  /* Footer Background Color */
  .tm-footer { background-color: #0050a3; }
  
  /* Main Menu Color: changed from #adadae to #ffffff */
  .uk-navbar-nav > li > a { color: #ffffff; }
  
  /* Main Menu 'Drop-Down' Color: changed from #adadae to #ffffff */
  .uk-nav-navbar > li > a { color: #ffffff; }
  
  /* Main Menu 'Drop-Down Active' Color: changed from #ffffff to #5cd1df */
  .uk-nav-navbar li.uk-active > a { color: #5cd1df; }
  
  /* To-Top Color: changed from #adadae to #ffffff */
  .tm-totop-scroller:before { color: #ffffff; }
  

  