
*{
    font-family: "Poppins";
}

.navbar .navbar-brand {
    font-size: 28px;
  }
  .navbar .nav-item {
    padding: 10px 20px;
  }
  .navbar .nav-link {
    font-size: 18px;
    margin-left: 10px;
  }
  .fa-bars {
    color: white;
    font-size: 30px;
  }
  
  .navbar-brand {
    font-family: 'Lobster', cursive;
    font-size: 2em;
    font-weight: bold;
    letter-spacing: 2px;
  }

.slogan{
    font-family: 'Lobster', cursive;
    font-size: 1em;
    font-weight: bold;
    letter-spacing: 2px;
}



.photo-thumbnail {
    cursor: pointer;
    transition: transform 0.2s;
    height: 250px;
    width: 248px;
  }
  .photo-thumbnail:hover {
    transform: scale(1.05);
  }


  .float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:10px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  text-decoration: none;
}

.my-float{
	margin-top:16px;
    text-decoration: none;

}





  .float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:115px;
	right:10px;
	background-color:#2596d3;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	box-shadow: 2px 2px 3px #999;
  z-index:100;
  text-decoration: none;
}

.my-float2{
	margin-top:14px;
    text-decoration: none;

}



@media (max-width: 968px) {
    .col-md-3{
      display: flex;
      justify-content: center;
    }
  }
  

  .contact-info {
    font-size: 20px; /* İstenilen büyüklük */
  }