/* Remove Page Title from Home Page*/
.page-id-5 .entry-title {
	display: none;
}

/* Remove Page Title from All Pages*/
header.entry-header {
	display: none;
}

/*to center content */
.entry-content, body.page-two-column #comments {
	float: none !important;
	width: 58%;
}

/*Center Footer Widget*/
.widget-area {
	display: flex;
	justify-content: space-between;
}

.has-header-video .custom-header-media video {
	max-height: 25%;
	min-height: 25%;
}

.site-branding {
	padding: ;
}

.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,.admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
	height: calc(100vh - 700px);
	padding-bottom: 10px;
}

.site-branding-text {
	padding-bottom: 10px;
}

* {
	font-family: "Yu Gothic UI Light", verdana, sans serif;
}

/* change header padding*/
.main-navigation ul {
	padding: .1em !important;
	font-size: 24px !important;
	font-family: "Yu Gothic UI Light", Verdana, Sans Serif;
	text-align: left !important;
	padding-bottom: 0 !important;
}

.top-menu {
	font-size: 1em !important;
}

.main-navigation a {
	padding-top: .1em !important;
	padding-bottom: .1em !important;
}

/* navigation menu change space between words*/
.main-navigation a:hover {
	color: #ba1d2a !important;
}

/*Menu fit on one line*/
.navigation-top .wrap {
	max-width: fit-content;
}

/* Mobile Android/IPhone */
@media screen and (max-width: 1080px) {
	.main-navigation ul {
		padding: .1em !important;
		font-size: 1.1em !important;
		font-family: "Yu Gothic UI Light", Verdana, Sans Serif;
		text-align: center !important;
		padding-bottom: 0 !important;
	}
	
	.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 {
		display: table;
		height: 150px;
		height: ;
		width: 100%;
	}
	
	.has-header-image .custom-header-media img {
		max-height: 25%;
		min-height: 25%;
	}
	
	.site-branding {
		padding: 0;
	}
	
	.site-title, site-description {
		font-size: .8em;
	}
}

/* Mobile Tablet/IPad Portrait */
@media screen and (max-width:900px) and (min-width:651px) {
	.main-navigation ul {
		padding: .1em !important;
		font-size: 1.1em !important;
		font-family: "Yu Gothic UI Light", Verdana, Sans Serif;
		text-align: center !important;
		padding-bottom: 0 !important;
	}
	
	.has-header-video .custom-header-media img {
		max-height: 25%;
		min-height: 25%;
	}
}

/* Mobile Tablet/IPad Landscape*/
@media screen and (max-width:1080px) and (min-width:991px) {
	.main-navigation ul {
		padding: .1em !important;
		font-size: 1.1em !important;
		font-family: "Yu Gothic UI Light", Verdana, Sans Serif;
		text-align: center !important;
		padding-bottom: 0 !important;
	}
	
	.has-header-video .custom-header-media img {
		max-height: 25%;
		min-height: 25%;
	}
}