html, body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

html {
  height: 100%;
}

html, body {
  margin: 0;
  padding: 0;
}

body {
  position: relative;
  min-height: 100%;
}

html {
  position: relative;
  min-height: 100%;
}

h1, h2, h3, h4, h5, h6 {
  color: #3c6e95 !important;
}

li.nav-item h1 {
  font-size: 160%;
  color: #fff !important;
  margin: 0;
  padding: 0;
  font-style: italic;
}

.navbar-help {
  background-image: url('../images/help.svg');
  width: 2rem;
  height: 2rem;
}

div.clear {
  clear: both;
}

.modal-lg {
  max-width: 80%;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 2px;
  background-color: #f5f5f5;
  text-align: center;
}

.logo {
  display: block;
  float: left;
  padding-right: 1rem !important;
}
