@media (max-width: 576px) {
  .img100Pct {
    float: left !important;
    width:100% !important;
  }
  .titleCenter{
    font-size:125%;
    margin-top:-20px;
  }
  .titleCenter2{
    font-size:125%;
    margin-top:-20px;
  }
  .topJumbotron{
    margin-top:12%;
  }

  .navbar-brand{
    max-width:50%;
  }

}

.hrMod {
  border: 1px solid #f9f1df;
  position: relative;
  display: flex;
  justify-content: center;
}

.hrBL::before {
  content: 'BL';
  font-family: 'Great Vibes', cursive;
  position: absolute;
  top: -15px;
  height: 30px;
  width: 30px;
  font-size: 30px;
  background: white;
  color: #f9f1df;
  opacity: 0.9;
  background-color: white;

}


.titleCenter{
  margin: 50px 0 50px 0; color:#7da241;font-weight:300;font-family: 'Patua One', cursive;
}

.titleCenter2{
  font-size:115%;
  margin: 25px 0 25px 0; color:#e0af35;
  font-weight:300;
  font-family: 'Patua One', cursive;
}

.titleCenter3{
  color:#7da241;font-weight:300;font-family: 'Patua One', cursive;
}


.pCopy1{
  margin:1% 0 0 1%;
  padding: 0;
}

.pCopy2{
  font-family: 'Patua One', cursive;
  margin: 2%;
  padding: 0;
  text-align: center;
}


.pHeader1{
  opacity: 0;
  font-family: 'Patua One', cursive;
  font-weight:bold;
  font-size:200%;
  color:#7da241;
}

.pHeader2{
  font-family: 'Patua One', cursive;
  font-weight:bold;
  font-size:115%;
  color:#e0af35;
}

.pHeader3{
  opacity: 0;
  font-family: 'Patua One', cursive;
  font-size:115%;
  color:#333333;
}




.glow {
  color: #7da241;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  cursor: pointer; /* Add a mouse pointer on hover */
}

#glowBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  background-color: #ba9d54; /* Set a background color */
  border: 1px solid silver; /* Remove borders */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  outline: none; /* Remove outline */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  border-radius: 10px; /* Rounded corners */
  font-size: 28px; /* Increase font size */
  opacity: 0.25;
  height: 50px;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 1px #fff, 0 0 2px #fff, 0 0 3px #ba9d54, 0 0 4px #ba9d54, 0 0 5px #ba9d54, 0 0 6px #ba9d54, 0 0 7px #ba9d54;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 3px #ba9d54, 0 0 4px #ba9d54, 0 0 5px #ba9d54, 0 0 6px #ba9d54, 0 0 7px #ba9d54, 0 0 8px #ba9d54;
  }
}


#glowBtn:hover {
  background-color: #555; /* Add a dark-grey background on hover */
}




.navbar-light .nav-item.active .nav-link,
.navbar-light .nav-item .nav-link:active,
.navbar-light .nav-item .nav-link:focus,
.navbar-light .nav-item:hover .nav-link {
    color: rgba(108,117,31,1);
}
.jumboFooter{
  width: 100%;
  margin-top:0px;
  min-height: 150px;
  background-color:#193122;
  margin:800px 0 0 0;opacity:0.9;
}
.jumboSheep{
  position: fixed;
  top: 55px;
  background-size: cover;
  z-index: -1;
  background-image: url('../img/parallax_bg.jpg');
  height:1200px;
  width:100%;
}
.titleWhite{
  color: white;
  font-size: 32pt;
  font-weight: bold;
  letter-spacing: -3px;
}
.copyWhite{
  color:white;
  font-size: larger;

}
.excerpts_g{
  background-color: #7da241;
}
.excerpts_img{
  margin-top: 20px;
  margin-bottom: 20px;

  background-color: #7da241;
}
.pg_excerpt{
  margin-bottom: 25px;
}
