@charset "utf-8";
/* =======================================================================
This CSS file contains custom styles that overwrite the default Bootstrap
styles.
======================================================================= */

/* -----------------------------------------------------------------------
	DEFAULT HTML ELEMENTS
----------------------------------------------------------------------- */

body {
	/* Start the page content lower down to accomodate the fixed nav bar */
	padding-top: 50px;
	background-color: #2a2a2e;
}

/* Alter standard paragraph text */
p {
	color: #aaa;
}

/* Set the default font family and colour for the headings */
h1, h1.site-title, h2, h3, h4, h5, h6 {
	color: #00ca98;
	font-family: 'Open Sans Condensed', sans-serif;
}

h2 {
	margin-bottom: 20px;
}

/* General anchour tag styles */
a {
	color: #ffffff;
}

a:hover, a:active {
	color: #89edd5;
	text-decoration: none;
}

/* -----------------------------------------------------------------------
	ALTERED CLASSES
----------------------------------------------------------------------- */

/* Ensures the "jumbotron" class has no background colour */
.jumbotron {
	background-color: transparent;
	margin-bottom: 0px;
}

/* -----------------------------------------------------------------------
	NEW CLASSES
----------------------------------------------------------------------- */

/* Adds the background image to the home page "call to action" section */
.theme-homepage-background-image {
	background-image: url(../images/main-banner.jpg);
}

/* Used to centre-align content */
.theme-align-centre {
	text-align: center;
}

/* Styles the section of the homepage explaining what SDS is */
.theme-homepage-what-is-seven-deadly-spins {
	background-color: #414145;
	padding-top: 40px;
	padding-bottom: 50px;
}

/* General footer styles */
.footer {
	background-color: #414145;
	margin-top: 30px;
}

/* Footer sitemap links */
.theme-footer-extra-detail {
	display: none;
}
a:hover > .theme-footer-extra-detail {
	display: inherit;
}
