@font-face {
  font-family: "Raleway Light";
  src: url("raleway/Raleway-Light.ttf") format("truetype");
  font-style: normal;
}
@font-face {
  font-family: "Tangerine Bold";
  src: url("tangerine_bold.ttf") format("truetype");
  font-style: normal;
}
html {
  position: relative;
  min-height: 100%;
}
body {
  font-family: "Raleway Light", arial;
  background-color: #fff !important;
  text-rendering: optimizeLegibility;
}

/* Navbar */
#navbar {
  background: var(--surface-color);
  padding: 5px 25px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

/* Gallery */
#gallery {
padding-bottom : 4rem;
}
#gallery img {
	   background-size: cover;
padding: 2px 4px;
 border-radius: 0px;
  }


.flex-auto {
  flex: 0 0 auto;
}

.h-250 { height: 250px; }
@media (min-width: 768px) {
  .h-md-250 { height: 250px; }
}

/* Pagination */
.blog-pagination {
  margin-bottom: 4rem;
}

/*
 * Blog posts
 */
.blog-post {
  margin-bottom: 4rem;
}
.blog-post-meta {
  margin-bottom: 1.25rem;
  color: #727272;
}
#card_date .input-group {
  margin: 20px 0px;
}
/* pageup */
#pageup {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  overflow: hidden;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
  background-color:#198754;
  border-color: #198754;
}
#pageup .bi-arrow-up {
  padding-left: 8px;
  font-size: 26px;
  color: #fff;
}
