footer {
    background-color: #DB4437; /* theme color  ANOTHER!!! */
	min-height: 250px;
	font-family: Roboto;
}

footer a {
	color: #ffffff;
}

footer a:hover {
	color: #80CBC4;
	text-decoration: none;
}

footer p {
	color: #ffffff;	
	margin: 0;
}

footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.footer-container {
	width: 1280px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}


.footer-col-1 {
	width: 20%
}

.footer-col-2 {
	width: 20%
}

.footer-col-3 {
	width: 20%
}

.footer-col-4 {
	width: 40%
}

.footer-smallsize {
	font-size: 12px;
}

.footer-heading {
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	font-size: 24px;
	line-height: 37px;
}

.footer-heading-border {
	display: block;
    margin-top: 0.5em;
    margin-left: 0px;
	margin-right: auto;
    border-style: inset;
    border-width: 1px;
    border-color: #ffffff;
    width: 75%;
}


.footer-map {
	display: flex;
	align-items: center;
	justify-content: center;
}

.map-frame {
	width: 100%;
    height: 220px;
}


.footer-column {
	margin-top: 10px;
}


@media only screen and (max-width : 720px){
	
.footer-container {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.footer-heading-border  {
	width: 60%;
	margin-left: auto;
}

	
.footer-col-1 {
	width: 100%;
}

.footer-col-2 {
	width: 100%;
}

.footer-col-3 {
	width: 100%;
}

.footer-col-4 {
	width: 100%;
	margin: 20px 0px 20px 0px;
}



}