body{
	background:#fff;
}

#promo-cover{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	width:100%;
	height:70%;
	z-index:-1;

	background:url('../images/cover-bg.jpg') center center no-repeat;
	background-size:cover;
}

.media-body span{
	line-height:25px;
	font-size:14px;
	padding:5px;
}

#first-heading{
	font-size:60px;
	color:#fff;
	display:block;
}

#list-menu{
	list-style-type:none;
}

#second-heading{
	font-size:44px;
	color:#fff;
	display:block;
}

#heading{
	display:flex;
	justify-content:center;
	align-content:center;
	flex-direction:column;
}

#cover-bg{
    width:100%;
    height:400px;
    max-height:400px;
    overflow:hidden;

	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}

.ui-divider{
	height:1px;
	width:100%;
	background:#eee;
}

#footer-contact{
	display:flex;
	align-items:center;
	justify-content:center;
}

#footer-contact a{
	margin:0 10px;
}