body {
  background-color: #f5f5f5;
  padding-top: 50px;
}

.navbar {
  background-color: #0d47a1;
}

.navbar a {
  color: #fff;
}

.navbar-text {
  color: #fff;
}

#carousel:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  opacity: 0.2;
  background-image: url('/flag.jpg');
}

.content {
    position: relative;
    z-index: 2;
}​

.btn-primary {
  background-color: #0d47a1!important;
  border-color: #0d47a1!important;
}

.product-line-row {
  padding: 50px;
  background-color: #fff;
  border-radius: 2px;
  margin: 32px 0;
  line-height: 1.5;
}

.row-header {
  margin-bottom: 1rem;
}

 #retailers-map {
   width: 100%;
   height: 500px;
   background-color: grey;
 }

.box-shadow {
  box-shadow: 0 0 2px rgba(0,0,0,0.12), 0 2px 2px rgba(0,0,0,0.24);
  transition: all .2s;
}

footer {
  margin: 50px 0 50px 0;
}

.footer-text {
  color: #bcbcbc;
}

.icon-color {
  color: #9c9c9c;
}

.attribution-link {
  color: rgb(207, 207, 207);
}

.clear-top {
  margin-top: 50px;
}

.clear-bottom {
  margin-bottom: 50px;
}
