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%;
}

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

h2 {
  font-size: 120%;
}

h3 {
  font-size: 110%;
}

h4 {
  font-size: 105%;
}

h5 {
  font-size: 100%;
}

a {
  text-decoration: none;
}

.content {
  margin-top: 70px;
}

.footerfix {
  height: 4rem;
}

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

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

.list {
  margin-bottom: 0;
}

ol {
  margin-bottom: 0.5em;
}

a.disabled {
  pointer-events: none;
}
