html,
body {
  background: #000;
}
body {
  padding-top: 75px;
  color: #bc9d51;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
  text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.navbar{
  background-color: #000;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif; 
}

.logo-image img{
	width: 40%;
	height:40%;
	overflow: hidden;
	position: left-side;
	margin-top: 0px;
}

.map-container{
  overflow:hidden;
  padding-bottom:56.25%;
  position:relative;
  height:0;
}
.map-container iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}