
/* 
Primary Font: "Roboto", "Hind", sans-serif;
Secondary Font: none 
BA Green rgb(204, 255, 102) #ccff66
Lightest Green for background boxes rgb(211, 255, 125) #d3ff7d
Medium Green rgb(106, 148, 21) #6a9415
Olive Green- rgb(78, 85, 46) #4e552e
Light Beige- rgb(238, 236, 221) #eeecdd
Shadow rgb(34, 38, 16) #222610
*/


* {
  box-sizing: border-box;
}

/* Style the body */
body {
  background-color: rgb(78, 85, 46);
}

#page {
  position:relative;
  background-color:white;
  border-left: 15px solid rgb(204, 255, 102);
  border-right: 15px solid rgb(78, 85, 46);
  font-family: "Roboto", "Hind", sans-serif;
  z-index: 0;
  }


/* Sticky Header */
div.sticky {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  z-index: 2;
}

/* Header/logo Title */
.header {
  height: 90px;
  border: 0px rgb(106, 148, 21);
  background-image: url("../images/baplogo-blk.png"),linear-gradient(to right, rgb(204, 255, 102), rgb(78, 85, 46));
  background-size: 180px, 100%;
  background-position: center;
  background-repeat: no-repeat;
}

 .hmenu {
  position: absolute;
  top: 60px;
  left: 11px;
  font-family: "Roboto", "Hind", sans-serif;
  font-size: .9em;
  font-weight: 900;
  font-style: normal;
 }

.social {
  position: absolute;
  top: 60px;
  right: 16px;
  }

button {
 border: none;
 padding: none;
 background:transparent;
 cursor: pointer;
  }

input[type="button"] {
border: none;
outline:none;
}

.dropdown {
  display: inline-block;
}

.dropbtn {
 border: none;
 padding: none;
   }

.dropdown-content {
  display: none;
  margin-left: 4px;
  background-color: rgb(78, 85, 46);
  min-width: 140px;
}

.dropdown-content a {
  color: rgb(204, 255, 102);
  padding: 7px 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  color: rgb(78, 85, 46);
  background-color: rgb(204, 255, 102);
}

.dropdown:hover .dropdown-content {display: block;}

.dropdown:hover .dropbtn {background-color: rgb(204, 255, 102);}


.address {
  display: flex;
  justify-content: right;
  background-color:rgb(78, 85, 46);
  padding-top: 2px;
  padding-bottom: 2px;
  font-family: "Roboto", "Hind", sans-serif;
  color: rgb(238, 236, 221);
  font-weight: 700;
  font-size: .75em;
  font-style: normal;
}

.address a {
  color: rgb(238, 236, 221);
  text-decoration: underline;
}

.address a:hover {
  color: rgb(204, 255, 102);
  text-decoration: none;
}

#headline {
  font-family: "Roboto", "Hind", sans-serif;
  font-size: 1.41em;
  font-weight: 800;
  line-height:120%;
  color:rgb(106, 148, 21);
  text-align:center;
  }

  #main {
  padding: 20px 30px 4px;
}

 #main-text {
  font-family: "Roboto", "Hind", sans-serif;
  font-size: .9em;
  font-weight: 400;
  text-align:left;
  padding-bottom: 10px;
  }

#main-text a {
  font-weight: 700;
  color: rgb(106, 148, 21);
  text-decoration: underline;
}

