section{
	background-color: #222 !important;
	background-image: url(../img/map-image.png) !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    margin-top: -20px !important;
    min-height: 720px !important;
}

.section-heading{
	font-family: "CrilleeBoldItalicPlain";
    font-size: 40px;
    color: #ffee30;
}

h1,h2,h3,h4,h5,h6{
	font-family: "CrilleeBoldItalicPlain";
	color: #ffee30;
}

#contact i{
	color: #ffee30;
	font-size: 14px;
	padding-right: 10px;
}

p,a{
	color: #ffffff;
	font-size: 14px;

}
a:hover{
	color: #ffee30;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
};