﻿html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: Roboto, "Helvetica Neue", sans-serif;
}

.iwnolink {

  a:link {
    color: inherit;
    text-decoration: none;
  }

  a:visited {
    color: inherit;
    text-decoration: none;
  }

  a:hover {
    color: inherit;
    text-decoration: none;
  }

  a:active {
    color: inherit;
    text-decoration: none;
  }
}

header {
    padding-bottom: 2rem;
}

.iwtitle {
  font-size: x-large;
}

.m-2 {
  margin: 0.5rem !important;
}

footer {
    padding-bottom: 4rem;
}

.iwfooter {
  font-size: smaller;

  a:link {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
  }

  a:visited {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
  }

  a:hover {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
  }

  a:active {
    color: inherit;
    text-decoration: none;
    font-weight: bold;
  }
}

h2 {
    padding-top: 1.5rem;
}

.iwcenter {
    text-align: center;
}
