/* HEADER GENEL */
.site-header {
  background-color: #003366;
  color: white;
  width: 100%;
  z-index: 1000;
}

/* LOGO */
.header-logo {
  height: 100px;
  max-width: 100%;
  object-fit: contain;
  flex-shrink: 0;
  margin: 5px;
}

/* METİN */
.header-text {
  text-align: center;
  flex: 1;
  min-width: 200px;
}

.index{
	padding-top: 12rem !important;
}

/* RESPONSIVE: MOBİL DÜZENLEME */
@media (max-width: 768px) {
  .header-logo {
    height: 60px;
  }

  .header-text h1.h6 {
    font-size: 0.9rem;
  }

  .header-text h1.h3 {
    font-size: 1.2rem;
  }

  .header-text {
    padding: 0 5px;
  }
}
