/* Enter Your Custom CSS Here */
.site-top-nav {
	position: fixed;
    width: 100%;
    background: white;
    padding: 10px;
    z-index: 999;
}
.top-nav-inner {
	width:1120px;
	max-width:100%;
	margin:0 auto;
}

.site-title {
	display: none;
}


h1, h2,h3,h4,h5,h6 {
	font-family: "PT Sans"!important;
}

.blue-text {
	color: #007B9B!important;
}