.content {
  min-height: calc(100% - 35px);
  /* equal to footer height */
/*  margin-bottom: 35px;*/
}
.content:after {
  content: "";
  display: block;
  height: 35px;
}

footer {
  font-size: 10px;
}

footer .container {
  height: 35px;
  color: white;
  background-color: black;
  position: relative;
}

footer .container .row {
  position: absolute;
  bottom: 0;
}

footer .container .row .col-right-sm a {
  margin-top: 3px;
}

footer .rit-logo {
  height: 9px;
  padding-right: 9px;
}

@media only screen and (min-width: 768px) {
  footer .container .row .col-left-sm {
    line-height: 30px;
  }
  footer .container .row .col-right-sm a {
    margin-top: 0;
  }
}

footer .container .fa-circle {
  color: black;
}

footer .container a {
  margin-right: 10px;
  font-size: 12px;
}

footer .container a:hover {
  transition: 0.3s;
  opacity: .5;
}
