body {
    font-family: "Open Sans", sans-serif;
    background-color: rgb(30,32,43);
}

.back-color {
    background-color: rgb(30,32,43) !important;
}

.back-color2 {
    background-color: rgb(38, 41, 54) !important;
}

main#index {
    background-image: url(../images/banner.jpg);
    /* background-position: center; */
    /* background-size: contain; */
    background-repeat: no-repeat;
}

.btn-find {
    background-color: rgb(0,154,216);
}

.btn-find:hover {
    background-color: rgb(0,154,216);
}

.form-control:focus {
    box-shadow: none
}

input::placeholder {
  color: rgba(255, 255, 255, 0.5) !important;
}

.card-body {
    background-color: rgb(50,53,68);
}

.card-footer, .card-header {
    background-color: rgb(45,48,61);
}

.btn-nav {
    --bs-btn-color: white;
    --bs-btn-border-color: transparent;
    --bs-btn-hover-color: rgb(0, 154, 216);
    --bs-btn-hover-bg: transparent;
    --bs-btn-hover-border-color: rgb(0, 154, 216);
    --bs-btn-focus-shadow-rgb: 33, 37, 41;
    --bs-btn-active-color: rgb(0, 154, 216);
    --bs-btn-active-bg: transparent;
    --bs-btn-active-border-color: rgb(0, 154, 216);
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #212529;
    --bs-btn-disabled-bg: transparent;
    --bs-btn-disabled-border-color: #212529;
    --bs-gradient: none;
}

.nav-item-text {
    font-size: 14px;
    line-height: 21px;
    font-weight: 400;
}

.menuBars {
    color: white;
    border-style: solid;
    border-color: transparent;
    font-size: small;
    transition: all 0.15s ease-in-out;
}

.menuBars:hover {
    color: rgb(0,154,216);
    border-color: rgb(0, 154, 216);
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-collapse.collapse.show > .navbar-nav {
    margin-top: 50px !important;
    transition: all 0.5s ease-in-out;
}

.navbar-collapse.collapse.show > .navbar-nav > .nav-item > .btn {
    transition: all 0.5s ease-in-out;
    background-color: rgb(38,41,54);
    width: 100%;
    padding: 1.5% 0;
    border-radius: 8px !important;
}

.navbar-brand > img {
    width: 50px;
}

footer {
    background-color: rgb(38, 41, 54);
}

.links > a {
    display: inline-block;
    text-align: center;
    color: rgb(0, 154, 216);
    background-color: rgb(30, 32, 43);
    padding: 8px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.links > a:hover {
    color: white;
    background-color:  rgb(0, 154, 216);
}

.placeholder {
    border-radius: 10px;
}