body {
  font-family: "Roboto", Helvetica, Arial, sans-serif;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-block-end: 0;
}

.container {
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-left: 16px;
  padding-right: 16px;
}

.top-container {
  /* background: ; */
  padding: 5px;
  /* border-bottom:2px solid #0f0f0f; */
}

.text-center {
  text-align: center;
}

#logo-container,
#title-container,
div.centerdiv {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
}

.bottom-container {
  background: #333;
  padding: 13px;
  border-top: 2px solid #0f0f0f;
  /* position: absolute; */
  bottom: 0;
  margin-top: 20px;
  color: white;
}

.bottom-container p {
  margin-block-end: 0.5em;
  margin-block-start: 0.5em;
}

.clickable {
  cursor: pointer;
}

@media (min-width: 600px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .text-overlay-box .index-pane-text {
    font-size: 1.2rem;
    font-weight: 550;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 768px) {
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .text-overlay-box .index-pane-text {
    font-size: 1.5rem;
    font-weight: 650;
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px;
  }
  .text-overlay-box .index-pane-text {
    font-size: 1.9rem;
    font-weight: 750;
  }
}

@media print {
  .no-print {
    display: none;
  }
}
