@font-face {
  font-family:TypoGraphica;
  src: url('TypoGraphica_400.otf'); /* url of the font */
}

@font-face {
  font-family:Ysabeau;
  src: url('Ysabeau.ttf');
}

div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {
  margin: 5px;
  border: 1px solid #ccc;
  width: 180px;
}

div.gallery-item:hover {
  border: 1px solid #777;
}

div.gallery-item img {
  width: 100%;
  height: auto;
}

div.gallery-item div.desc {
  padding: 15px;
  text-align: center;
}

.carousel-control.left,
.carousel-control.right {
    background-image: none !important;
    filter: none !important; /* Για υποστήριξη παλαιότερων εκδόσεων Internet Explorer */
}