html,
body {
  height: 100%;
}

#page-content {
  flex: 1 0 auto;
}

#sticky-footer {
  flex-shrink: none;
}

[data-trigger] {
  transition: all 0.3s;
}

body {
  font-family: "Source Sans Pro", sans-serif;
  min-height: calc(100vh - 9rem) !important;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto Slab", serif;
}

.icon {
  color: #fff;
  float: right;
  background: #6861ce;
  display: inline-block;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.25rem;
  line-height: 2rem;
  text-align: center;
  border-radius: 3px;
  font-weight: 600;
  min-width: 3.5rem;
  min-height: 3.5rem;
  line-height: 3.5rem;
}

.hide {
  display: none;
}