/*
Theme Name: Fisek
Description: Bootstrap tabanlı modern WordPress teması
Author: Fisek Team
Version: 1.0.0
License: GPL v2 or later
Text Domain: fisek
*/

/* Body Background - Gradient */
body {
    background: rgba(17, 19, 28, 1); !important;
    color: #ffffff;
    min-height: 100vh;
    padding-top: 80px; /* Header height için */
}

/* Footer Logo */
.footer-logo {
    max-width: 200px;
    max-height: 80px;
    object-fit: contain;
}

/* Responsive Footer Logo */
@media (max-width: 768px) {
    .footer-logo {
        max-width: 150px;
        max-height: 60px;
    }
} 