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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 body {
background-image: url('../../../../../uploads/2015/02/web-background2_sm62.jpg');
background-repeat: no-repeat;
background-color: #0f75bd;
background-size: 100%;
 }
 .tm-headerbar {
 margin-top: 20px;
 margin-bottom: 30px;
 }
 
 .tm-content {
	 background-color: #ffffff;
	 padding-left: 20px;
	 padding-right: 20px;
 }
 
 /* Set an individual background and text colour for particular menu items: */  

.uk-nav-side:first-child > li:nth-child(1) > a {    
color: #fd613f;   
}  

.uk-nav-side:first-child > li:nth-child(2) > a {    
color: #299e52;
}  

.uk-nav-side:first-child > li:nth-child(3) > a {   
color: #89654d;   
}  

.uk-nav-side:first-child > li:nth-child(4) > a {     
color: #9b5273;
}

.uk-nav-side:first-child > li:nth-child(5) > a {   
color: #356482;
}

.uk-nav-side:first-child > li:nth-child(6) > a {   
color: #eca140;
}

.uk-nav-side:first-child > li:nth-child(7) > a {   
color: #299e52;
}

/* Modify the TEXT colour of the sub-menu item in the dropdown of the 2rd main menu item: */  
.tm-navbar > .uk-navbar-nav:first-child > li:nth-child(2) .uk-nav-navbar > li:nth-child(1) > a {     
color: #f2694b;     
}  
.tm-navbar > .uk-navbar-nav:first-child > li:nth-child(2) .uk-nav-navbar > li:nth-child(2) > a {     
color: #299e52;     
}  
.tm-navbar > .uk-navbar-nav:first-child > li:nth-child(2) .uk-nav-navbar > li:nth-child(3) > a {     
color: #89654d;     
}  
.tm-navbar > .uk-navbar-nav:first-child > li:nth-child(2) .uk-nav-navbar > li:nth-child(4) > a {     
color: #9b5273;     
}  
.tm-navbar > .uk-navbar-nav:first-child > li:nth-child(2) .uk-nav-navbar > li:nth-child(5) > a {     
color: #356482;     
}  
.tm-navbar > .uk-navbar-nav:first-child > li:nth-child(2) .uk-nav-navbar > li:nth-child(6) > a {     
color: #eca140;     
}
.tm-navbar > .uk-navbar-nav:first-child > li:nth-child(2) .uk-nav-navbar > li:nth-child(7) > a {     
color: #299e52;     
}