/*styles for blue customizer color scheme
#fff= white, #000 =black,  #1d264d=dark blue, #ccc=light grey, #283469= slightly lighter dark blue , #1a6c68= aqua/greenish blue*/
.site-header, 
.site-footer, 
.site-footer a, 
.site-footer .widget-title, 
#sidebar-header .widget, 
h1.site-title, 
.site-title a, 
.site-description,
.main-navigation a {
	color: #fff;
}

.site-header, 
.site-footer {
	background-color: #1d264d;
}

a {
	color: #1d264d;
}
  
a:hover,
a:focus,
a:active {
	color: #727272;
}

.site-footer a:hover,
.site-footer a:focus,
.site-footer a:active {
	color: #ccc;
}

.main-navigation a:hover,
.main-navigation a:focus,
.main-navigation a:active {
	color:#fff;
	background-color: #283469;
}

.widget-title,
.page-title,
.entry-title a,
.entry-title,
.page-title {
	color: #1d264d;
}

.comment-metadata,
.comment-metadata p,
.posted-on,
.entry-date,
.comment-reply-title {
	color: #1a6c68;
}

@media screen and (max-width: 1025px) {
	.main-navigation a {
		background-color: #fff;
		color: #000;
	}
}