/*your custom style goes in this file*/
/*if you're overriding style blocks from genstyle.css, you only need to include the attributes you're overriding, not the whole block*/

/*Change number of columns for Feature 2 block*/
.one.col {
    column-count: 1;
}

/*Change bullet style for More Features section on homepage*/
.fancy_list li {
	background-image: none;
}

/*Change font sizes and colours on homepage.*/

.tblock-dark a, .tblock-dark a:link, .tblock-dark a:visited, .tblock a, .tblock a:link, .tblock a:visited, .entry-title {
	color: #639c9c;
}

.entry-content {
	color: #e0ebeb;
}

.tsubtitle {
	color: #293d3d;
}

.tblock h2, .tfooter h2, .linkcol h2 {
	color: #e79965;
}

.theader h1, .other-feathres h2 {
	color: #9a4c18;
}

a:link, a:active, div.icons a {
    color: #e0ebeb;
}

.entry-content, .mainsection {
    font-family: 'Montserrat';
}

a.visited {
	color: #639c9c;
}

#big-block-1.tblock {
    background-color: #e0ebeb;
}
#big-block-3.tblock {
	background-color: #293d3d;
	color: #e0ebeb;
}

.homebody, .theader {
	background-color: #e0ebeb;
}

#big-block-2.tblock-dark {
	background-color: #293d3d;
}

#tfooter {
	background-color: #e0ebeb;
}

/*Updating top nav menu.*/
#tmenu ul li a {
	color: #293d3d;
	font-weight: 800;
}

#tmenu a:hover {
	color: #639c9c;
}

/*Adding hover effect to content links*/
.entry-content a:hover, div.one-col a:hover {
	color:#e0ebeb;
}

/*Footer and Subfooter Customizations*/
#tfooter {
	color: #9a4c18;
}

#tfooter a, #tfooter a:link, #tfooter a:visited {
	color: #639c9c;
}

#tfooter a:hover {
	color: #293d3d;
}

#subfooter p, #subfooter a {
	color: #293d3d;
}

#subfooter a:hover {
	color: #639c9c;
}

/*Maintenance Mode Banner*/
.fieldnameback, .bar, .page, .LB_closeAjaxWindow, .tablesaw-cell-label {
    background-color: #293d3d;
    color: #e0ebeb;
}

/* header: heading text */
.header, .plainheader {
	color: #9a4c18;
}



/* COLOURS FOR DATA PAGES*/
.databack, .reportcol li:hover {
	background-color: #fcf0e9;
}

div.innercontainer, ul.tngdd .langmenu, ul.tngdd .stubmenu, ul.tngdd .menulink {
    background-color: #293d3d;
	color: #e0ebeb;
}

ul.tngdd .menulink:hover, ul.tngdd .menuhover {
	background: #639c9c 
}

#tngcontent {
	background-color: #fcf0e9;
}

/* link: normal links, active: links in use */
a:link, a:active, div.icons a {
	color : #639c9c;
}