@charset "UTF-8";

/*
Theme Name: Stupid Civil Themes
*/
.current-menu-item a {
  color: red !important;
}

.inner-page-banner {

    background-size: cover;
    padding: 100px 0;
    position: relative;
    color: #fff;
    text-align: center;
}

.inner-page-banner::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4); /* dark overlay */
    z-index: 1;
}

.inner-page-banner .container {
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: 42px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #fff;
}
.study-msg {
  display: block; /* This forces it to break to a new line */
  color: red;
  font-size: 14px;
  margin-top: 5px;
}