.index-page .brand h1 {
    font-size: 2.5rem !important;
}
.header-small {
    height: 30vh !important;
    min-height: 35vh !important;
}
/* modal  görünmüyordu z-index auto yaptık*/
.modal-backdrop {
    z-index: auto;
}
.dropdown-menu .dropdown-item:hover, .dropdown-menu .dropdown-item:focus, .dropdown-menu a:hover, .dropdown-menu a:focus, .dropdown-menu a:active {
    box-shadow: 0 4px 20px 0px rgba(0, 0, 0, 0.14), 0 7px 10px -5px rgba(238, 120, 28, 0.4);
    background-color: #ee781c;
}

.btn.btn-primary {
    color: #fff;
    background-color: #ee781c;
    border-color: #ee781c;
    box-shadow: 0 2px 2px 0 rgba(238, 120, 28, 0.14), 0 3px 1px -2px rgba(238, 120, 28, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.card .card-body, .card .card-footer {
    padding: 0.9375rem .875rem;
}
.description, .card-description, .footer-big p {
    color: #000000;
}
h2  a {
    color: white;
}
h2  a:hover {
    color: white;
}

.footer-ul ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}
.footer-ul ul li {
    display: inline-block;
}
@media (max-width: 991.98px) {
    .index-page .brand h1 {
        font-size: 1.6rem !important;
        margin-top: 40px;
    }
}
