/* css styles */

:root {
    --bs-body-font-family: Georgia, 'Poppins', sans-serif;
    --bs-body-font-size: 14pt;
    --bs-body-line-height: 1.5em;
}

.custimg {
    width: 26px;
    height: 26px;
    margin: 4px 8px 4px 8px;
}

.navbar-brand.navbar-brand-logo {
    height: 60px;
}

.navbar {
    font-family: sans;
    font-size: 85%;
    text-transform: uppercase;
}

.navbar-brand>img {
    max-height: 56px;
}

.content-area {
    margin: 0 10%;
    max-width: 940px;
    display: block;
}

.img-full {
    width: 100%;
}

.topic h4 {
    width: 86%;
    margin: 0 7%;
    padding: 14px 10px;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    min-height: 50px;

    box-shadow: 0 0 25px 0 rgba(0,0,0,.2);
    margin-bottom: 25px;
}

.footer {
    padding: 0 8% 0 8%;
    font-family: sans;
    font-size: 14px;
    color: white;
}

.footer p {
    margin-top: 1em;
    margin-bottom: 1em;
    line-height: 1.5em;
}

.footer ul {
    list-style: none;
    padding-left: 1rem;
}

.footer h3 {
    font-size: 22px;
    font-weight: 600;
    border-bottom: solid #e0af14 2px;
    margin-bottom: 1.5rem;
}

.footer-stretch {
    background: #002;
}

.footer_bottom {
    background: #095a83;
    color: white;
    font-size: 15px;
    text-align: center;
    padding-bottom: 2px;
}

.hero-container {
  overflow: hidden;
  position: relative;
  max-height: 52vh;
  height: 52vh;
}

.hero-image {
  position: absolute;
  bottom: 0;
  /* liner gradient tints the image darker for readability*/
/*  background-image: linear-gradient( rgba(0,0,0,.3), rgba(0,0,0,.3) ), url(images/TeachingInClassroom.jpg) */
  background-image: url(images/TeachingInClassroom.jpg);
  background-size: cover;
  height: auto;
  width: 100vw;
  background-color: #141c25;
  display: flex; /* Change to `display: none` for no hero image */
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  padding: 21vh 0;
}

.hero-text {
    font-size: 40px;
    color: #d4a81e;
    font-family: Georgia, 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    line-height: 1.2em;
    padding: 0 10% 0.5em 10%;
}

.hero-text-sub {
    font-size: 22px;
    color: #fff;
    font-family: Georgia, 'Poppins', sans-serif;
    font-weight: 600;
    text-align: center;
    padding: 0 10% 0 10%;
}
