body {
    background-color: #121212;
    min-height: 100 vh;
    display: flex;
    flex-direction: column;
}

.almendra-regular {
  font-family: "Almendra", serif;
  font-weight: 400;
  font-style: normal;
}

.almendra-bold {
  font-family: "Almendra", serif;
  font-weight: 700;
  font-style: normal;
}

.almendra-regular-italic {
  font-family: "Almendra", serif;
  font-weight: 400;
  font-style: italic;
}

.almendra-bold-italic {
  font-family: "Almendra", serif;
  font-weight: 700;
  font-style: italic;
}

.navbar {
 background-color: #ddd ; 
}

.text_hover:hover {
    color: rgb(204, 154, 21) !important;
}

.text_hover:active {
    color: rgb(222, 174, 33) !important;
}

#foot_bt {
    position: relative;
    
    bottom: 0;
    margin-top: 50vh; 
}

.nav-link:hover {
  color: #aaa !important;
}


.nav-link:active {
  color: #ccc !important; 
}

.card:hover {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
  }