/* desktop only */
@media (min-width: 768px) {
    .jg-title {
        font-size: 250%;
    }

    .invisible-md {
        display: none;
    }
}

/* mobile only */
@media (max-width: 767.98px) {
    .jg-title {
        font-size: 195%;
    }

    .invisible-sm {
        display: none;
    }

    body {
        margin-bottom: 130px !important;
    }

    .footer {
        padding-top: 10px;
        height: 130px !important;
    }
}


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 10px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  line-height: 60px; /* Vertically center the text there */
  background-color: #f5f5f5;
}

