
.img-background {
    width: 100%;
    min-height: 500px;
    background-image: url('Hero_Image_1920.jpg');
    background-size: cover;
    padding-bottom: 75px;
}

.wht-txt {
    color: white !important;
}

.wrap-1280 {
    width: 1280px;
    padding: .5rem 1rem !important;
}

.blue-bold-text {
    color: blue;
    font-weight: bold;
}

.stylish-button {
    border-style: solid;
    border-width: 2px;
    border-color: white;
    background-color: transparent;
    color: white;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.stylish-black-button {
    border-style: solid;
    border-width: 2px;
    border-color: black;
    background-color: black;
    color: white;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.stylish-gray-button {
    border-style: solid;
    border-width: 2px;
    border-color: lightgray;
    background-color: lightgray;
    color: black;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
}

.stylish-disabled-button {
    border-style: solid;
    border-width: 2px;
    border-color: lightgrey;
    background-color: lightgrey;
    color: dimgray;
    padding: 5px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
}

.gray-back {
    background-color: #f8f9fa;
}

.gray-txt {
    color: gray;
}

.blue-txt {
    color: blue;
}

.search-input {
    background-color: blue !important;
    color: white !important;
    border-radius: 0 !important;
    padding-left: 5px;
}

.search-input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: white !important;
    /* Firefox */
}

.search-input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: white !important;
}

.v-separator {
    border-left: 1px solid;
    border-color: lightgray;
    margin-left: 25px;
    margin-right: 25px;
}