/* Set page width */
#secondary {
	max-width: 26%;
}

#primary {
	min-width: 68%;
}

@media screen and (min-width: 75em) {
 	#secondary {
		max-width: 20%;
	}

	#primary {
		min-width: 74%;
	}
}

/* Clean header area  */
#header-area {
	display: none;
}

.home .wrap {
	margin-top: 50px!important;
}

.wrap {
	margin-left: 0px;
	margin-right: 0px;
	max-width: 100%;
}

.site-content {
	padding-top: 50px;
}

/* Hide "go down" arrow built into header area */
.site-header .menu-scroll-down {
    display: none;
}

/* Make header image the same across site */
.has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
  object-fit: initial;
	display: block;
  height: 140px;
  min-width: initial;
  min-height: initial;
}

/* Remove shading overlay from header image */
.custom-header-media:before {
    display: none;
}

/* Add border below header area */
.site-header {
    border-bottom: 4px solid rgb(219, 233, 254);
    background-color: rgb(24, 117, 187);
    position: relative;
	text-align: center;
}

/* Set menu to left of site and max width */
@media screen and (min-width: 48em) {
 .has-sidebar #secondary {
 float: left;
 }
 .has-sidebar #primary {
 float: right;
 }
 .has-sidebar:not(.error404) #primary {
 float: right;
 }
}

/* Adjust site for mobile screen*/
.has-header-image.twentyseventeen-front-page .custom-header {
	height: 140px;
}
.menu-main-navigation-container, .textwidget {
	width:300px;
}

/* Adjust site for computer screen */
@media screen and (min-width: 48em) {
	.twentyseventeen-front-page.has-header-image .custom-header-image {
	height: 140px;
	}
	 .menu-main-navigation-container {
		 width:100%;
	}
}

/* Show/Hide Address&Info Blocks */
@media screen and (min-width: 1100px) {
  #header-area {
	display: block;
	position: relative;
  float: right;
  margin-top: -140px;
	margin-right: 10px;
	z-index: 10;
	font-size: 14px;
  color: white;
	font-weight: bold;
  }
}

/* Remove page titles from page content area */
.entry-header {
  display: none;
}

/* Stylize images in content area */
.entry-content img {
   border:1px solid rgb(173, 204, 255);
	 border-radius: 4px;
}

/* Add styling to side menu */
a.easy-sidebar-menu-widget-link {
  background: linear-gradient(to right, rgb(173, 204, 255), rgb(255,255,255));
}
.widget_easy_sidebar_menu_widget li.menu-item .sub-menu {
	padding-left: 20px;
	padding-bottom: 1px
}
.widget_easy_sidebar_menu_widget li.menu-item a {
    display: block;
    padding: 8px;
    width: 100%;
}
.widget ul li, .widget ol li {
	border: none;
}

/* Stylize footer area */
.site-footer {
    border-top: 4px solid rgb(219, 233, 254);
	background: linear-gradient(to top, rgb(173, 204, 255), rgb(219, 233, 254));
}

#colophon .wrap {
	padding-top: 0px;
}

/* Locate motto */
#motto {
		display: none;
}
@media screen and (min-width: 48em) {
	 #motto {
		display: inline-block;
    position: relative;
 		left: -50px;
    }
}