.contact-main-content-wrapper-border {
	clip-path: polygon(100% 0, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 0);
	/*background-color: #be0000; This is for the contact border color*/
	height: 750px;
	position: relative;
	margin-top: -300px;
	z-index: 94;
}
.contact-main-content-wrapper {
    position: relative;
	background-color: white;
	height: 99.5%;
	width: 100%;
	margin: 0 auto;
	clip-path: polygon(100% 0, 100% 95%, 95% 100%, 5% 100%, 0 95%, 0 0);
	z-index: 95;
}

.contact-main-content {
	position: relative;
	padding-top: 350px;
	text-align: center;
	z-index: 100;
}
.contact-main-content h2 {
	font-family: 'Raleway', sans-serif;
    font-size: 80px;
    color: white;
    text-shadow: 2px 3px 5px #000000;
	text-transform: uppercase;
	padding: 10px 20px;
	background-color: red;
}

.contact-info {
	width: 69.5%;
	display: inline-block;
	float: left;
	margin-left: 10.5%;
}

.contact-logo {
	position: absolute;
	right: 15%;
	margin-top: 10px;
	width: 10%;
	display: inline-block;
}

.contact-logo img{
	width: 180px;
	float: right;
}
.contact-info a {
	font-family: 'Heebo', sans-serif;
	font-size: 30px;
	color: #3d3d3d;
	text-decoration: none;
	cursor: pointer;
	margin-top: 10px;

}

.contact-info a i {
	margin-right: 10%;
}

.icon {
	width: 5%;
	float: left;
}

.icon i {
	float: right;
	padding-top: 7px;
}

.icon-text {
	width: 92.5%;
	float: left;
	text-align: left;
	margin-left: 2.5%;
}
