:root {

	--bkg:#fafaf9;

	--rust_old:#a33800;
	--rust:#FF6F00;
	--char:#1c1b1b;

	--heroshade:34,107,116;

	--hover:#FF9900;
	--orange:#dc833d;

}

body,html {
	margin:0;
	height:100%;
	width:100%;
	scroll-padding-top:200px;
}
body {
	background-color:var(--bkg);
	padding:0;
	font:16px Montserrat,Arial,sans-serif;
}
* {
	box-sizing: border-box;
	transition: font-size .25s;
}
a, img {
	outline:none;
}

nav {
	background-color:rgba(27,87,141,0.3);
	position:fixed;
	z-index:5;
	top:0;
	left:0;
	width:100%;
	backdrop-filter: blur(10px);
	padding:15px 20px;
	display:flex;
	justify-content:space-between;
	align-items:center;
	flex-flow:row nowrap;
	/*border-bottom:1px solid white;*/
	position:fixed;
	top:0;
	left:0;
	width:100%;
}

nav ul {
	max-width:1920px;
	margin:0 auto;

	list-style:none;
	display:flex;
	justify-content:flex-end;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	width:100%;
}

nav ul li:first-child {
	flex:1 1 100%;
}

nav ul li {
	margin-right:2em;
	white-space: nowrap;
}

nav ul li.head_social {
	margin-right:0;
	flex:0 0 2em;
}

nav ul a {
	font-size:1.125em;
	text-decoration:none;
	text-transform: uppercase;
	color:white;
	font-weight:300;
	transition: color .25s;
}

nav ul a svg {
	width:100%;
	height:auto;
	max-width:20px;
}

nav ul a svg path {
	transition: fill .25s;
}

nav ul a:hover {
	color:var(--hover);

}

nav ul a:hover svg path {
	fill:var(--hover) !important;
}

.nav_logo {
	width:100%;
	height:auto;
	max-width:200px;
	display:block;
}

header {
	width:100%;
	max-width:1920px;
	margin:0 auto;
	position:relative;
}

.hero_shade {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:50%;
	background: linear-gradient(0deg,rgba(var(--heroshade),0) 0%, rgba(var(--heroshade), .5) 100%);
}

.hero_logo {
	position:absolute;
	top:8%;
	left:0;
	width:100%;
	height:auto;
	max-width:600px;
}


header video {
	width:100%;
	height:auto;
	max-width:1920px;
}

.hero_statement {
	position:absolute;
	bottom:0;
	xleft:50px;
	xright:50px;
	width:100%;
	max-width:9700px;

	padding:40px 20px;

	background-color:rgba(27,87,141,0.5);
	backdrop-filter: blur(10px);

	font-size:1.5em;
	letter-spacing:.025em;
	line-height:1.5em;

	color:white;
	text-align:center;

	xborder-radius:10px;

	xborder-top-left-radius:500px;
	xborder-bottom-left-radius:500px;


	min-width:1100px;
}


.content {
	max-width:1920px;
	margin:0 auto;
}

.genpad {
	padding-left:20px;
	padding-right:20px;
}

.superpad {
	padding-top:80px;
	padding-bottom:80px;
}

.content h1 {
	font-size:3em;
	font-weight: 300;
	margin:0;
}

.content h2 {
	font-size:1.5em;
	font-weight: 600;
	margin:0;
}

.content h3 {
	font-size:1.25em;
	font-weight: 600;
	margin:0;
	color:var(--orange);
}


.content p {
	font-size:1.125em;
	font-weight:400;
	line-height: 1.5em;
	letter-spacing:.04em;
}

.flexblock_left_content {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;

	max-width:1100px;
	margin:0 auto;
}

.flexblock_left_content>div {
	xoutline:1px solid red;
}

.flexblock_left_content>div:first-child {
	flex:0 0 60%;
	padding-right:50px;
}

.flexblock_left_content>div:last-child{
	flex:0 0 40%;
	padding:15px;
}


.flexblock_right_content {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;

	max-width:1100px;
	margin:0 auto;
}

.flexblock_right_content>div {
	xoutline:1px solid red;
}

.flexblock_right_content>div:first-child {
	flex:0 0 40%;
	padding:15px;
	padding-right:50px;
}

.flexblock_right_content>div:last-child{
	flex:0 0 60%;

	padding-left:50px;
}

.mini_flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.mini_flex>div:first-child {
	flex:0 0 150px;
}


