
/* 
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);
  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;
}


img.graffiti {
  width: 100%;
  height: auto;
}

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

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

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

#faq_head {
  font-weight:800;
  color:olivedrab;
  font-size: 1.1em;
  }

#faq_head a {
  font-weight: 800;
  color: olivedrab;
  text-decoration: none;
}

#faq_head a:hover {
  font-weight: 800;
  color: olivedrab;
  text-decoration: none;
}

#faq {
  color:olivedrab;
  font-size: 1em;
  font-weight:700;
}

#faq_ans {
  color:black;
  font-size: 1em;
  font-style:italic;
}


  #bulletpoint {
  font-family: "Roboto", "Hind", sans-serif;
  color:rgb(106, 148, 21);
  font-size: 1em;
  font-weight:800;
  }
  
  #bulletpoint a {
  color:rgb(106, 148, 21);
  text-decoration:underline;
  font-weight:800;
  }
    
  #bulletpoint a:hover {
  color:olivedrab;
  text-decoration:none;
  font-weight:800;
  }


ul { 
  list-style-position: outside;
  list-style-image: url("../images/paw_blt2.png");
  list-style-type: square;
  margin-left:70px;
  }


#linkback {
  color:olivedrab;
  font-size: 1em;
  font-weight:700;
  text-align:center;
  font-stretch:condensed;
  }

#pagelink {
  font-weight:800;
  color:olivedrab;
  font-size: 1em;
  font-stretch:condensed;
  }

#linkback, #pagelink a {
  color:olivedrab;
  text-decoration:underline;
  }
    
  #linkback, #pagelink a:hover {
  color:rgb(78, 85, 46);
  text-decoration:none;
  }


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

 .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: .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.link {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    margin: 6px 0px 6px 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;
  }


.ltgrn-container {
  margin: 10px -30px;
  padding: 5px 30px;
  background-color: rgb(211, 255, 125);
}

.beige-container {
  margin: 10px -30px;
  padding: 5px 30px;
  background-color: rgb(238, 236, 221);
}

 img.grad {
  border:none;
        margin: 0px 15px 0px 0px; 
  }

/* 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;
  }
 
  #main {
  padding: 0px 20px 10px;
}

.ltgrn-container, .beige-container {
  margin: 10px -20px;
  padding: 5px 20px;
}

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

ul { 
  list-style-position: outside;
  list-style-image: url("../images/paw_blt2.png");
  list-style-type: square;
  margin-left:0px;
  }
}






 
