﻿.NRAStore h4 {
  color: #116cac;
  font: 400 17px/170% "proxima-nova", sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 100%;
  margin: 0 0 1em 0;
  text-transform: uppercase;
}

.NRAStore img {
  width: 100%;
}

.NRAStore .row .store_item {
  text-align: center;
}

.NRAStore .row .store_item .store_item_image {
  margin: 0 auto 20px auto;
  max-height: 250px;
  max-width: 250px;
}

.NRAStore .row .store_item .store_item_name a {
  color: black;
}

.NRAStore .row .store_item .store_item_price {
  color: #116cac;
  font-weight: 700;
}

@media screen and (max-width: 480px) {
  .NRAStore .row .store_item {
    margin-bottom: 40px !important;
  }
}

/*# sourceMappingURL=NRAStore.css.map */