
a {
  color: #00B7FF;
}

nav {
  background-color: #20a4fc !important;
}

.navbar-menu-mobile {
  background-color: #20a4fc !important;
  width: 100%;
  height: 100vh;
  z-index: 1;
}

.navbar-menu-mobile a {
  width: 100%;
}


.berry-hero-blurb br {
 line-height: 35px;
}

.mobile-menu-container {
  width: 4.25rem;
  margin-left: auto;
  margin-right: 0.5rem;
  margin-top: 0.5rem;
  height: 1rem;
}

.hero-body {
  padding: 2rem 1.5rem;
}

::-webkit-input-placeholder {
  color: 909090 !important;
  opacity: 1 !important;
}

:-moz-placeholder { /* Firefox 18- */
  color: 909090 !important;
  opacity: 1 !important;
}

::-moz-placeholder {  /* Firefox 19+ */
  color: 909090 !important;
  opacity: 1 !important;
}

:-ms-input-placeholder {  
  color: 909090 !important;
  opacity: 1 !important;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: rgba(54,54,54,.5);
}