/*
 Theme Name:   Flat Ensembl
 Theme URI:
 Description:  Flat Child Theme for Ensembl
 Author:       Anne Lyle
 Author URI:   http://www.ensembl.org
 Template:     flat
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:
 Text Domain:  flat-ensembl
*/

body {
	background-color: #7b8baf;
}

a {
	color: #697ec9;
}

a:visited {
	color: #33478c;
}

a:hover {
	color: #cc3600;
}

#masthead .site-description {
	font-family: Roboto;
	font-size:95%;
	margin-left: 30px;
	margin-right: 30px;
}

#masthead .site-title {
	font-family: Roboto!important;
	font-size: 3rem;
	font-weight:bold;
}

#masthead .site-title img {
	padding-right:4px;
	padding-bottom: 6px;
}

h3 {
	clear: both;
}

#secondary h1, #secondary h2, #secondary h3, #secondary h4, #secondary h5, #secondary h6 {
	color: #aaa;
}

#content h2.entry-title {
	font-size: 36px;
}

.single .post-navigation {
	background-color: #7b8baf;
}

.btn-default {
	background-color: #7b8baf;
	border: none;
	border-radius: 8px;
}

.pagination .page-numbers {
	background-color: #7b8baf;
	border-color: #7b8baf;
}

.pagination .page-numbers:hover {
	background-color: #336;
}
