#headline_image {
	width: 100%;
	filter: brightness(0.6);
	object-fit: cover;
	height: 80vh;
	z-index: -1;
	position: relative;
}
body{

}

h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#headline {
  position: relative;
  text-align: center;
  color: white;
  font-weight: bold;
  text-shadow: 5px 5px #000;
}

#top_bar img{
	width: 64px;
	height: 64px;
	display: inline;
	margin: 20px;
}

#top_bar p{
	display: inline;
	font-size: larger;
}

#breadcrumbs{
	margin: 10px;
}

#airport_desc{
	margin: 20px;
}

#results{
	margin: 20px;
}

.lounge{
	margin: 10px;
}

.lounge_access p {
	display: inline;
	margin-left: 20px;
	font-style: italic;
}
.lounge_access {
	margin-bottom: 10px;
}

.lounge_description{
	font-size: smaller;
}

#airline_desc p{
	font-size: smaller;
}

.airline {
	display: inline-block;
	margin-right: 20px;
}

.airline:hover {
 cursor:pointer;
  }