body {
	
	color: #5a5a5a;
	background:none;
	font-family: 'Roboto', sans-serif;
	padding-top: 3rem;
  	padding-bottom: 3rem;
}
a {
	color: #144a85;
	text-decoration: none;
}


h1, h2, h3, h4, h5, h6 {
font-weight: 500;
color: #144a85;
}

.header {
	height: 120px;
	background-color: rgb(19, 24, 62);
}
.logo {
	
	height:100px;
	background:url(../images/header-bg.png) top left no-repeat;	
}

.carousel-main{
	margin:110px 0 0 0;
}

.bg-blue {
    background-color:#f8f8f8;
    height:100px;    
    font-size:14px;
}

.navbar-dark .navbar-nav .nav-link {
    color:#164b86;
    background-color: #f8f8f8 !important;
    font-weight:500;
    font-size:16px;
    
 
}

.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color:#164b86;
}



.dropdown-menu > li > a {
    color:#164b86;
}

.dropdown-menu > li > a:hover {
    background-color:#164b86;
    color:#ffffff;}
.main-content{	
	padding-top:1000px;
}
.card-text{
	color:#13183e;

}

.main-block {
	margin-top:20px;
	min-height:500px;
	height:100%;

}

.main-block-detail{
    margin-top:125px;
    min-height:500px;
    height:100%;
  
}

.b-example-divider {
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

@media (min-width: 992px) {
  .rounded-lg-3 { border-radius: .3rem; }
}

.bg-footer{
	font-size:16px;	
}
.carousel-control-next-icon, .carousel-control-prev-icon{
	opacity:100;
	color:#000000;
	width:5rem;
	height:5rem;
}
.baskanin-mesaji{
	margin:100px 0 0 0;
	border:1px solid #cccccc;
	height:380px;
}

.baskanin-mesaji p {
	font-size:14px;
	text-align:justify;
	padding:5px 0 0 0;
}
.galeri-image{
	margin:10px 0 0 0;
}
.navbar-dark .navbar-toggler-icon{
	background-color:#144a85;
}
.one-cikan-basliklar{
	margin:0px 0 0 0;
}
.site-header{
	background:rgb(19, 24, 62)
}
.site-header a {
  color: #C4C4C4;
  transition: color .15s ease-in-out;
}
.site-header a:hover {
  color: #fff;
  text-decoration: none;
}
  .custom-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .custom-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.15);
  }

  .custom-card i {
    transition: color 0.3s ease;
  }

  .custom-card:hover .icon-dergiler { color: #3498DB; }
  .custom-card:hover .icon-online   { color: #28B463; }
  .custom-card:hover .icon-basinda  { color: #F1C40F; }
  .custom-card:hover .icon-medya    { color: #E74C3C; }
  .custom-card:hover .icon-kvkk     { color: #5DADE2; }
