body {
    background: #fff;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    color: #575756;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    line-height: 1.2;
    position: relative;
	font-size:16px;
}
section { 
	float:left;
	width:100%;
	padding:0;
	position:relative;
	overflow:hidden;
	min-height:100vh;
}
.image-background { 
	position:absolute;
	top:0;
	left:0;
	float:left;
	width:100%;
	height:100%;
	background-image:url('../images/HOLDINGS.png');
	background-repeat:no-repeat;
	background-position:top center;
	background-size:cover;
}
.home-banner-content { 
	float:left;
	width:100%;
	font-size:48px;
	color:#fff; 
	height:100vh;
	display:flex;
	align-items:flex-start; 
	position:absolute;
	z-index:2;
	padding:20px 100px;
	flex-wrap:wrap;
} 
.home-banner-content img { 
	max-width:350px;
}
.content {
	float:left;
	width:100%;
	position:absolute;
	bottom:20%;
}
.home-banner-content h2 { 
	float:left;
	width:100%;
	font-size:2.5rem; 
	font-weight:500;
	margin:0px 0 10px;
	font-family: 'EB Garamond', serif;
}
.home-banner-content b { 
	float:left;
	width:100%;
	font-size:3.5rem; 
	font-weight:500;
	margin:0px 0 10px;
	font-family: 'EB Garamond', serif;
}
.home-banner-content span { 
	float:left;
	width:100%;
	font-size:1rem; 
	font-weight:400;
	margin:0;
	font-family: 'Open Sans', sans-serif;
}
.home-banner-content a { 
	color:#dda769;
	font-weight:700;
	text-decoration:underline;
}

@media screen and (max-width:767px) {
	.body {
		font-size:12px;
	}
	.home-banner-content {
		padding:20px 40px;
	}
	.home-banner-content h2 {
		margin:0px 0 20px;
	}
	.content {
		width:calc(100% - 80px);
	}
}