button,
header {
    display: inline-block;
}
footer,
nav {
    background-color: rgba(0, 0, 0, 0.9);
}
.copyright,
.g-recaptcha,
.link-list,
.submit-button,
.title,
header h1 {
    text-align: center;
}
.img-ctr img,
.rslides img {
    object-fit: cover;
    object-position: top;
}
.gal-flex-item,
.logo,
.rslides {
    overflow: hidden;
}
#slideshow,
.main-picture,
.media,
.register-form,
.register-form .address-ctr input,
.signup-form,
.signup-form .address-ctr input,
.student-main,
body,
footer,
html,
main {
    box-sizing: border-box;
}
.curriculum-main ul,
.curriculum-menu ul,
nav ul,
ul {
    list-style-type: none;
}
#schedule table,
.curriculum-fitness,
.data-table {
    border-collapse: collapse;
}
@font-face {
    font-family: "Shojumaru Regular";
    src: url(../font/Shojumaru-Regular.ttf);
}
@font-face {
    font-family: Lato;
    src: url(../font/Lato-Regular.ttf);
}
@font-face {
    font-family: fontawesome;
    src: url(../font/fontawesome-webfont.ttf);
}
@font-face {
    font-family: "Bebas Kai";
    src: url(../font/BebasKai.ttf);
}
html {
    scroll-behavior: smooth;
}
body,
html {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family: Lato, Arial, sans-serif;
}
.header-name,
h2,
header h1 {
    font-family: "Shojumaru Regular";
}
button {
    border: 0;
}
header {
    width: 100%;
}
header h1 {
    word-spacing: 15px;
    letter-spacing: 10px;
}
.flex-item p:not(:first-child),
.shop-item figure,
article p {
    text-align: justify;
}
header a,
header a:active,
header a:focus,
header a:visited {
    text-decoration: none;
    color: rgba(0, 120, 150, 0.9);
    text-shadow: 1px 1px 2px #000;
}
footer a,
footer a:active,
footer a:hover,
footer a:visited,
footer a:visited:hover,
nav a,
nav a:active,
nav a:hover,
nav a:visited {
    color: #dcdcdc;
    text-decoration: none;
}
.footer-column:last-child,
nav i {
    font-size: 1em;
}
.curriculum-menu div,
h3 {
    font-family: "Bebas Kai";
    letter-spacing: 1px;
}
h3 {
    font-size: 1.5em;
}
i {
    font-size: 1.75em;
}
nav {
    position: fixed !important;
    height: 100px;
    display: flex;
    justify-content: space-between;
    z-index: 99;
    top: 0;
    left: 0;
}
.nav-item {
    margin-left: 10px;
    margin-right: 10px;
}
.dropdown-menu {
    left: initial;
    top: 80px;
    right: -26px;
    border-top-left-radius: initial;
    border-top-right-radius: initial;
}
.dropdown-menu .dropdown-item:last-of-type {
    padding-top: 20px;
}
.curriculum-main div:not(.student-welcome),
.drop-down-menu,
.responsive-curriculum-menu .fa-caret-up,
.rsp-img {
    display: none;
}
.title,
nav ul {
    display: inline-block;
}
.nav-menu li:first-child {
    border-left: 1px solid #000;
}
nav ul {
    padding: 0;
    margin: 0;
}
.nav-logo {
    width: 75px;
}
.navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.small-logo {
    width: 50px;
}
.small-title {
    font-size: 0.8em;
}
.header-name,
.nav-icon {
    font-size: 1.5em;
}
.text-white,
footer h3,
footer p {
    color: #dcdcdc;
}
.text-red {
    color: #a03214;
}
.text-blue {
    color: rgba(0, 120, 180, 0.9);
}
.text-yellow {
    color: rgba(255, 193, 7, 0.9);
}
.text-black {
    color: #000;
    text-shadow: 0 0 5px #fff;
}
.navbar-right .nav-link:hover {
    background: #fff;
    color: #000;
}
.row-section {
    margin-bottom: 50px;
}
.logo,
main {
    margin: auto;
}
.contact {
    padding-top: 50px;
}
.email-form {
    padding-top: 10px;
    padding-bottom: 10px;
}
.,
.email-form,
.signup-form {
    border-radius: 2px !important;
}
.contact-link {
    color: #004ea2;
}
.nav-menu-left li,
.nav-menu-right li {
    display: inline-block;
    margin: 0 10px;
    padding: 15px;
}
.nav-menu-left li:first-child {
    margin-left: 0;
}
.nav-menu-right li:last-child {
    margin-right: 0;
}
.nav-menu-left li:hover,
.nav-menu-right li:hover {
    background: #045870;
}
footer,
main,
nav {
    width: 100%;
    margin: auto;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.title {
    width: 100%;
}
.logo {
    width: 70%;
    display: block;
    opacity: 0.5;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -5;
    max-width: 720px;
}
main {
    background: rgba(240, 240, 240, 0.7);
}
.section {
    line-height: 160%;
    margin: 0 auto;
    padding: 120px 80px;
    box-shadow: 0 5px 15px #000;
    min-height: 100vh;
}
.ctr-red {
    background: rgba(160, 50, 20, 0.5);
}
.ctr-yellow {
    background: rgba(255, 193, 7, 0.2);
}
.ctr-green {
    background: rgba(40, 167, 69, 0.5);
}
.ctr-blue {
    background: rgba(0, 120, 150, 0.5);
}
main h2 {
    margin-bottom: 20px;
}
.data-table th,
td {
    border-color: #000 !important;
}
#slideshow,
.main-picture {
    position: relative;
    width: 100%;
    margin: auto;
    height: 540px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
}
#slideshow > div,
.main-picture > div {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
#slideshow div img,
.gal-img,
.main-picture div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
.rslides {
    position: relative;
    list-style: none;
    width: 100%;
    height: 90vh;
    padding: 0;
    margin: 100px 0 0;
}
.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.rslides li:first-child {
    position: relative;
    display: block;
    float: left;
}
.rslides img {
    display: block;
    float: left;
    border: 0;
    width: 100%;
    height: 100%;
}
footer {
    width: 100%;
}
.footer-row {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
.footer-column {
    padding: 10px;
    width: 300px;
}
.footer-column a,
.footer-column p {
    font-size: 1.25em;
}
#map {
    width: 300px;
    height: 300px;
}
.copyright {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.news-article p {
    margin-left: 20px;
}
.link-list {
    margin: 40px;
}
.link-list a {
    padding: 10px;
}
article .left,
article .right {
    width: 40%;
    display: inline-block;
    padding: 30px;
    overflow: hidden;
    max-height: 500px;
    vertical-align: top;
}
article p {
    vertical-align: middle;
}
article img {
    width: 100%;
    vertical-align: bottom;
}
.question {
    margin-top: 30px;
}
.contact .left,
.contact .right {
    display: inline-block;
    width: 50%;
    text-align: center;
    vertical-align: top;
}
.email-form {
    background-color: rgba(250, 250, 250, 0.9);
    box-shadow: 1px 1px 10px;
}
.email-form input,
.email-form textarea {
    margin: 10px 10px 0;
    width: 95%;
    padding: 5px;
}
.submit-button {
    cursor: pointer;
    width: 75%;
    padding: 10px;
    font-size: 1.15em;
    margin: auto auto 10px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    background-color: rgba(0, 120, 180, 0.9);
    color: #dcdcdc;
}
.gal-flex-item,
.img-ctr img {
    box-shadow: 1px 1px 5px #000;
}
.register-form,
.signup-form {
    margin: 25px;
    background-color: rgba(250, 250, 250, 0.9);
    border: 3px solid rgba(0, 0, 0, 0.9);
    border-top: 10px solid rgba(0, 0, 0, 0.9);
    width: 95%;
    padding: 15px;
}
.register-form input,
.register-form select,
.register-form textarea,
.signup-form input,
.signup-form select,
.signup-form textarea {
    margin: 10px 0 0;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
}
.register-form .address-ctr,
.signup-form .address-ctr {
    display: flex;
    justify-content: space-between;
}
.register-form select:invalid,
.signup-form select:invalid {
    color: gray;
}
.g-recaptcha {
    margin: 0 auto 10px;
    text-align: -webkit-center;
    padding: 10px;
}
.buttons,
.err,
.err-msg,
.shop-flex-container,
.shop-flex-item,
.success,
.success-msg {
    text-align: center;
}
.err,
.success {
    color: red;
}
label.error {
    color: #dc3545;
}
.flex-row {
    width: 70%;
    margin: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-display: flex;
}
.flex-item:nth-child(2n) {
    width: 45%;
    text-align: left;
    padding-left: 5%;
    padding-bottom: 30px;
}
.flex-item:nth-child(odd) {
    width: 45%;
    text-align: right;
    padding-right: 5%;
    padding-bottom: 30px;
}
.flex-item p:first-child {
    font-weight: 700;
    border-bottom: 1px solid #000;
}
.img-ctr,
.img-ctr img {
    width: 100%;
    height: 100%;
}
#schedule table {
    margin: auto;
    width: 100%;
}
#schedule td,
#schedule tr {
    border: 1px solid #000;
    width: 20%;
    text-align: center;
}
#schedule td p {
    margin: 10px;
}
#schedule td p:first-child,
.tech-kname {
    font-weight: 700;
}
#schedule th,
#schedule tr {
    border: 1px solid #000;
}
.schedule-list li {
    font-weight: 700;
    font-size: 1.25rem;
}
.schedule-list ul > li {
    font-weight: 400;
    font-size: 1rem;
}
.schedule-list ul {
    margin-left: 0;
    padding-left: 0;
    margin-bottom: 25px;
}
.dragons {
    background: rgba(0, 255, 0, 0.3);
}
.byui,
.kids {
    background: rgba(0, 0, 255, 0.3);
}
.adults,
.elite {
    background: rgba(255, 0, 0, 0.3);
}
.black-belt {
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
}
.gal-flex-container {
    width: 100%;
    margin: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
}
.div-overlay,
.screen-overlay {
    display: none;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.gal-flex-item {
    width: 250px;
    height: 150px;
    border: 3px solid rgba(250, 250, 250, 0.9);
    margin: 10px;
    background-color: rgba(250, 250, 250, 0.9);
    position: relative;
    cursor: pointer;
}
.screen-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 20;
}
.div-overlay {
    position: fixed;
    width: 75%;
    height: 90%;
    z-index: 21;
}
.div-overlay img {
    height: 75vh;
    border: 10px solid rgba(250, 250, 250, 0.9);
    box-shadow: 1px 1px 5px #000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.shop-image img,
.shop-item figure img {
    border: 1px solid #000;
    box-shadow: 1px 1px 5px #000;
}
.audio-flex-ctr {
    width: 100%;
    margin: 0 auto 100px;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-display: flex;
    justify-content: center;
}
.audio-flex-item {
    width: 300px;
    margin: 10px;
}
.shop-flex-container {
    width: 70%;
    margin: auto;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    display: flex;
    -webkit-display: flex;
    vertical-align: top;
}
.shop-flex-item {
    width: 20%;
    margin: 0 auto;
    padding-left: 5%;
    padding-bottom: 30px;
}
.shop-image img {
    vertical-align: top;
    width: 100%;
    height: 100%;
}
.shop-item {
    display: flex;
    width: 80%;
    margin: auto;
}
.shop-item figure {
    width: 30%;
    margin-right: 30%;
}
.shop-item figure img {
    width: 100%;
}
.shop-item select {
    vertical-align: middle;
    height: 20px;
    padding: 0 10px;
    margin: 0 10px;
}
.banner {
    width: 100%;
}
.err-msg {
    color: red;
    font-weight: 700;
}
.success-msg {
    color: rgba(0, 120, 150, 0.9);
    font-weight: 700;
}
.login-box {
    margin: auto;
    width: 600px;
    background-color: rgba(250, 250, 250, 0.9);
    border: 3px solid rgba(0, 0, 0, 0.9);
    border-top: 20px solid rgba(0, 0, 0, 0.9);
}
.buttons {
    width: 100%;
    display: flex;
    margin-top: 50px;
}
.forgot-password,
.login-button {
    margin: 0 20px;
    border-radius: 3px;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    width: 75%;
    padding: 5px;
    cursor: pointer;
}
.forgot-password {
    background-color: rgba(255, 83, 83, 0.8);
}
.login-button {
    background-color: rgba(0, 120, 180, 0.9);
    color: #dcdcdc;
}
.password-box {
    height: auto;
}
.login-input input {
    width: 93.5%;
    margin: 15px 20px 0;
    padding: 10px 5px;
    text-align: left;
}
.password-button {
    margin: 0 auto 20px;
}
.center-div,
.jumbotron-img {
    width: 75%;
    margin: auto;
    text-align: justify;
    max-width: 700px;
}
.important-text {
    font-weight: 700;
    font-size: 1.25em;
}
.student-main {
    width: 100%;
    min-height: 90vh;
    max-height: 90vh;
    flex: 1;
    display: flex;
    align-items: stretch;
    margin-top: 100px;
}
.curriculum-menu {
    width: 25%;
    display: flex;
    flex-direction: column;
}
.curriculum-menu ul {
    margin: 0;
    padding: 0;
    text-indent: 20px;
}
.curriculum-menu div {
    padding: 20px 10px;
    border-bottom: 2px solid #000;
    border-right: 2px solid #000;
    cursor: pointer;
    font-weight: 700;
}
.curriculum-menu > div {
    flex: 1 1 auto;
}
div.white-stripe,
li .white-stripe {
    background: #fff;
}
div.yellow-stripe,
li .yellow-stripe {
    background: #ff0;
}
div.orange-stripe,
li .orange-stripe {
    background: #ff9600;
}
div.green-stripe,
li .green-stripe {
    background: #00ff50;
}
div.blue-stripe,
li .blue-stripe {
    background: #0078ff;
    color: #fff;
}
div.brown-stripe,
li .brown-stripe {
    background: #96641e;
    color: #fff;
}
div.red-stripe,
li .red-stripe {
    background: red;
    color: #fff;
}
div.black-stripe,
li .black-stripe {
    background: #282828;
    color: #fff;
}
div.black-stripe {
    border-bottom: none;
}
.curriculum-main {
    position: relative;
    width: 75%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    background: rgba(255, 255, 255, 0.9);
    overflow: auto;
}
.student-welcome {
    padding-top: 40px;
}
.media {
    display: block !important;
    margin-top: 20px;
}
.media article {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.board-break,
.media vid {
    width: 100%;
    box-sizing: border-box;
}
.media vid {
    display: block;
    margin: auto;
    padding: 20px 20px 0;
}
.board-break {
    display: flex;
    flex-wrap: nowrap;
}
.board-break article {
    width: 50%;
    margin: 0 auto;
    padding: 20px;
}
.board-break article p {
    text-align: center;
    margin: 0;
}
.board-break article p.kname {
    font-size: 1.15em;
    font-weight: 700;
    font-style: italic;
}
.board-break article p.ename {
    text-align: center;
    font-style: italic;
}
.board-break article p.desc {
    text-align: justify;
    margin-top: 5px;
}
.curriculum-main ul {
    padding: 0;
}
.curriculum-fitness {
    margin: auto auto 25px;
    width: 40%;
}
.curriculum-fitness td,
.curriculum-fitness th {
    border: 2px solid #000;
}
.curriculum-fitness tr:nth-child(odd) {
    background: rgba(0, 180, 120, 0.4);
}
.belt-select {
    position: absolute;
    top: 10px;
    right: 0;
}
.belt-select select {
    padding: 5px 10px 5px 5px;
    font-size: 16px;
    width: 200px;
}
.belt-select span {
    font-size: 16px;
}
.tech {
    display: block !important;
    border-top: 1px solid;
    width: 95%;
    margin: auto;
    line-height: 2em;
}
.curriculum-main h4 {
    width: 95%;
    margin: 0 auto 20px;
}
.tech-ename {
    font-style: italic;
}
.responsive-curriculum-menu {
    display: none;
    background-color: #444;
    color: #fff;
}
video {
    width: 75%;
}
.video-title {
    text-align: center;
    font-weight: 700;
}
.video-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
    margin-bottom: 50px;
}
.video-responsive iframe {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    position: absolute;
}
.paypalform form {
    display: flex;
    padding: 0 40px 40px;
}
.paypalform form input[type="text"],
.paypalform form select {
    width: 80%;
    padding: 5px;
    text-align: center;
    font-size: 1.25em;
}
.paypalform form div,
.paypalform form table {
    width: 50%;
    box-sizing: border-box;
    margin: auto;
    text-align: center;
}
.audio-icon {
    margin-right: 8px;
    font-size: 1.25em;
}
.play-audio {
    cursor: pointer;
}
.data-table {
    width: 100%;
}
.data-table th,
td {
    border: 1px solid #ddd;
    padding: 8px;
}
.data-table tr:nth-child(2n) td {
    background-color: rgba(240, 240, 240, 0.7);
}
.data-table tr:nth-child(odd) td {
    background-color: rgba(200, 200, 200, 0.7);
}
.data-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: rgba(0, 120, 150, 0.9);
    color: #dcdcdc;
}
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 1;
    background-color: #fff;
    z-index: 9999;
}
#loading-image {
    z-index: 10000;
}

#subRequired {
  padding: 10px 25px;
  text-align: center;
  background-color: rgba(240,108,108,.4);
  margin-top: 50px;
  margin-bottom: 50px;
  border: 1px solid #000;
  width: fit-content;
  align-content: center;
  margin: 50px auto;
}

.instructor {
  cursor: pointer;
}

.modal-title {
  font-family: "Bebas Kai";
  letter-spacing: 1px;
}
