/* Sign-in container styling */
.signin-body {
  margin: 0;
  font-family: "Roboto", sans-serif;
  color: #333;
  background-color: #ffffff;
}

.signin-main {
  width: 100%;
  padding: 10rem 0;
  display: flex;
  justify-content: center;
}

.signin-container {
  background-color: #30444c;
  padding: 1.5rem;
  text-align: center;
  box-shadow: 0 0 .2rem #0000,0 .2rem .4rem #0000;
  color: #ffffff;
  border-radius: 5px;
}

.signin-container img {
  margin-bottom: 1rem;
  height: 50px;
}

.signin-container h1 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 2rem;
  color: #ffffff;
}

.g_id_signin {
  display: flex;
  justify-content: center;
}

/* MkDocs Styling */
.md-header,
.md-footer,
.md-footer-meta,
.md-nav--primary .md-nav__title {
  background-color: #30444c !important;
  color: #ffffff !important;
}

.md-tabs {
  background-color: #efefef !important;
  color: #000000de !important;
}

.md-tabs__link, .md-nav--primary {
  text-transform: capitalize;
}

/* Force code blocks to wrap content instead of scrolling */
.md-typeset pre,
.md-typeset code {
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

/* Less Margin Under Titles */
.md-typeset h1 {
  margin-bottom: 1rem;
}

/* AI Resource Hub Logo's */
.logo-footer {
  opacity: 0.7;
}

.logo-index {
  width: 300px;
}

.logo-footer {
  width: 150px;
  margin-top: 5px;
}