@charset "utf-8";

.thumbnail {
    width: 80px;
    height: 80px;
	filter: brightness(0.8);
}

.thumbnail:hover {
    filter: brightness(1);
}
@font-face {
    font-family: 'Playfair';
    src: url('../old-css/fonds/PlayfairDisplayBold.ttf') format('truetype');
}


body {
  font:'arial';
	color:#FFFFFF;
  font-size: 17px;
  line-height: 1.6;
}

h1 {
  font-family: 'playfair';
font-size: 3rem;
  font-weight: 700;
	color: white !important;
  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
}
h2 {
  font-family: 'Playfair';
  font-weight: 700;
  color: white !important;
  letter-spacing: 0.2px;
  margin-bottom: 1.5rem;
}
h3 {
	font-size: 1.2rem;
	text-decoration:underline;
	color: white !important;
  	font-weight: 700;
  	letter-spacing: 0.2px;
}
p {
	font-size: 15px;
	color: white !important;
  	letter-spacing: 0.1px;
}
h5 {
	font-size: 15px;
	color: white !important;
  	letter-spacing: 0.1px;
}
h4 {
	font-size: 15px;
	color: white !important;
  	letter-spacing: 0.1px;
}

.navbar {
    box-shadow: 0 2px 10px rgba(255, 255, 255, 0.5);
}