 
body.page-template.page-template-page-vc {
    min-height: 100vh; 
}

#page {
	padding-top: 0;
}

section.vc-page {
    position: relative;
    min-height: 100vh;
    padding-top: 60px;
}

.vc-content {
	position: relative;
	z-index: 5;
}

p.ceo {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px; 
	color: #E3C050;	
	margin:30px 0 20px 0;
}

.vc-page h1 {
	font-family: Playfair Display;
	font-style: normal;
	font-weight: 900;
	font-size: 40px;
	line-height: 45px; 
	color: #FFFFFF;	
	margin-bottom: 35px;
}

.vc-page p.about-ceo {
	font-family: Roboto;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 36px; 
	color: #C1C1C1;
}

.site-footer {
    padding: 70px 0 40px 0;
    background-color: #000;
    color: #c0c0c0;
    position: relative;
    width: 100%; 
}

.site-info {
    padding-left: 100px;
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 18px;
    color: #E3C050;
    position: relative;
    bottom: 50px;
    position: absolute;
}

#vc-social a {
    border: 0px solid #716028;
    background: #373737;
    border-radius: 5px;
}

div#vc-social {
    margin: 30px 0;
}

.footer-bg {
    padding: 130px 0;
    position: absolute;
    bottom: 0;
    width: 100%;
}

 
 