@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed&display=swap');	
body { font-family: 'Open+Sans+Condensed', sans-serif; }
body { background-color:#ffffff; }	
.navbar.navbar-default { background-color:#7cdcff; }		
#header, #header-blocks { background-color:#ffffff; }	
.top_column_wrapper, #columns { background-color:#ffffff; }
#footer { background-color:#121212; }
#footer, #copyright-footer { color:#c8c8c8; }
#footer .footer-title, #footer .title_block { color:#ffffff; }
#footer a { color:#c8c8c8; }
#footer a:hover { color:#7cdcff; }
#slogan { background: #ffffff}#slogan p { color: #333333; padding: 5px 15px 7px;	margin-bottom: 0px; text-align: center;font-weight: 100;}
#hometext { text-align: center; padding: 15px; margin: 30px 0 20px; font-size: 150%; }
/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9999;
	background: #fff;
}

.sticky::before {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 84px;
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 130px;
}
