.nav-link-space {
    margin: 15px;
}

.logo-link {
    margin: auto;
}

.menu-bar {
    width: 60%;
}

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.masthead-form{
  border: 1px solid white;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.2);
  padding: 25px;
  margin-top: 40px;
}

.masthead-image {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.masthead-narrow {
    padding-top: 6rem;
    padding-bottom: 6rem;
}

.pricing-box-effect
{
  position: relative;
  margin-top: 10px;
}

.pricing-box-effect:before, .pricing-box-effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 10px;
  width: 50%;
  top: 80%;
  max-width:300px;
  background: #777;
  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-3deg);
  -moz-transform: rotate(-3deg);
  -o-transform: rotate(-3deg);
  -ms-transform: rotate(-3deg);
  transform: rotate(-3deg);
}
.pricing-box-effect:after
{
  -webkit-transform: rotate(3deg);
  -moz-transform: rotate(3deg);
  -o-transform: rotate(3deg);
  -ms-transform: rotate(3deg);
  transform: rotate(3deg);
  right: 10px;
  left: auto;
}

.pricing-box-header {
    background: #b8daff;
}

.pricing-box-subtitle {
  margin-top: 15px;
  padding: 5px;
}

.old-price {
  text-decoration: line-through;
  color: #808080;
}

.new-price {
  color: #d67600;
}

.header-left {
    padding: 50px;
    padding-left: 50px;
}

.logo-responsive {
  width: 90%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logo-shadow {
  -webkit-filter: drop-shadow(0px 0px 5px #fff);
  filter: drop-shadow(0px 0px 5px #fff);
}

.header-shadow {
  -webkit-filter: drop-shadow(0px 0px 5px #ccc);
  filter: drop-shadow(0px 0px 5px #ccc);
}

/* If the screen size is 600px wide or less, set the font-size of <div> to 30px */
@media screen and (max-width: 600px) {
  .responsive-header {
    font-size: 2rem !important;
  }
}

@media screen and (min-width: 600px) {
  .responsive-header {
    font-size: 3rem !important;
  }
}

@media screen and (min-width: 768px) {
  .responsive-header {
    font-size: 4rem !important;
  }
}

@media screen and (min-width: 992px) {
  .responsive-header {
    font-size: 5rem !important;
  }
}