
div.footer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #f5f5f5;
    color: black; padding: 10px;;
    text-align: center;
}  

h1 {font-weight: 700;}


@font-face {
    font-family: IntroRustBase;
    src: url(/fonts/nd_rust.otf);
  }

  h1 {
    font-family: IntroRustBase;
    font-size: 2em;
  }
  
  .logo_font .ND_font {
    font-family: IntroRustBase;
    font-size: 1.5em; 
}
  .logo_font {
    font-family: IntroRustBase;
    font-size: .8em;
  }

  .logo_middle_font {
    font-family: IntroRustBase;
    color:#CCC;
  }

/* 
Pallette Colors
--mint-cream: #f1f7eeff;
--ash-gray: #b0bea9ff;
--cambridge-blue: #92aa83ff;
--nyanza: #e0edc5ff;
--mindaro: #e7f59eff;
*/
  

.thumb-post img {
  object-fit: cover; /* Do not scale the image */
  object-position: center; /* Center the image within the element */
  width: 100%;
  max-height: 150px;
  }

  .thumb-post {
  width: 100%;
  }

  