body {
	background-color: black;
}

footer p {
	margin: 0;
	padding: 10px 0;
	background-color: Purple;
	text-align: center;
	font-size: .8em;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    color: white;
    text-align: center;
}

footer href {
    color: red;
}

p{
	color: White;
	font-size: 25px;
    font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
}

img {
	border-width: 0;
	margin: 20
}

div.logo {
		position: fixed;
		bottom: 20;
		right: 30;		
	}

h4 {
	color: white;
	font-size: 20px;
	font-style: italic;
	text-align:left;
	margin-right: 30px;
	margin-left: 30px;
}

h5 {
	color: white;
	font-size: 20px;
	font-style: italic;
	text-align:right;
	margin-right: 30px;
	margin-left: 30px;
}

a {
    color: orange;
}

#title {
	font-size: 40px;
	color: white;
}

#heading {
	margin-bottom: 20px;
	width: 375px;
	height: 60px;
}

#topBtn {
  display: none; /* Hidden by default */
  position: fixed;
  bottom: 5px;
  right: 10px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: red;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#topBtn:hover {
  background-color: green;
}	

.blurb{
	color: White;
	font-size: 20px;
    font-weight: bold;
	position: absolute;
	top: 250px;
	left: 350px;
}
.pitch{
	color: White;
	font-size: 30px;
    font-weight: bold;
	margin-left: 30px;
}
.image-wrapper {
  position: relative;
  display: inline-block;
}
a {
  text-decoration: none;
}
.hover-area {
  position: absolute;
  cursor: pointer;
  background: rgba(0, 0, 255, 0.0); /* Transparent but active */
  z-index: 10;
}
.tooltip {
  position: absolute;
  background-color: blue;
  color: white;
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 5px;
  pointer-events: none;
  display: none;
  z-index: 999;
}
.swaBox {
  width: 590px;
  height: 390px;
  background-image: url('stories/images/swa bag drop.jpg');
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 70px;
  padding: 10px;
  border-style: double;
  border-width: 5px;
  color: white;
  background-color: black;
  font-size: 50px;
  font-weight: bold;
  font-family: Verdana,sans-serif;
}
.aviationBox {
  width: 380px;
  height: 350px;
  background-image: url('images/flightaware.jpg');
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 70px;
  padding: 10px;
  border-style: double;
  border-width: 5px;
  color: darkred;
  background-color: black;
  font-size: 50px;
  font-weight: bold;
  font-family: Verdana,sans-serif;
}