@charset "UTF-8";
/* CSS Document */


* {
    font-family: Futura, "Trebuchet MS", Arial, sans-serif;
  }
.card-horizontal {
  display: flex;
  flex: 1 1 auto;
}
p, .fs-4 {

}
.coll_style {
  color: black;
  font-style: italic;
}
.nav-link {
  color: black;
}
.nav-link:active {
  color: black;
}
.nav-link:visited {
  color: black;
}
.nav-link:hover{
  color: grey;
}
a {
  color: black !important ;
  text-decoration: underline;
}
a:hover {
  color: grey !important ; 
}
h1{
  padding-bottom: 20px !important ;
}