@import url('reset.css');

/*---------- HELPERS ---------*/

.--spread{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

/*----------------------------*/


html{
	padding: 0;
	margin: 0;
}
body{
	font-family: 'source sans 3', sans-serif;
	padding:  0;
	margin: 0;
	font-size: 18px;
}

h1, h2, h3, h4{
	font-weight: 700;
	margin-bottom: 1.5em;
	text-transform: uppercase;
}
h1{ font-size: 24px; }
h2{ font-size: 19px; }
h3{ font-size: 18px; }
h4{ font-size: 14px; }

a{
	text-decoration: none;
	color: #222;
}
a:hover{
	text-decoration: underline;
}
p{
	max-width: 560px;
}

.wrapper{
	/*max-width: 950px;*/
	/*max-width: 1120px;*/
	/*margin: auto;*/
	/*padding-left: 220px;*/
	position: relative;
}

.header{
	width: 180px;
	padding: 130px 22px;
	position: fixed;
	/*margin-left: -220px;*/
	top: 0;
	left: 100px;
	z-index: 2;
	/*background-color: #f6f6f6;*/
}
.logo{
	width: 110px;
	/*margin-bottom: 30px;*/
	margin-bottom: 240px;

    width: 160px;
    margin: 0 -20px;
    /* margin-bottom: 30px; */
    margin-bottom: 210px;
    /*background: #fff;*/
    /*padding: 20px;*/

    background: #dfb450;
    padding: 20px;
    filter: invert(1);

}
.slogan{
	margin-bottom: 50px;
	font-weight: 100;
	font-size: 14px;
	letter-spacing: 0.09em;
}
.main-nav{
	padding: 0;
	list-style: none;
	font-weight: 300;
	margin-bottom: 40px;
}
.main-nav__item{
	padding: 0;
	margin: 0;
}
.main-nav__link{
	transition: all 0.2s;
}
.main-nav__link.active{
	/*text-decoration: underline !important;*/
	font-weight: 600;
	border-bottom: dashed 1px #204baf;
	color: #204baf;
}

.main{
	/*background-color: #fafafa;*/
	min-height: calc(100vh - 60px);
}

.section{
	position: relative;
}
.section-container{
	max-width: 1120px;
	margin: auto;
	padding-left: 220px;
	/*position: relative;*/
}
.section-content{
	padding: 40px 80px;
	position: relative;
}
.section__title {
    text-transform: none;
    font-weight: 300;
    font-size: 32px;
    border: none;
	border-bottom: dashed 1px #204baf;
}
.section--intro{
	background-color: #000;
	color: #fff;
	position: relative;
}
.section--intro:before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-attachment: fixed;
	background-size: 100%;
	/*background-image: url(https://hrzfinancingbrokers.com/wp/wp-content/uploads/elementor/thumbs/pexels-pixabay-162539-scaled-r93a32e6oyidf2hm18t7vsnb4tsyvmfznmnxqbvgxc.jpg);*/
	background-image: url(https://hrzfinancingbrokers.com/wp/wp-content/uploads/elementor/thumbs/pexels-iamloe-700974-scaled-r93a5aagtvjqtx9k2pci9qhhmkv61w96am47iul08g.jpg);
	filter: grayscale(1);
	opacity: 0.6;
}
.section--contact{
	background: #f4f4f4;
}





