/*CSS for the contact HTML*/
#mapp
{
	float: left;
	height: 50vh;
  margin-bottom: 10px;
  margin-top: 17px;
	margin-right: 10px;
  width: 62%;

}

#info
{
    padding-left: 10px;
    padding-bottom: 30px;
}

@media screen and (max-width: 510px)
{
  #mapp
	{
		width: 100%;
		clear: both;
	}

	#address
	{
		margin-top: 0px;
	}
}
