showMapSection{
		display:block;
		color:darkorange;
		font-family: arial;
		font-size:5vw;
		padding:1vw;
		text-align:center;
		text-decoration:none;
		text-shadow: 0 0px 1vw #FFFFAA;
		margin:12vw 0 1vw 0;
	}
	#showMapMap{
		display:block;
		margin:0px auto 10vw auto;
    height: 80vh;
		width: 100vw;
	  max-width: none;
    border: none;
    z-index:1;
  }
	  .showMapIcon{
	    border-radius: 50%;
	    overflow: hidden;
	    background: #fff;
	    border: 0.5vw solid #fff;
	  }	

/* DESKTOP VIEW MODIFICATIONS */
@media all and (min-device-width: 640px) and (min-width: 960px) and (orientation: landscape ){
	showMapSection{
		display:block;
		color:darkorange;
		font-family: arial;
		font-size:16px;
		padding:3px;
		text-align:center;
		text-decoration:none;
		text-shadow: 0 0px 10px #FFFFAA;
		margin:70px 0 10px 0;
	}
	#showMapMap{
		display:block;
		margin:0px auto 20px auto;
    height: 500px;
    width: 70%;
    border: 1px solid #ccc;
    z-index:1;
  }
	  .showMapIcon{
	    border-radius: 50%;
	    overflow: hidden;
	    background: #fff;
	    border: 3px solid #fff;
	  }	

}
