body {
    padding-top: 0.5rem;
    padding-bottom: 0rem;
    color: #3a3a3a;
}

footer{
position:fixed;
bottom:0px;
width:100%;	
}

.text-secondary {
    color: #a8aaab!important;
}

.logo{
	width:100%;
}

@media (max-width: 767px){
	.contact-map iframe {
		height: 350px;
	}
	.logo,iframe{
		width:100%;
	}
	
}

