
.jumbotron {
    margin-bottom: 0rem;
}

.card-footer {
    background-color: transparent;
    border-bottom: none;
}

.card {
    border: 2px solid rgb(104, 104, 104);
}

.card:hover {
    border: 2px solid rgb(182, 52, 52);
}

.contact input[type="text"] {
    border: none;
    border-bottom: 2px solid gray;
}
::placeholder{
    color: teal;
    font-style: italic;
}

.carousel-control-prev-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon{
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23f00' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

table tr td{
    vertical-align: middle !important;
}

.error {
    color: brown;
}

.text-gray {
    color: gray;
}

.border-bottom {
    border-bottom: 3px double gray !important;
}
