.navbar {
    margin-bottom: 20px;
}
.botnav {
  margin-bottom: 0px;
}

.seven-five-ratio {
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 1rem;
}

.color-yello-brand {
  background-color: #0d47a1;
  color: #ffffff !important;
}

.card{
  margin-bottom: 70px;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  /*background-color: #f5f5f5;*/
  padding-left: 1rem;
  padding-right: 1rem;
}

.center-block {
    margin: auto;
}