/* ====================================================

	File Name: Red Theme (red-theme.css)
	Description: Red theme for LHEI
	Author: Donny Burnside
	Author URI: http://www.donnyburnside.co.uk
	Version: 1.0.0
	License: GNU General Public License v3.0
	License URI: http://www.gnu.org/licenses/gpl.html

	LHEI - A Free Website Template by Donny Burnside
	Copyright 2020 Donny Burnside
	Distributed under the terms of the GNU GPL

	For help and support please visit http://www.donnyburnside.co.uk

   ==================================================== */

/* ====================================================
	Accent Colour (Links, buttons, borders, etc)
   ==================================================== */

/* Colour */
a,
.post .entry-title,
.author-name,
.posts-by-author-title {
	color:darkolivegreen;
}

/* Background Colour */
#masthead,
#isotope-menu,
.isotope-item a .overlay,
.project-description-title:after,
.project-details-title:after,
button,
.button,
input[type="submit"],
input[type="cancel"],
::selection {
	background-color:darkolivegreen;
}

/* Borders */
#prefooter {
	border-color:darkolivegreen;
}