.site-content-contain {
	background-image: url(http://www.anadasilva.net/wp-content/uploads/2018/05/BLUE_LandR_2735-crp2000x1200nshrp10q.jpg);
}


.navigation-top {
  background: #f0ea34; /* alt efe939 */
	/* background-image: url(http://www.naimad.co.uk/ads/wp-content/uploads/2018/05/INNER_2695-crp2000x1200nshrp10q.jpg); */
    border-bottom: 1px solid #ffa600;
    border-top: 1px solid #fff;
}
/* e69400 ecb828 ffa600 f29d00 */

.has-header-image .custom-header-media img {
	padding-bottom: 0px;
}


.site-title, body.has-header-image .site-title a {
	font-weight: 400;
	color: #ffffff;
	text-transform:none;
}


/* for pages/posts /
.site-content {
	padding: 4em 0 0;
}
/ for home page /
.panel-content .wrap {
		padding-top: 4em;
	}
*/

/*
.menu-item {
	font-family: 'Covered By Your Grace', cursive;
	font-size: 1rem;
}
*/

.entry-content a img,
.comment-content a img,
.widget a img {
	-webkit-box-shadow: 0 0 0 0px #fff;
	box-shadow: 0 0 0 0px #fff;
}

.widget ul li a,
.site-footer .widget-area ul li a,
.site-footer .widget-area ul li a  {
	-webkit-box-shadow: 0 0 0 0px #fff;
	box-shadow: 0 0 0 0px #fff;
}

body {
	background-color: #004dc0;
	color: #ffffff;
}

a, h2.widget-title {
	color: #ffffff;
}

/* link hover colours */
.entry-content a,
.entry-summary a,
.comment-content a,
.widget a,
.site-footer .widget-area a,
.posts-navigation a,
.widget_authors a strong {
	-webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
	box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 1);
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #fff;
}
	
.entry-content a:focus,
.entry-content a:hover,
.entry-summary a:focus,
.entry-summary a:hover,
.comment-content a:focus,
.comment-content a:hover,
.widget a:focus,
.widget a:hover,
.site-footer .widget-area a:focus,
.site-footer .widget-area a:hover,
.posts-navigation a:focus,
.posts-navigation a:hover,
.comment-metadata a:focus,
.comment-metadata a:hover,
.comment-metadata a.comment-edit-link:focus,
.comment-metadata a.comment-edit-link:hover,
.comment-reply-link:focus,
.comment-reply-link:hover,
.widget_authors a:focus strong,
.widget_authors a:hover strong,
.entry-title a:focus,
.entry-title a:hover,
.entry-meta a:focus,
.entry-meta a:hover,
.page-links a:focus .page-number,
.page-links a:hover .page-number,
.entry-footer a:focus,
.entry-footer a:hover,
.entry-footer .cat-links a:focus,
.entry-footer .cat-links a:hover,
.entry-footer .tags-links a:focus,
.entry-footer .tags-links a:hover,
.post-navigation a:focus,
.post-navigation a:hover,
.pagination a:not(.prev):not(.next):focus,
.pagination a:not(.prev):not(.next):hover,
.comments-pagination a:not(.prev):not(.next):focus,
.comments-pagination a:not(.prev):not(.next):hover,
.logged-in-as a:focus,
.logged-in-as a:hover,
a:focus .nav-title,
a:hover .nav-title,
.edit-link a:focus,
.edit-link a:hover,
.site-info a:focus,
.site-info a:hover,
.widget .widget-title a:focus,
.widget .widget-title a:hover,
.widget ul li a:focus,
.widget ul li a:hover {
	color: #f0ea34;
	-webkit-box-shadow: inset 0 0 0 rgba(240, 234, 52, 0), 0 3px 0 rgba(240, 234, 52, 1);
	box-shadow: inset 0 0 0 rgba(240, 234, 52, 0), 0 3px 0 rgba(240, 234, 52, 1);
}
/* end link hover colours */


/*
.navigation-top .wrap {
    padding: 0em 2em;
}*/

/*
.navigation-top {
    background: #000;
}*/

/*
.navigation-top

.site-header {
	background-image: url(http://www.naimad.co.uk/ads/wp-content/uploads/2018/05/BLUE_LandR_2735-crp1309px.jpg);
}*/

/* Below - Remove fade/gradient on Header image */

.custom-header-media:before {	
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0+100 */
background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}