#main-text a:hover {
  font-weight: 700;
  color: rgb(78, 85, 46);
  text-decoration: none;
}

 #leadin {
  font-weight:700;
  color:rgb(106, 148, 21);
  font-size: 1.05em;
  }

  #grn16ctr {
  font-weight:700;
  color:rgb(106, 148, 21);
  font-size: 1.05em;
  text-align:center;
  }

 #grn14 {
  font-weight:700;
  color:rgb(106, 148, 21);
  font-size: 14px;
  }

  #bdybld {
  font-weight:bold;
  }

  #bdy9 {
  color:#000000;
  font-size:9pt;
  }

  #disclaimer {
  font-family: "Roboto", "Hind", sans-serif;
  font-weight: 400;
  color:black;
  font-size: .5em;
  text-align:center;
  padding: 2px 30px 3px;
 }

 .copyright {
  font-family: "Roboto", "Hind", sans-serif;
  font-weight: 500;
  color:black;
  font-size: .5em;
  text-align:center;
 }

 #bottom {
  background-color:rgb(78, 85, 46);
  padding: 6px 1px;
  text-align:center;
  }

.bottomtext {
  font-family: "Roboto", "Hind", sans-serif;
  font-weight: 400;
  color: rgb(238, 236, 221);
  font-size: .75em;
  }

.bottomtext a {
  color:rgb(238, 236, 221);
  text-decoration: underline;
}

.bottomtext a:hover {
  color: rgb(204, 255, 102);
  text-decoration: none;
}
 
#bottomborder {
  display: flex;
  justify-content: center;
  border: 0px rgb(106, 148, 21);
  padding: 2px 15px;
  background-image: linear-gradient(to right, rgb(204, 255, 102), rgb(78, 85, 46));
  background-position: center;
  background-repeat: no-repeat;
  }



a img {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
}

a:hover img {
-moz-box-shadow: 0px 3px 3px rgb(78, 85, 46);
-webkit-box-shadow: 0px 3px 3px rgb(78, 85, 46);
box-shadow: 0px 3px 3px rgb(78, 85, 46);
}


a img.button {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    padding: 6px 6px;
}

a:hover img.button {
-moz-box-shadow: 6px 6px 10px black;
-webkit-box-shadow: 6px 6px 10px black;
box-shadow: 6px 6px 10px black;
}

a img.link {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 6px;
}

a:hover img.link {
border: 2px solid rgb(204, 255, 102);
-moz-box-shadow: 6px 6px 12px rgb(78, 85, 46);
-webkit-box-shadow: 6px 6px 12px rgb(78, 85, 46);
box-shadow: 6px 6px 12px rgb(78, 85, 46);
}



.responsive {
  width: 100%;
  height: auto;
}

  img.main {
  border:none;
  padding: 10px 0px 6px;
  }

  img.groom {
  border:none;
  padding: 0px 0px 10px 10px;
  }



.flex-container {
  display: flex;
  flex-flow: row wrap;
  background-color: rgb(211, 255, 125);
  justify-content: center;
}

.flex-container > div {
  width: 125px;
  margin: 12px;
  font-family: "Roboto", "Hind", sans-serif;
  font-weight: 500;
  color:black;
  font-size: 12px;
  text-align:center;
}

.flex-container a {
  color: black;
  text-decoration: underline;
}

.flex-container a:hover {
  color: rgb(106, 148, 21);
  font-weight: 700;
  text-decoration: none;
}


.mySlides {
  position: relative;
  display: none;
  padding-bottom: 6px;
}

img.review {
  vertical-align: middle;
  border-radius: 15px;
}


/* Slideshow container */
.slideshow-container {
  position: relative;
  max-width: 100%;
  padding: 10px 0px;
  font-family: "Roboto", "Hind", sans-serif;
  z-index: 1;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 47%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: rgb(106, 148, 21);
  font-weight: 700;
  font-size: 30px;
  text-decoration: none;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  text-decoration: none;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  text-decoration: none;
  color: rgb(78, 85, 46);
}


/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: rgb(106, 148, 21);
  border-radius: 50%;
  display: inline-block;
}

.active, .dot:hover {
  background-color: rgb(78, 85, 46);
}

.center {
  align-items: center;
  padding-bottom: 6px;
}

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

/* Responsive layout - when the screen is less than 700px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 700px) {
  .main-text {   
  flex-direction: column;
  }

a img.link {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 5px auto 5px auto;
    width: 90%;
}

