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



/* ========================================================================

   Use this file to add custom CSS easily

 ========================================================================== */





/* bakcground image et al ------------- */

html {

  background: none;

}

body {

  background: #6C9A4F ; 

  background-image: url("../../../images/bkgrd_gradient_4.jpg"); 

  background-size: cover;

/* background-image: url("../images/background/green_bg.jpg");*/

}

/* Large screen and bigger */

@media (min-width: 1220px) {

  body {

    background: #6C9A4F url("../../../images/bkgrd_gradient_4.jpg") 50% 0 fixed;

    background-size: cover;

  }

}

/* trying to change the bkgrd of the error page ---- */

.uk-height-1-1, html.tm-error {

  background-image: url("../../../images/bkgrd_gradient_4.jpg"); 

}







/* title of articles ---------------- */

.uk-article-title {

font-size: 28px;

line-height: 30px;

}



/* the text selection colour ---------------- */

::selection {

background: #73943d;

}





/* the menu bar itself ---------------- */

.uk-sticky-placeholder {

  height: 60px !important;

  padding-top: 30px;

}



.tm-navbar, .uk-navbar, .uk-navbar-nav, .uk-hidden-small, .uk-parent, .uk-navbar-nav > li > a {

  height: 50px !important;

  line-height: 50px !important; 

}

[data-uk-sticky].uk-active.tm-navbar {
background-color: rgba(115, 165, 96, 0.85);
}
tm-navbar uk-navbar uk-active {
background-color: rgba(115, 165, 96, 0.85);
}


/* the bar containing the top logo ---------------- */

.tm-headerbar {

  margin-top: 24px;

  margin-bottom: 30px;

}



/* the menu dropdowns ---------------- 

NOTE: the margintop is the space between the menu bar, and top of the dropdown */



.uk-dropdown {

  padding-top:10px;

  padding-bottom:10px;

  margin-top:10px;

  padding-right:10px !important;

}

li,dt,dd {

  line-height: 20px;

}



/*  all headings and links ------------- */

h1, h2, h3, h4, h5, h6{

  color:#996633;

  font-weight: bold;

}

/*

h1 {

  font-family:"Times New Roman, serif";

}



a:link, .uk-link {

  color:#996633;

}*/

/* text all dark grey */

p {

  color:#424242;

}

/* print & email icons --------- */
.icon-envelope {
	color: #699652;
	padding-left: 18px;
	padding-right: 4px;
}
.icon-print {
	color: #699652;
	padding-right: 4px;
}

a .uk-link {
   	color: #699652;
}


/* error landing page ---------- */

.uk-height-1-1 .tm-error {

  background-image: url("../images/background/green_bg.jpg");

}



/* banner remove white space ---------- */

.uk-panel-box {

  padding:8px;

    background: #89af70;

}



/* footer ------------------- */

.tm-footer {

  padding-top: 12px;

  padding-bottom:12px;

}



.tm-totop-scroller {

  top:10px;

}



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

/*

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

a.tm-footer:hover {color:#333333;}

*/



