
/* 
Primary Font: "Roboto", "Hind", sans-serif;
Secondary Font: none 
BA Green rgb(204, 255, 102) #ccff66
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;
  }


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

/* 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-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;
  z-index: 1;
}

.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: 12px;
  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: 20px;
  font-weight: 900;
  line-height:120%;
  color: rgb(78, 85, 46);
  text-align:center;
  }

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

 #main-text {
  padding: 20px 30px 10px;
  font-family: "Roboto", "Hind", sans-serif;
  font-weight: 400;
  color:black;
  font-size: 14px;
  text-align:left;
  padding-bottom: 10px;
  }

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

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

 #grn16 {
  color:rgb(106, 148, 21);
  font-size: 16px;
  font-weight:bold;
  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:9px;
  text-align:center;
  padding: 0px 40px 0px;
 }

 .copyright {
  font-family: "Roboto", "Hind", sans-serif;
  font-weight: 500;
  color:black;
  font-size: 9px;
  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: 12px;
  }

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

/* column container */
.flex {
  display: flex;
  align-items: stretch;
  background-color: white;
 }

.flex > div {
  margin: 0px 20px 0px 0px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  text-align:left;
}

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

.flex a:hover {
  color: rgb(78, 85, 46);
  font-weight: bold;
  text-decoration: none;
}

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

a:hover img {
-moz-box-shadow: 6px 6px 5px #293603;
-webkit-box-shadow: 6px 6px 5px #293603;
box-shadow: 6px 6px 5px #293603;
}


/* column container */
.flexrow {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
 }

.flexrow > div {
  color: black;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
  color: black;
  text-align:left;
}

/* 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;
  align-items: center;
  }
 }

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

