/* buttons for sections */
.btn .btn-one{
    background-color: #cc4137 !important;
    border-color: #cc4137 !important;
}
.prev-bg a{
    background-color: #3a66c2;
    border: solid 2px white !important;
    text-align: center;
}
.red-links a{
    background-color: red !important;
    color: white !important;
    width: 100%;
    height: auto;
    font-size: 25px;
    text-shadow: 2px 2px 4px black !important;
    box-shadow: 3px 3px 6px black;
    -moz-box-shadow: 3px 3px 6px black;
    -webkit-box-shadow: 3px 3px 6px black;
    font-weight: bold !important;
    margin-bottom: 35px;
    padding: 7px 12px;
}
#vendor-contact a, #view-all-communities{
    background: red;
    font-weight: bold !important;
    text-shadow: 2px 2px 4px black !important;
    color: white !important;
}

#vendor-contact a{
    width: 100%;
}

#view-all-communities i{
    color: white !important;
}