/*
Theme Name: Twenty Seventeen Child
Template: twentyseventeen
*/
.has-header-image.twentyseventeen-front-page .custom-header,
.has-header-video.twentyseventeen-front-page .custom-header,
.has-header-image.home.blog .custom-header,
.has-header-video.home.blog .custom-header {
	height: 100vh;
}
main{
		background-color:rgb(0,125,250);
	color:#fff;

}
.navigation-top,
.navigation-top .sub-menu,
.navigation-top .toggled-on .menu 
{
	background-color:rgba(0, 125, 250, 0.6);
		height:60px;
}
.site-content-contain {
	background-color: rgb(255,255,255) !important;
		width:100%;
}
.site-footer{
		background-color:rgb(0,125,250);
		color:#fff;
}
.site-footer a {
    color: #fff;
		-webkit-box-shadow: inset 0 0px 0 rgb(61,147,182);
	box-shadow: inset 0 0px 0 rgb(61,147,182);
}
.site-footer .widget-title{
		color:#fff;
}

.page .panel-content .entry-title,
.page-title,
body.page:not(.twentyseventeen-front-page) .entry-title {
font-size: 30px;
font-size: 1.875rem;
font-weight: 800;
letter-spacing: 0.14em;
text-transform: uppercase;
text-align:center;
}