.bg-black {
    background: rgba(0, 0, 0, 1);
}

.bg-gradient {
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(207, 16, 45, 1) 65%);
    background-repeat: no-repeat;
}

a {
    color: white;
}

a:hover {
    color: #5CCAE7;
}

.photo-estimate-button {
    float:right !important;
}