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;
}

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

/* Make book reviews a little smaller, and justified. */
section p {
  color: white;
  font-size: 90%;
  text-align: justify;
}

h3 {
	color: yellow;
	font-size: 30px;
	font-style: italic;
	text-align:left;
	margin-right: 30px;
	margin-left: 30px;
}

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;
}

img {
	border-width: 0;
	margin: 20;
	border: 5px solid red;
}

img.more {
	border-width: 0;
	margin: 0
}

a {
    color: orange;
}

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

#heading {
	margin-bottom: 20px;
	width: 375px;
	height: 60px;
}
.mybanner {
  position: fixed;
  width: 1000px;
  height: 210px;
  z-index: 999;
  background-image: url('images/banner.jpg');
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 350px;
  margin-right: 70px;
  padding: 10px;
  border-style: double;
  border-width: 5px;
  color: white;
  background-color: black;
  font-size: large;
  font-weight: bold;
  font-family: Verdana,sans-serif;
}

.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;
}

p {
	color: White;
	font-size: 23px;
    font-weight: bold;
	margin-left: 30px;
	margin-right: 30px;
}
p=.container {
  position: relative;
  width: 50%;
}

subtext p {
  font-size: 90%;
  font-style: italic;
  border-bottom-style: outset;
  border-bottom-width: 1px;
  margin-bottom: 5px;
  margin-top: 0px;
}

.image {
  opacity: 1;
  display: block;
  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 15%;
  left: 40%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.bottom {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 70%;
  left: 20%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container:hover .image {
  opacity: 0.3;
}

.container:hover .middle {
  opacity: 1;
}

.text {
  background-color: blue;
  color: white;
  font-size: 30px;
  padding: 16px 32px;
}

#topBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  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: #555;
}	

.Box {
  width: 1000px;
  height: 540px;
  background-image: url('stories/images/ads.jpg');
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 70px;
  padding: 10px;
  border-style: double;
  border-width: 5px;
  color: Yellow;
  background-color: black;
  font-weight: bold;
  font-family: Verdana,sans-serif;
}

.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;
}

.whyBox {
  width: 500px;
  height: 390px;
  background-image: url('images/field service.jpg');
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 25px;
  margin-right: 70px;
  padding: 10px;
  border-style: double;
  border-width: 5px;
  color: NavajoWhite;
  background-color: black;
  font-weight: bold;
  font-family: Verdana,sans-serif;
}

