/* Put your custom styles here */
.anchor-offset {
    display: block;
    position: relative;
    top: -165px;
    visibility: hidden;
}

.reduced-content {
    padding-top: 20px;
    padding-bottom: 20px;
}

.myParallax {
    background: url('../images/background.jpg') no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 150px 0 150px 0;
    height: auto;
}

.promo-text {
    font-size: 37px;
    color: #B01620;
    font-weight: bold;
}

.promoText a {
    font-size: 37px;
    color: #B01620;
    font-weight: bold;
}

.compaints-link {
    font-size: 16px;
    color: #AC1C00!important;
}

.sectionPadding {
    padding-left: 5%;
    padding-right: 5%;
}

#gvsRed h1 {
    color: #B01620 !important;
}

.gvsLink a {
    font-size: 1em !important;
    color: #B01620 !important;
}

a.priceOffset {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}