body {
	background-color: #161616;
  padding: 0;
  margin: 0;
}
a:link, a:visited {
  background-color: darkgreen;
  color: #eeef85;
  border: 2px solid #eeef85;
  padding: 15px 10px;
  height: 22px;
  text-align: center;
  text-decoration: none;
  text-wrap: nowrap;
  display: inline-block;
}
a:hover, a:active {
  background-color: #eeef85;
  color: darkgreen;
}
footer {
  text-align: center;
  padding-bottom: 20px;
}
.hero {
    display: flex;
    flex-direction: column;
    background-image: url("images/building.png");
    background-size: contain;
    align-self: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-attachment: fixed;
    align-items: center;
    justify-content: center;
    position: 0,0;
    height: 800px;
}
.content {
  margin-left: 0px;
  margin-right: 0px;
  background-color: whitesmoke;
}
.buttons_div {
	padding: 20px;
	margin: 0;
	background-color: #282828;
}
.buttons_div h3, .buttons_div h2 {
	color: white;
  text-align: center;
}
.flex_container {
  display: flex;
  justify-content: center;
  text-align: center;
}
.flex_item {
	padding: 10px;
  display: flex;
  text-align: center;
}
.about {
	width: auto;
	color: #282828;
	background-color: whitesmoke;
  margin: 5px;
  margin-left: 25%;
  margin-right: 40%;
}
.about p {
  padding-left: 5x;
  padding-right: 10px;
}
#tagline {
  color: floralwhite;
  width: 100%;
  text-align: center;
  text-shadow: 3px 3px 8px black;
  opacity: 0.8;
  margin-left: 20%;
  margin-right: 20%;
}
#logo {

}
#map_div {
  margin-left: 40%;
  margin-right: 25%;
}
#map_div h3 {
  text-align: right;
  color: #282828;
}

@media only screen and (max-width:1600px) {
  .content {
    margin-left: 0;
    margin: 0;
  }
}

@media only screen and (max-width:1280px) {
  .content {
    margin-left: 0;
    margin: 0;
  }
  .hero {
    height: 500px;
  }
  .about {
    margin-left: 15%;
    margin-right: 25%;    
  }
  #map_div {
    margin-left: 25%;
    margin-right: 15%;    
  }
}

@media only screen and (max-width:800px) {
  iframe {
    height: 300px;
  }
  .hero {
    height: 220px;
  }
  .about {
    padding-left: 0;
    padding-right: 0;
    margin-left: 5px;
    margin-right: 15px;
    width: 100%;
  }
  #tagline {
    opacity: 1;
    font-size: 18px;
  }
  #map_div {
    width: auto;
    margin-left: 0;
    margin-right: 8px;
  }
}