body { margin:10px;
padding: 2px;}

div, span {
	font-family: Avalon, Helvetica, Calibri, Verdana, Tahoma;
	font-size: 10pt
	color: #FFF;
}

	.map_big {
		width: 100%;
		height: 785px;
		border: 0;
	}

P {
	font-family: Avalon, Helvetica, Calibri, Verdana, Tahoma;
	font-size: 12pt
	color: #FFF;
	margin-left: 125;
	margin-right: 125;
}

img{
    max-width: 100%;
    height: auto;
    width: auto;
}

.topnav a {
    display: inline-block;
    color: #33C;
    text-align: center;
    padding: 10px 12px;
    text-decoration: none;
    font-size: 18px;
    font-family: calibri;

}

.topnav a:hover {
    background-color:#33C;
    color: #ebebeb;
}

.topnav .icon {
    display: none;
}

@media screen and (max-width: 800px){
    .topnav{
        text-align: left;
    }
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
    .topnav.responsive {position: relative;}
    .topnav.responsive a.icon {
      position: absolute;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
}