.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}



body {
	font-family: 'JetBrains Mono', monospace;
	font-weight: 400;
  color:rgb(78, 78, 78);
}


h5{ color:darkgrey;}

.card-subline{
  font-weight: 100;
}


.card {
	height: 100%;
  font-size: 0.75rem;
  color: #ffc107;
}


.img-responsive {
	width: 100%;
	height: 100%;
}


.gallery .card-img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.modal-backdrop.show {
  opacity: 0.8
}


footer ul {
  list-style: none;
}

footer a, a:hover, a:visited{
  color:rgb(88, 88, 88);
  text-decoration: none;
}


