#btnsubscribecontainer {
  margin: 5px -15px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* CSS for button subscribe smallest screens, do not display */
@media screen and (max-width: 767px) and (min-width: 0px) {
  .btnsubscribe { 
    display: none; 
  }
}

/* tablets display */
@media screen and (max-width: 991px) and (min-width: 768px) {
.btnsubscribe { 
  box-shadow: 0px 0px 4px 0px #333333;
  background: linear-gradient(to bottom, #ffaa22 5%, #E7Af4F 100%);
  background-color: #FFAA22;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px;
  text-transform: none;
  letter-spacing: 1px;
  text-shadow: 1px 1px slategrey;
  }
}

/* desktops display */
@media screen and (min-width: 992px) {
  .btnsubscribe { 
  box-shadow: 0px 0px 4px 0px #333333;
  background: linear-gradient(to bottom, #ffaa22 5%, #E7Af4F 100%);
  background-color: #FFAA22;
  border-radius: 7px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  font-family: Arial;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px;
  text-transform: none;
  letter-spacing: 1px;
  text-shadow: 1px 1px slategrey;
  }
}
.beekeeping-color {
  background: #003c7e !important;
  background-color: #003c7e !important;
}
