/* Öz Çağlayan
-------------------------------------------------- */

body {
  padding-bottom: 3rem;
  color: #5a5a5a;
}

a{ color: #000; }

a:hover {
  text-decoration: none;
  vertical-align: baseline;
}


/* Header
----------------------*/

header { background-color: #CCCDCF; margin-bottom: 20px; padding-top: 20px; border-bottom: 4px solid #000; text-align: center; }
header p { font-size: 17.5px; }

.bd-callout { padding: 1.25rem; margin-top: 1.25rem; margin-bottom: 1.25rem; border: 1px solid #eee; border-left-width: .25rem; border-radius: .25rem; }
.bd-callout-danger {border-left-color: #d9534f;}
.bd-callout-info {border-left-color: #5bc0de;}

.logo { font-family: 'Bungee', cursive; font-size: 34px; -webkit-text-stroke: 1px black; color: #FFAF46; text-shadow: 3px 3px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; }
.logo:hover { text-decoration: none; color: #FFAF46; }

.nav-link { display: inline; padding: .0rem 0rem; }

#demo { height:100%; position:relative; overflow:hidden; }
.green { background-color:#6fb936; }
.thumb { margin-bottom: 30px; }        
img.zoom { width: 100%; height: 200px; border-radius:5px; object-fit:cover; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; }
.transition { -webkit-transform: scale(1.2); -moz-transform: scale(1.2); -o-transform: scale(1.2); transform: scale(1.2); }
.modal-header { border-bottom: none; }
.modal-title { color:#000; }
.modal-footer { display:none; }


/* [THUMBNAILS] */
#gallery {
  max-width: 1200px;
  margin: 0 auto;
}
#gallery img {
  box-sizing: border-box;
  width: 25%;
  max-height: 150px;
  padding: 5px;
  /* fill, contain, cover, scale-down : use whichever you like */
  object-fit: cover;
  cursor: pointer;
}

/* [RESPONSIVE - MOBILE FRIENDLY] */
@media screen and (max-width: 850px) {
  #gallery img { width: 33%; }
}
@media screen and (max-width: 640px) {
  #gallery img { width: 50%; }
}

/* [LIGHTBOX BACKGROUND] */
#lback {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
}
#lback.show {
  opacity: 1;
  visibility: visible;
}

/* [LIGHTBOX IMAGE] */
#lfront {
  text-align: center;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
#lfront img {
  max-width: 80vw;
  max-height: 80vh;
}

/* [DOES NOT MATTER] */
body, html {
  padding: 0;
  margin: 0;
}

/* responsive
-------------------------------------------------- */

@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;
  }
  .rounded { margin-top: 30px; }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 4rem;
  }
}
