/* Copyright (C) YOOtheme GmbH, http://www.gnu.org/licenses/gpl.html GNU/GPL */

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

a, .uk-link {
color: #006938;
text-decoration: none;
cursor: pointer;
}

.tm-headerbar.uk-text-center { text-align: left !important; }  

.tm-headerbar .uk-panel { float: left; }  
.tm-headerbar .uk-panel + .uk-panel { float: right; } 

.uk-navbar-nav > li.uk-active > a {
background-color: #006938;
color: #ffffff;
border-right: 0px solid #006938;
}

body {
border-top: 5px solid #006938;
background-image: url("http://www.donegalgranite.ie/images/background/topteaser.jpg");
background-size: 100%; /* size the background image at 100% like any responsive img tag */
background-position: top center;
background-repeat:no-repeat;
}

.tm-toolbar .uk-subnav > li > a {
color: #006938;
}

.uk-navbar-nav > li > a {
display: block;
background-color: #788e99;
-moz-box-sizing: border-box;
box-sizing: border-box;
text-decoration: none;
height: 60px;
padding: 0 0px;
line-height: 60px;
color: #FFFFFF;
font-size: 18px;
font-family: 'Lato';
font-weight: 300;
text-align: center;
border-right: 0px solid #f2f2f2;
border-left: 0px solid #ffffff;
}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: #ffffff;
  /* 3 */
  outline: none;
  background: #006938;
  color: #ffffff;
  border-right: 0px solid #f2f2f2;
}

.tm-block {
padding: 40px;
padding-top: 10px;
padding-bottom: 10px;
}

.tm-footer {
margin-top: 10px;
background: #ffffff;
}

.tm-toolbar .uk-subnav > li > a {
color: #006938;
font-size: 16px;
}

.uk-nav-side > li > a {
color: #006938;
box-shadow: 0 1px 0 0 rgba(171, 171, 171, 0.1);
-webkit-transition: all 0.3s;
transition: all 0.3s;
}