@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,300italic,400italic,600,600italic,700,700italic,800,800italic);
body {
  font-family: 'Open Sans', sans-serif; }

img {
  max-width: 100%; }

.vslogo {
  max-height: 50px; }

.jumbotron .h1, .jumbotron h1 {
  font-size: 53px; }

.btn-primary {
  background-color: #ef5f96;
  border-color: #ef5f96;
  font-size: 19px;
  border-radius: 0;
  text-transform: uppercase;
  border-width: 2px; }
  .btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:active:hover {
    border-color: #bf215d;
    background-color: #ef5f96; }

.jumbotron {
  background-color: #FCD9E5;
  margin-top: 20px; }

.price-breakdown {
  background-color: #B6F7D2; }
  .price-breakdown .retail {
    color: red;
    font-size: 12px; }
  .price-breakdown .vs-price {
    color: #006600;
    font-weight: bold; }
  .price-breakdown .savings {
    font-weight: bold;
    font-size: 20px; }

hr.black-3px {
  margin: 0;
  border: 3px solid #232323; }

hr.gray {
  background-color: #f0f0f0;
  height: 4px;
  margin: 0 auto; }

.menu ul {
  list-style-type: none;
  width: 365px;
  margin: 0 auto; }
.menu li {
  float: left;
  margin: 20px 20px; }

a, a:hover, a:focus {
  color: black;
  text-decoration: none; }

.thumbnail {
  min-height: 475px;
  border-radius: 0; }

.alert-special {
  color: #AE4569;
  background-color: #F6ABC4;
  border-color: #E6A0B8;
  border-radius: 0;
  text-align: center;
  font-size: 2.1em; }
