.media-icons a:hover{

    color: var(--bs-secondary);

}

.logo {
    width: 50px;
    /* height: 100px; */
    padding-right: 10px;
}

.search {
    background-color: black !important;
}

.search:hover {

    color: var(--bs-secondary) !important;
}

.text-dark-black{
    color: black !important;
}

.text-white-custom {
    color: #fff !important;
}

