/*

Theme Name: PoyrazV3
Theme URI: http://www.hoobaa.net
Description: HooBaa
Author: Husnu Gunesdogdu
Author URI: http://hoobaa.net
Version: 3.0

*/

body{}
.custom-logo {
    height: 70px !important;
    transition: height 0.3s ease; /* Boyut değişirken yumuşak geçiş yapar */
}
@media only screen and (max-width: 767px) {
body{margin:0;}
	/* Masaüstü ve genel görünüm */

	}
/* Mobil görünüm (Bootstrap kırılma noktası) */
@media (max-width: 991.98px) {
    .custom-logo {
        height: 50px !important;/* Mobilde görünmesini istediğiniz yükseklik */
    }
}