   body {
      width: 100%;
      height: 100%;
      margin: 0px;
      background-image: url('bluegreen.png');
     background-size: cover;
    } 
    p.welcometext {
      position:absolute;
      top: 20%;
      width:100%;
      display: block;
      text-align: center;
      font-size: 3vw;
      font-weight: bold;
      font-family: "Impact", "Arial Black", "Sans-serif";
    }
    p.churchname {
      position:absolute;
      top:75%;
      display: block;
      width:100%;
      text-align: center;
      font-size: 3.2vw;
      font-weight:bold;
      font-family: "Verdana", "Trebuchet MS", "Sans-serif";
    }

p {
      margin: 0px;
    }


    h3 {
      text-align: center;
    }

.header-container{
  display: block;
  align-items: center; 
  background-color: #daf7f6;
}
.header-container img {
  display: inline;
  width:20%;
  height: 25%;
}
.overlay-text{
  Position:absolute;
  top:1%;
}


.current-events{
  display: block;
  width:100%;
  height:auto;
  background-color:black;
}
.AboutUs{
  display: block;
  margin: auto;
  border:3px;
  text-align:center;
  width:35%;
  height:20pt;
  color:white;
  
}
.menu-buttons{
  background-color: #96d9aa;
  text-align: Right;
  padding: 2%;
}
.topmenu{
  font-family: "Arial Black", "Verdana", "Sans-serif";
  font-size: 1.3vw;
  padding: 2%;
  
}
a.topmenu:link, a.topmenu:visited {
  color: Black;
  text-decoration: none;
  font-size:1.3vw;
 
}
a.topmenu:hover, a.topmenu:active{
  color:White;
  text-decoration: underline;
    font-size:1.3vw;
}

a.Menu-Left:link, a.Menu-Left:visited{
  color:#a9dbb8;
}
a.Menu-Left:hover, a.Menu-Left:active{
  color:#735d85;
}
div.Menu-Left{
  display: inline-block;
  background-color: #00928030;
  width:17%;
  Height:44%;
  position: relative;
  top:0; left: 1%;
  border-right: 3px solid #00928080;
  font-size: 145%;
}
a.Menu-Left-Current:link, a.Menu-Left-Current:visited{
  color: #0f1d75;
}
a.Menu-Left-Current:hover, a.Menu-Left:active{
  color:#735d85;
}

table.Menu-Left{
  background-color: transparent;
}

.footer{
  background-color: #00928030;
  border-top: 2px solid #ffffff20;
  border-bottom: 2px solid #ffffff20;
  bottom: 0;
  width: 100%; 
}
.footer_links{ 
}

table.footer_table{
 width: 100%;
  text-align:center;
  table-layout: fixed;
}
tr.footer_table{
  vertical-align: top;
}
td.footer_table{
  text-align: center;
  border-right: 3px solid #00928080;
  padding:1%;
}
td.footer_table_Right{
  text-align: center;
  padding:1%;
}

div.mainContent{
  text-align:left;
  font-size: 150%;
  padding: 2%;
  font-family: "Verdana", "Trebuchet MS", Sans-serif";
}
    p.mainContent{
      padding-bottom: .75em;
}
/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  padding-top: 10px;
  display: none;
 text-align: center;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 150%;
  position: static;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 3s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}