html,
body {
  margin: 0;
  height: 100%;
}

h1 {
  font-size: 2rem;
  padding-bottom: 2rem;
}

h2 {
  font-size: 1.8rem;
  padding-bottom: 3rem;
}

h1, h2 {
  font-weight: bold;
  font-family: "Trebuchet MS", sans-serif;
  text-align: center;
}

h1, h2, h3 {
  color: #195172;
  font-weight: bold;
}

#top {
  background: radial-gradient(at top left, #c9edf8, #87c5f7);
  padding: 150px 0 2rem;
}

#top img {
  max-width: 100%;
  max-height: 65vw;
}

.container p, .container li {
  font-size: 1.2rem;
}

ol.has-margin {
  margin-left: 3rem;
}

.fullscreen {
  min-height: 100vh;
  padding: 4rem 0;
}

.lightgrey {
  background-color: #e6f3ff;
}

.darkgrey {
  background-color: #d4ecfd;
}

.padded {
  padding: 5rem 0;
}

/* Navigation menu */

nav.navbar {
  opacity: .9;
}

nav.navbar:has(div.show), nav.navbar:has(div.collapsing) {
  opacity: 1;
}

#navbar-logo-image {
  float: left;
  height: 40px;
  margin-top: 5px;
  width: 60px
}

#navbar-logo-text {
  display: block;
  vertical-align: top;
  font-size: 2rem;
  font-family: "Tahoma", sans-serif;
  font-weight: 900;
  letter-spacing: .08rem;
  color: #4279a6;
  width: 13rem;
}

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
}

.navbar-nav > li{
  padding-left:10px;
  padding-right:10px;
}

#footer {
  background-color: #263846;
  content-visibility: auto;
  contain-intrinsic-size: auto 1000px auto 550px;
  color: white;
  padding: 20px 0 50px 0;
}

  #footer h2 {
    color: white;
    font-size: 2rem;
    padding: 2rem 0;
    text-align: center;
  }

  #footer a {
    color: white;
    display: block;
    height: 2rem;
    text-decoration: none;
  }

  #footer a:hover {
    color: yellow;
    text-decoration: underline;
  }

  #footer .testerly-email, #footer .phone-number {
    font-size: 1.4rem;
    padding-bottom: 1rem;
    min-height: 1.4rem;
  }

  #footer .testerly-email {
    padding-top: 2rem;
  }

  #footer-contact-info {
    text-align: center;
  }

  #footer-copyright {
    padding: 1rem 0 0 0;
  }

  #footer h3 {
    color: #87c5f7;
    font-size: 1.4rem;
    font-weight: bold;
  }

/* Table styling */

.table th {
  background-color: #0070af;
  color: white;
}

.table {
  background-color: rgba(255, 255, 255, .60);
}

.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
   background-color: rgba(230, 243, 255, 1);
}

/* Privacy Settings Modal */

#privacy-settings-modal {
  background: #fff;
  border: 1px solid #dee2e6;
  border-radius: 10px;
  box-shadow: 1px 1px 5px #bcbfc3;
  font-size: .9rem;
  padding: 15px 15px 10px;
  position: fixed;
  left: 30px;
  bottom: 30px;
  width: calc(100% - 60px);
  z-index: 100;
}

/* Common to several of the subpages but not used on the homepage */

#customized h3 {
  padding-top: 2rem;
  padding-left: 1.6rem;
  text-indent: -1.6rem;
}

#customized, #customized p {
  padding-left: 1.6rem;
}

.tagline {
  padding: 7rem 0;
  text-align: center;
}

  .tagline p, .tagline li {
    padding: 1rem 0;
  }

  .tagline, .tagline p, .tagline li {
    font-size: 1.6rem;
  }

#lies svg {
    max-width: 50vw;
}

#lies h2 {
  font-size: 1.4rem;
  padding: 2rem 0 0;
  text-align: left;
}

#integration h2 {
  padding-bottom: 4rem;
}

#integration li {
  padding-bottom: 2.5rem;
}

#integration ol {
  padding-left: 0;
}

.icon-list h5 {
  padding-top: 1rem;
}

@media only screen and (min-width: 768px) {
  #top {
    padding-top: 200px;
  }

  .container p, .container li {
    font-size: 1.6rem;
  }

  #footer .testerly-email{
    padding-top: 0;
  }

  #footer-contact-info {
    text-align: right;
  }

  #call-to-action, #call-to-action .btn {
    font-size: 1.8rem;
  }

  #privacy-settings-modal {
    width: 375px;
  }

  #customized, #customized p {
    font-size: 1.2rem;
  }

  #lies h2 {
    font-size: 1.8rem;
  }

  .icon-list h5 {
    font-size: 1.4rem;
  }

  .tagline, .tagline p, .tagline li  {
    font-size: 2rem;
  }

  .scrolling {
    overflow: hidden;
  }

  .scrolling:nth-child(odd) > .scroll-show {
     transform: translateX(50vw);
  }

  .scrolling:nth-child(even) > .scroll-show {
     transform: translateX(-50vw);
  }

  .scrolling > .scroll-show {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.6s ease, transform 1.2s ease;
    will-change: opacity, visibility;
  }

  .scrolling > .scroll-show.show {
    opacity: 1;
    transform: none;
    visibility: visible;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 3rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  #top img {
    max-height: 750px;
  }

  #lies svg {
    max-width: 100%;
  }
}

@media print {
  .navbar {
    position: absolute !important;
    top: 0 !important;
    width: 100% !important;
  }
}