html, body {
  height: 100%;
  margin: 0;
}
.wrapper {
  margin-top: 55px;
  min-height: 100%;

  /* Equal to height of footer */
  /* But also accounting for potential margin-bottom of last child */
  margin-bottom: -50px;
}
.footer  { background-color: rgba(0, 0, 0, 0.5); }
.push { height: 50px; }

 /* XXXXXXXXXXX   MENU STARTS   XXXXXXXXXXXXX*/
 aheader {
	position: fixed;
	left: -1;
    top: 0;
    height:54px;
    background:black;
   border:1px solid #CCC;
    width:100%;
    color: blue;
    text-align: center;
	z-index: 2;
   margin:0px auto;
}

/* 				DROPDOWN MENU STYLE

 Dropdown Button */
.dropbtn { background-color: black; color: white; padding: 16px; font-size: 12pt; border: none; }

/* The container <div> - needed to position the dropdown content */
.dropdown { position: relative; display: inline-block;}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {display: none; position: absolute; text-align: left; background-color: rgba(0, 0, 0, 0.6); min-width: 150px; z-index: 7;}

/* Links inside the dropdown */
.dropdown-content a {font-size: 12pt; color: white; padding: 12px 14px; text-decoration: none; display: block; font-family: 'Calibri', Verdana, serif; }

/* Change color of dropdown links on hover */
.dropdown-content a:hover {color: red}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {background-color: black;} 

/* Links */
a {color: white; font-size: 14pt; text-decoration: none; display: block; font-family: 'Calibri', Verdana, serif; }
a:hover {color: red}

/* ************************************************ */
/* INDEX page - Container holding the image and the text */
.photos { position: relative;}

/* INDEX page - Our Pastors Text */
.photo_text { position: absolute; font-size: 24pt; color:white; font-family: Tahoma; font-weight: bold;}
.photo_text2 {position: absolute; font-size: 12pt; color:white; font-family: Tahoma; margin-left:70%; margin-top:4%; }
.w-team_text { position: absolute; font-size: 24pt; color:white; font-family: Tahoma; font-weight: bold; margin-left:20%; margin-top:1%; }
.w-team_text2 {position: absolute; font-size: 12pt; color:white; font-family: Tahoma; margin-left:25%; margin-top:20%; }

/* SERMONS ONLINE & SERMONS ARCHIVE page - */
.capt {font-size: 20pt; color:white; border: 1px solid white; font-family: Tahoma; line-height: 2;}
.serm { line-height: 2.5; border:1px solid white;}
.serm_arch { line-height: 3; border:1px solid white; font-size: 18pt;}

