body {
    width: 100%;
    margin: 0 auto;
    display: block;
    overflow-x:hidden;
	font-family: "Gotham";
}

ul {
	list-style-type: none;
	margin-left:1%;
	margin-right:3%;
	padding: 0;
	overflow: hidden;
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: space-between;
	width:100%;
}

li a {
	display: block;
	color: white;
	text-align: center;
	font-size : 9pt;
	text-decoration: none;
}

li a:hover {
	color: grey;
}

nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.flex{
	display:flex;
}


.social{
	justify-content:flex-end;
	width:35%;
	display:flex;
	flex-wrap: wrap;
}


.social_item{
	margin:5%;
	width:38px;
	height:38px;
}

.social_item i{
	border-width: 1px;
	border-color: white;
	border-style: solid;
	border-radius: 50%;
	width:inherit;
	height:inherit;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1.375;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
}

.circle_fa:hover{
	background-color:white;
	color:black;
}

.nice_button{
	width:190px;
	padding:10px 30px 10px 30px;
	font-size: 14px;
	font-family: "Gotham";
	color: rgb(44, 64, 88);
	text-transform: uppercase;
	line-height: 1.571;
	text-align: center;
	background-color:white;
	border-width: 1px;
	border-color: rgb(44, 64, 88);
	border-style: solid;
}

.nice_button:hover{
	background-color:rgb(44, 64, 88);
	color: white;
	border-color: rgb(44, 64, 88);
}

.location{
	font-size: 1.4vw;
	font-family: "FontAwesome";
	color: rgb(44, 64, 88);
	line-height: 1.667;
	text-align: left;
}

.location_text{
	margin-left: 10px;
	font-size: 1.4vw;
	font-family: "Open Sans",sans-serif;
	font-style:italic;
	color: rgb(44, 64, 88);
	line-height: 1.667;
	text-align: left;
}

.flex{
	display:flex;
}


.flex_center{
	display:flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap; 
}

i{
	color:white;
}

#map{
	width:100%;
	height:700px;
	background-color:green;
}

.line_3{
	margin-top:50px;
	position:absolute;
	height:1px;
	width:100px;
	background-color: rgb(44, 64, 88);
}

#map iframe{
	width:100%;
	height:700px;
}