p {color: blue; font-size: 100%; }
h1 {font-family: Verdana, sans-serif; color: green; font-size: 30px; }
div {font-family: Verdana, sans-serif; color: black; font-size: 30px; }
.mySlides {display:none;}

.display-container:hover .display-hover{display:block}.display-container:hover span.display-hover{display:inline-block}.display-hover{display:none}
.content,.auto{margin-left:auto;margin-right:auto}.content{max-width:980px}.auto{max-width:1140px}
.button:hover{color:#000;background-color:#ccc}
.black,.hover-black:hover{color:#fff;background-color:#000}
.display-left{position:absolute;top:50%;left:0%;transform:translate(0%,-50%);-ms-transform:translate(-0%,-50%)}
.display-right{position:absolute;top:50%;right:0%;transform:translate(0%,-50%);-ms-transform:translate(0%,-50%)}

.active {
  background-color: #4CAF50; /* Add an active/current color */
}

/* Add a black background color to the top navigation */
.topnav {
  background-color: beige;
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: black;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: blue;
  color: white;
}

.bg-image {
  /* The image used */
  background-image: url("../Images/IMG_9601.JPG");

  /* Add the blur effect */
  filter: blur(8px);
  -webkit-filter: blur(8px);

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.container-fluid {  padding: 60px 50px;}
.bg-grey {  background-color: #f6f6f6;}

.bg {
  /* The image used */
  background-image: url("../Images/IMG_9601.JPG");

  /* Full height */
  height: 100%;

  /* Center and scale the image nicely */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#bannerimage {
  width: 100%;
  background-image: url("../Images/aWakeBAnner.JPG");
  height: 405px;
  background-color: purple;
  background-position: center;
}