.aboutSoon {
  background: #bc8b7a;
}
img {
  max-width: 100%;
}



.connectSection 
{
   padding:30px 20px;
}

.contactSection
{
	text-align:center;
}

.contactInfo h4
{
	display: inline-block;
	text-align: center;
    padding: 15px;
	color:#2b0103;
	position:relative;
}
.contactInfo h4::after
{
	content: '';
    position: absolute;
    width: 86px;
    background-color: #2b0103;
    bottom: 10px;
    height: 3px;
    left: 35%;
}
.contactInfo p
{
	font-size: 20px;
}
.contactInfo a
{
	padding-left:5px;
	font-weight:bold;
	color:#2b0103 !important;
}

.contactInfo a:hover
{
	color:#e8ad00 !important;
}
.contactForm h4
{
	display: inline-block;
	text-align: center;
    padding: 15px;
	color:#2b0103;
	position:relative;
}
.contactForm h4::after
{
	content: '';
    position: absolute;
    width: 75px;
    background-color: #2b0103;
    bottom: 10px;
    height: 3px;
    left: 27%;
	
}
.fa-envelope,.fa-phone
{
	color:#2b0103;
}


.formsubmit
{
	text-align:center;
}
.formsubmit button
{
	background-color:#2b0103;
	color:#fff !important;
}
.formsubmit button:hover
{
	background-color:#e8ad00 !important;
}
.text-danger
{
	color:#63031b !important;
	font-weight:bold !important;
}
