/*
Theme Name: Boyacı
Author: Onur Kınay
Description: Boyacı Web Sitesi
Author URI: https://onurkinay.com.tr
Version: 1.0
*/


#ustbilgi {
    background-color: black;
    color: white;
  }
  
  #ustbilgi span {
    padding: 5px 10px;
  }
  #ustbilgi i {
    font-size: 24px;
    vertical-align: middle;
  }
  
  #ustbilgi a {
    text-decoration: none;
    vertical-align: middle;
    color: white;
  }
  
  .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
  }
  
  .maps {
    width: 100%;
  }
  
  .boyaci {
    background-image: url(assets/imgs/boyaci.png);
    background-position: right;
    background-repeat: no-repeat;
    padding: 72px 0px; 
    
  }
  .boyaci p,h1{
    mix-blend-mode: difference;
    filter: invert(100%) grayscale(1) contrast(9);
}
  .beyazboyaci {
    background-image: url(assets/imgs/beyazboyaci.png);
    background-position: right;
    background-repeat: no-repeat; 
    padding: 70px 0px;
  }
  .beyazboyaci p:first,h1{
    mix-blend-mode: difference;
    filter: invert(100%) grayscale(1) contrast(9);
}

  .tavanci {
    background-image: url(assets/imgs/tavanci.png);
    background-position: right;
    background-repeat: no-repeat; 
    padding: 70px 0px;
  }
  .tavanci p:first,h1{
    mix-blend-mode: difference;
    filter: invert(100%) grayscale(1) contrast(9);
}
  /*****/
   
   
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }
  
   
  
  /* RESPONSIVE CSS
  -------------------------------------------------- */
  
  @media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }
  
    .featurette-heading {
      font-size: 50px;
    }
  }
  
  @media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
  }