@font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Light.woff2') format('woff2'),
         url('../fonts/Lato-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Regular.woff2') format('woff2'),
         url('../fonts/Lato-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  
  @font-face {
    font-family: 'Lato';
    src: url('../fonts/Lato-Bold.woff2') format('woff2'),
         url('../fonts/Lato-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
  }
  
  h3 {
    font-size: 18px!important;
    color: #046095!important;
  }

  body {
    font-family: 'Lato', sans-serif;
    font-weight: 400!important;
    background-color: #ffff;
  }
  
  a {
    text-decoration: none!important;
  }
  
  /* HEADER */
  .header-nav {
      background-color: #dddddd!important;
  }
  
  .nav-link {
      color: #ffff!important;
      font-size: 14px!important;
      padding: 8px 15px!important;
  }
  
  .nav-link:hover {
      background-color: #006caa!important;
  }
  
  .social-link:hover {
      background-color: #ededed!important;
  }
  
  .menu {
      background-color: #006caa!important;
      min-height: 5vh!important;
  }
  
  .menu-link {
      color: #ffff!important;
      font-size: 15px!important;
      padding: 20px 15px!important;
  }
  
  .nav-area {
      margin-left: 7px;
  }
  
  .menu-link:hover {
      color: #006caa!important;
      background-color: #dddddd!important;
  }

  .social {
    justify-content: center!important;
  }
  
  .kbb-logo {
    max-width: 500px; 
    padding: 10px;
    position: relative; 
    z-index: 9999; 
  }

  .multi-column-menu {
    min-width: auto;
    white-space: nowrap;
  }

  .multi-column-menu .row {
    flex-wrap: nowrap;
  }

  .multi-column-menu .col-md-4 {
    min-width: 300px;
    font-size: 14px;
  }


  .dropdown-menu:focus,
  .dropdown-menu .dropdown-item:focus,
  .dropdown-toggle:focus {
    outline: none !important;
    box-shadow: none !important;
  }
/* SLIDER */

  .carousel-caption {
    background: #3b3a3a9e;
    color: #fff!important;
    right: 0!important;
    bottom: 0!important;
    left: 0!important;
  }

  .carousel-caption > h5{
    font-size: 14px!important;
  }

  .carousel-indicators {
    margin-bottom: 0!important;
  }



/* BUTTONS */
.journal {
  display: block;
  width: 100%;
  max-width: 514px;
  height: 129px; /* örnek */
  background: url('../img/journal-bg.jpg') no-repeat center center;
  background-size: cover; 
}
.journal-text {
  width: 100%;
  max-width: 220px;
  padding: 20px; 
  display: block;                
  transform-origin: center center;
  transition: transform 0.5s ease-in-out;
}

.journal:hover .journal-text {
  transform: scale(1.15);
}


/* CONTENT */
.navbarMenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.75rem 1rem;
  margin-bottom: 1rem;
  list-style: none;
  background-color: #e9ecef;
  border-radius: 0.25rem;
  font-weight: 400;
  color: #8c8f96;
}
.navbarMenu a{
    color: #000!important;
    
}
.menutitle {
    color: #046095;
    font-size: 2rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: 500;
    margin-bottom: 30px;
}

#menuCaption {
    color: #2765AB;
    font-size: 1.5rem;
}

/* FOOTER */
footer {
  background: url('../img/footer-bg.jpg') no-repeat center;
  background-size: cover;
  min-height: 40vh;
  color: #fff;
}

.footer-adres {
  border-right: 1px solid #edededc4;
}

@media screen and (max-width: 1200px) {
  .menu-link {
    font-size: 13px !important;
    padding: 20px 10px !important;
  }
  .btn1, .btn2, .btn3, .btn4, .btn5, .btn6 {
    font-size: 15px;
  }
  .btn-border {
      padding: 29px 10px;
  }
  
  .btn3 > .btn-link > .btn-border {
  padding: 18px 12px;
  }
  .right-btn-icon {
    padding: 0;
  }
}

@media screen and (max-width: 996px) {
  .nav-area {
    margin-left: 0 !important;
  }
  .hidden-sm {
        display: none;
  } 

  .carousel-caption {
      display: none;
  }

  .kbb-logo {
  max-width: 90px;
  position: relative; 
  top: 4px;
  }
    .btn1, .btn2, .btn3, .btn4, .btn5, .btn6 {
    font-size: 12px;
  }
  .btn-border {
      padding: 22px 10px;
  }
  .btn3 > .btn-link > .btn-border {
  padding: 14px 12px;
  }

  .poster {
    text-align: center!important;
  }
}

@media screen and (max-width: 768px) {

  .btn-border {
      padding: 45px 10px;
  }
  .btn3 > .btn-link > .btn-border {
  padding: 37px 12px;
  }

}