@font-face {
  font-family: "Outfit";
  src: url("/wp-content/uploads/Outfit.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

/* :root {
  --font-header: "Oswald", Arial, sans-serif;
  --font-step: "Merriweather", Georgia, serif;
} */

#header{
	background-color: rgba(8, 55, 112, 0.82);
	position: fixed;
	padding-bottom: 6px;
}

#header .container{
	width:84%;
}

#header img{
	height: 55px;
}

#et-info{
	width: auto;
	padding-top: 12px;
	margin-top: 2px;
    margin-right: 16px;
}

#top-navigation{
	padding-top: 18px;
}

.admin-bar #hero{
	margin-top: 77px;
}

#header .btn{
	border-radius: 16px;
	font-family: "Lato", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	padding: 6px 26px;
	margin-top: 8px;
}

#hero-text h1{
	color: #fff !important;
	/*font-size: 60px;*/
}

#hero h4{
	color: #fff !important;
	font-size:22px !important;
	font-weight: 700 !important;
	text-transform: uppercase !important;
}

#hero .btn{
	background-color: #B9DBC5;
	border-radius: 16px;
	color: #083770;
	font-size: 16px;
	font-weight: 700;
}

#who-work-with h5{
	text-transform: none;
	line-height:1.1;
	max-width: 100%;
	margin: 10px 0;
}

#small-business h4{
	text-transform: none;
}

.orange{
	font-family: "Proxima Nova";
	color: #FFAA00;
}

#hero-text{
	text-align: left;
}

#hero{
	border-bottom: 10px solid #B9DBC5;
}

#top-optionsWrap h2, #call-us h2, #testimonial h2{
	text-transform: none;
}

#top-optionsWrap h4{
	font-weight: bold;
	font-size: 32px;
	color: #083770;
}

#top-optionsWrap h2, #valuation-services h3, #hero-text h1,
#steps5Wrap h3, #about-us h2, #looking-for-a-fast h2, #who-work-with h4, #small-business h4,
#call-us h2, #testimonial h2{
	font-family: var(--font-header);
}

#who-work-with h4{
	text-transform: none;
	color: #fff !important;
	font-size: 31px;
}


#top-optionsWrap a{
	font-size: 16px !important;
	background-color: #FFAA00 !important;
	color: #083770 !important;
	border-radius: 28px !important;
}

#valuation-services h3{
	font-weight: 700;
	font-size: 42px;
	color: #fff;
}

#valuation-services p{
	margin-top: 10px;
	margin-bottom: 30px;
}

#valuation-services .et_pb_button{
	text-transform: uppercase;
}

#valuation-services p{
	color: white;
	font-weight: 600;
	font-size: 20px;
}

#steps5Wrap .et_pb_blurb_container h4{
	font-weight: 700 !important;
	font-size: 22px !important;
	text-transform: uppercase !important;
	color: #B9DBC5 !important;
	border-bottom: 1px #B9DBC5 dashed;
	font-family: var(--font-step);
}

#about-us h2{
	text-transform: none !important;
	font-weight: 700;
	color: #083770;
}

#about-us .btn{
	color: #fff;
	background-color: #002AAF;
}

#looking-for-a-fast h2{
	font-family: var(--font-header);
	text-transform: none !important;
}

#call-us h5{
	margin: 40px 0 15px 0;
}

.btn{
	border-radius: 25px !important;
	background-color: #FFAA00;
	color: #083770;
}
a.big-button.bigblue {
	background: #3550a0;
	color: #eeba29 !important;
	border: 1px solid #3550a0;
	border-radius: 2em;
	text-shadow: none;
	transition: all .2s ease-out;
}
	a.big-button.bigblue:hover {
		background: #eeba29;
		color: #3550a0 !important;
	}
.single h1.entry-title {
	font-size: 48px;
}
h2{
	font-size: 44px;
}

.widget_recent_entries, .wp-block-latest-posts, .widget_archive{
    display: none !important;
}