/*---------------------------------------/*
 # SETTINGS
/*---------------------------------------*/
/*---------------------------------------/*
 # GENERIC - BOOTSTRAP
/*---------------------------------------*/
.card {
  margin-right: 5px;
  margin-left: 5px;
  height: 100%;
}
.card-img-top {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: auto;
  height: 10rem;
}

/*---------------------------------------/*
 # ELEMENTS
/*---------------------------------------*/
/*---------------------------------------/*
 # OBJECTS
/*---------------------------------------*/
/*---------------------------------------/*
 # COMPONENTS
/*---------------------------------------*/
.c-project {
  display: flex;
  flex-wrap: wrap;
}

.c-button {
  display: flex;
  justify-content: center;
  width: 10rem;
  margin: 1rem;
  background-color: darkgrey;
}
.c-button:hover {
  background-color: rgba(169, 169, 169, 0.5019607843) !important;
}

.c-img-wip {
  display: flex;
  width: 25%;
}

/*---------------------------------------/*
 # UTILITIES
/*---------------------------------------*/