/* Enter Your Custom CSS Here */
.site-header{background:#06827D;}
#secondary aside.widget_text:nth-child(odd){background:#CDE6E5; color:#000}
#secondary aside.widget_text:nth-child(even) {background:#fff; color:#000}
#secondary .front-widgets aside{margin-bottom: 30px }
h1.site-title,h1.site-title a{color:#fff; font-weight:normal}
h1, h2, h3, h4, h5, h6, .widget-title{font-family:"Droid Sans", Arial, sans-serif}
.site-content a {text-decoration: underline!important; color: #06827D!important}
.site-content a:hover {text-decoration: none!important}

.footer-widgets a {color:white!important}


/*EPSRC logo*/
.display-header-text .site-image 
{
	background-image: url("/files/2018/05/epsrc-logo-110h.png");
	background-repeat: no-repeat, repeat;
	background-position: top right}
@media screen and (max-width: 600px) {
.display-header-text .site-image 
{padding-top: 100px;
background-position: -25px 0;
}

}