.little_logo {
	display:block;
	width:100%;
	height:auto;
	max-width:100px;
	margin:0 auto;
}






.half_w_img {
	width:100%;
	height:auto;
	max-width:800px;
	display:block;

	-webkit-box-shadow: 0px 0px 0px 25px var(--bkg); 
	box-shadow: 0px 0px 0px 25px var(--bkg);
}

.boink {
	transition: transform .25s, opacity .15s, box-shadow 1.25s;
}
.preboink_small {
	transform:scale(.75);
	opacity:0;
		-webkit-box-shadow: 0px 0px 0px 50px var(--bkg); 
	box-shadow: 0px 0px 0px 50px var(--bkg);
}

.blue_block {
	background-color:rgba(27,87,141,1);
	color:white;
}


.watermark {
	background-image: url(img/oz_watermark.webp);
	background-repeat: no-repeat;
	background-position: center left;
}

.size_restrict {
	max-width:1100px;
	margin:0 auto;
}

.hero_sub {
	width:100%;
	max-width:1920px;
	margin:0 auto;
}


.hero_sub img{
	width:100%;
	max-width:1920px;
	margin:0 auto;
}









footer {
	padding:120px 40px;
}

footer section {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
}

.foot_logo {
	width:100%;
	height:auto;
	max-width:300px;
}

footer address {
	margin:0;
	padding:0;
}

footer address p {
	margin:0 0 .25em 0;
	padding:0;
	font-style:normal;
	font-size:1.125em;
	font-weight:500;
}


.overlaps {
	margin-top:40px;
	font-size:1.25em;
}

.overlaps>div {
	
	position:relative;

}


.overlaps>div:nth-child(1){
	xbackground-color:#CCC;
}

.overlaps>div:nth-child(2){
	xbackground-color:#DDD;

}

.overlaps>div:nth-child(3){
	xbackground-color:#EEE;
}

.vertical_color_bar {
	color:white;
	background-color:blue;
}

.address_bar {
	margin-top:40px;
}

.address_bar  address {
	margin:20px 0 0 0;
	padding:0;
}

.address_bar  address p {
	margin:0 0 0 0;
	padding:0;
	font-style:normal;
	font-size:1.125em;
	font-weight:500;
}

.contact_form {
	max-width:500px;
	margin:60px auto;
}

.contact_form input[type='text'],
.contact_form textarea {
	font-size:1.5em;
	padding:5px;
	width:100%;
	margin-bottom:10px;
}

.contact_form textarea {
	height:6em;
}

.contact_form input[type='button'] {
	width:100%;
	padding:5px;
	text-align:center;
	font-size:1.5em;
}

.grey_block {
	background-color:#d9e0e7;
}

.inquiries {
	margin:0;
	padding:40px 20px;
	text-align:center;
}

.inquiries h2 {
	font-size:2em;
	font-weight:400;
	margin:0;
}

.inquiries p {
	font-size:2em;
	font-weight:700;
	margin:0;
}


.selected_investments {
	max-width:1920px;
	margin:0 auto;
	padding:80px 20px 120px 20px;
	background-color:#f2f2f2;
}

.investment_flex {
	display:flex;
	justify-content:space-between;
	align-items:center;
	align-content:flex-start;
	flex-flow:row nowrap;
	margin-top:40px;
}


.selected_investments h2 {
	margin:0;
	text-align:center;
	font-weight:400;
	font-size:2em;
}


.investment_flex>div {
	flex:1 1 25%;
	border:10px solid #f2f2f2;
	height:350px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	background-size:cover;
	background-position: center center;
	
}

.investment_flex>div {
	flex:1 1 100%;
}

.investment_flex h3 {
	font-size:1.35rem;

	background: linear-gradient(0deg,rgba(0,0,0,0) 0%, rgba(0,0,0,.7) 100%);
	padding:20px;
	color:white;
}



.investment_flex>div h3,p {
	width:100%;
}

.investment_flex>div p {
	margin:0;
	color:white;
	padding:20px;
	background: linear-gradient(180deg,rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .75) 100%);
}

.investment_flex>div:nth-child(1) {
	background-image:url(img/block_fairburn.webp);
}
.investment_flex>div:nth-child(2) {
	background-image:url(img/block_union.webp);
}
.investment_flex>div:nth-child(3) {
	background-image:url(img/block_ep.webp);
}
.investment_flex>div:nth-child(4) {
	background-image:url(img/block_multifam.webp);
}