/* NEW */
/* NEW */
html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%; }

#body-wrapper {
  display: flex;
  -o-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  flex-direction: column;
  min-height: 100%; }
  #body-wrapper > header h1 {
    margin: 0; }
  #body-wrapper > header > .container {
    position: relative; }
  #body-wrapper > main {
    flex-grow: 1;
    overflow-y: auto;
    /* This gets overridden by flex but forces the scrollbar hopefully */
    height: 1px; }
  #body-wrapper > footer {
    position: relative;
    margin-top: 1px;
    margin-bottom: 0;
    padding-top: 0.5em;
    padding-bottom: 0.5em; }

table {
  margin-top: 1rem;
  border-spacing: 0; }
  table td, table th {
    padding: 0.3rem 0.6rem 0.2rem;
    border-collapse: separate; }

footer #hamburger {
  display: none; }

@media (max-width: 1000px) {
  header h1 {
    font-size: 1.8rem; } }
@media (max-width: 768px) {
  header h1 {
    font-size: 1.8rem; }

  header .left {
    flex: 0 0 100%;
    max-width: 100%; }

  #header-links {
    display: none; }

  footer div.full-width-only {
    display: none; }

  footer #hamburger {
    display: block; }

  .col-4.left-footer {
    flex: 0 0 83.333333%;
    max-width: 83.333333%; }

  #hamburger {
    position: absolute;
    bottom: 0.5rem;
    right: 0.5rem;
    /*color: $secondary-background-color;*/
    color: #17a2b8;
    cursor: pointer; } }
@media (max-width: 520px) {
  header h1 {
    font-size: 1.4rem; } }
@media (max-width: 435px) {
  header h1 {
    font-size: 1rem; } }
main > div {
  padding-bottom: 1.5rem; }

.profilePicture img {
  max-height: 8em;
  max-width: 8em;
  border-radius: 0.4rem; }

.hidden {
  display: none !important; }

/*# sourceMappingURL=aboveTheFold.css.map */
