﻿body 
{
    background-color: black;
}

navBar 
{
    list-style-type: none;
    margin-top: 10px;
    margin-left: 0px;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: auto;
}

bkgVid 
{
    display: flow;
    width: 100%;
    height: 100%;
}

bkgVid1 
{
    width: 100vw;
    height: auto;
    margin: 0 auto;
}

bannerVid1 
{
    width: 30%;
    height: auto;
    float: none;
}

bannerVid2 
{
    width: 30%;
    height: auto;
    float: none;
}

bannerVid3 
{
    width: 30%;
    height: auto;
    float: none;
}

#lessonVid 
{
    position: relative;
    top: 0px;
    width: 100%;
    z-index: -100;
}

#facilityVid 
{
    position: relative;
    top: 0px;
    width: 100%;
    z-index: 0;
}

#myVideo1 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 100%;
    z-index: -100;
}

#myVideo2 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 100%;
    z-index: -100;
}

#myVideo3 {
    position: relative;
    top: 0px;
    left: 0px;
    width: 30%;
    height: 100%;
    z-index: -100;
}

ul 
{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

li
{
    float: left;
}

li a
{
    display: block;
    color: white;
    text-align: center;
    padding: 10px 10px;
    text-decoration: none;
}

li a:hover
{
    background-color: red;
    border-bottom: 1px solid red;
}

li a:active
{
    border-bottom: 1px solid red;
}


.container {
    border: 3px solid darkred;
    text-align: left;
    padding: 30px;
    padding-bottom: 10px;
    max-width: 100vw;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    outline: none;
}

indexHeader 
{
    color: white;
    font-size: 600%;
    font-weight: bold;
}

indexSubHeader 
{
    color: red;
    font-size: 300%;
    font-weight: bold;
}

indexTopicHeaderLite 
{
    color: black;
    font-size: 300%;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
}

indexTopicHeaderLiteNoBkg 
{
    font-size: 300%;
    justify-content: center;
    text-align: center;
    padding-bottom: 10px;
}

indexTopicHeaderDark
{
    color: white;
    font-size: 300%;
    justify-content: center;
}

indexTopicHeaderDarkNoBkg 
{
    font-size: 300%;
    justify-content: center;
}

bkgImg 
{
    background-size: contain;
}

p {
    color: black;
    font-size: 500%;
    text-align: left;
    justify-content: left;
}

blurb1 
{
    color: black;
    font-size: 500%;
    text-align: left;
    justify-content: left;
}

pLite 
{
    color: white;
    font-size: 2.4vw;
    text-align: center;
}

pDark 
{
    color: red;
    font-size: 2.4vw;
    text-align: center;
    z-index: 1;
}

pOver 
{
    color: red;
    font-size: 150%;
    text-align: center;
    z-index: 1;
    top: 0;
    left: 0;
}

pSuccess 
{
    color: red;
    font-size: 150%;
    text-align: center;
}

pSuccessSmall 
{
    color: white;
    font-size: 100%;
    text-align: center;
}

aoeGrid 
{
    display: grid;
    text-align: center;
}

teamGrid 
{
    display: grid;
    background-color: white;
    text-align: center;
    height: auto;
    overflow: auto;
}

contactUsGrid 
{
    display: grid;
    background-color: white;
    text-align: center;
}

messageUsGrid 
{
    display: grid;
    background-color: black;
    text-align: center;
    border: 1px solid white;
}

.navWindow 
{
    display: flex;
    padding-top: 5px;
    padding-bottom: 5px;
    justify-content: space-between;
    margin: 0 auto;
    background-color: black;
}

.subcontainer0
{
    display: flex;
    padding-top: 20px;
    padding-bottom: 10px;
    justify-content: space-between;
    margin: 0 auto;
}

.subcontainer1 
{
    background-color: white;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    justify-content: space-between;
}

.subcontainer2 
{
    background-color: black;
    margin: 0 auto;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    justify-content: space-between;
}

.subcontainer3 
{
    padding-top: 20px;
    padding-bottom: 10px;
    justify-content: space-between;
    margin: 0 auto;
    text-align: center;
}

.logoText
{
    display: flex;
    justify-content: center;
    margin: auto;
    width: 90%;
}

.logoImage
{
    display: flex;
    justify-content: center;
    margin: auto;
}

.topicHeader 
{
    display: flex;
    justify-content: center;
    margin: auto;
    text-align: center;
}

.imageSideText 
{
   float: left;
   width: 90%;
}

sp1 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 3;
    font-size: 4.4vw;
    border: 3px solid darkred;
    text-align: left;
    padding: 30px;
    padding-bottom: 10px;
    max-width: 100%;
    font-size: 16px;
    box-sizing: border-box;
    display: block;
    outline: none;
}

.input1 {
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 10;
    font-size: 4.4vw;
    text-align: left;
}

.input2 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 10;
    font-size: 4.4vw;
    text-align: left;
}

.input3 {
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 3;
    grid-column-end: 10;
    font-size: 4.4vw;
    text-align: left;
}

.input4 {
    grid-row-start: 4;
    grid-row-end: 6;
    grid-column-start: 3;
    grid-column-end: 10;
    font-size: 4.4vw;
    text-align: left;
}

.input5 {
    grid-row-start: 6;
    grid-row-end: 7;
    grid-column-start: 3;
    grid-column-end: 6;
    font-size: 4.4vw;
    text-align: left;
}

.i1 
{
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 5;
    color: red;
    color: red;
    font-size: 2.4vw;
}

.i2 
{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 6;
    grid-column-end: 10;
    color: red;
    font-size: 2.4vw;
}

.i3 {
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 4;
    color: black;
    font-size: 2.2vw;
}

.i4 
{
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 4;
    color: black;
    font-size: 2.2vw;
}

.i5 
{
    grid-row-start: 4;
    grid-row-end: 5;
    grid-column-start: 2;
    grid-column-end: 4;
    color: black;
    font-size: 2.2vw;
}

.i6 
{
    grid-row-start: 5;
    grid-row-end: 6;
    grid-column-start: 1;
    grid-column-end: 5;
    color: black;
    font-size: 2.2vw;
}

.item1 
{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 1;
    grid-column-end: 2;
    color: red;
    font-size: 2vw;
}

.item2 
{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    grid-column-end: 3;
    color: black;
    font-size: 2vw;
}

.item3 
{
    grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 3;
    grid-column-end: 4;
    color: red;
    font-size: 2vw;
}

.item4 
{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 1;
    grid-column-end: 2;
    color: red;
    font-size: 2vw;
}

.item5 
{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 2;
    grid-column-end: 3;
    color: black;
    font-size: 2vw;
}

.item6 
{
    grid-row-start: 2;
    grid-row-end: 3;
    grid-column-start: 3;
    grid-column-end: 4;
    color: red;
    font-size: 2vw;
}

.item7 
{
    grid-row-start: 3;
    grid-row-end: 4;
    grid-column-start: 2;
    grid-column-end: 3;
    color: black;
    font-size: 2vw;
}

#fcf-form {
    display: block;
}

.fcf-body {
    margin: 0;
    font-family: -apple-system, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
    padding: 30px;
    padding-bottom: 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    max-width: 100%;
}

.fcf-form-group {
    margin-bottom: 1rem;
}

.fcf-input-group {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}

.fcf-form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    outline: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .fcf-form-control:focus {
        border: 1px solid #313131;
    }

select.fcf-form-control[size], select.fcf-form-control[multiple] {
    height: auto;
}

textarea.fcf-form-control {
    font-family: -apple-system, Arial, sans-serif;
    height: auto;
}

label.fcf-label {
    display: inline-block;
    margin-bottom: 0.5rem;
}

.fcf-credit {
    padding-top: 10px;
    font-size: 0.9rem;
    color: #545b62;
}

    .fcf-credit a {
        color: #545b62;
        text-decoration: underline;
    }

        .fcf-credit a:hover {
            color: #0056b3;
            text-decoration: underline;
        }

.fcf-btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .fcf-btn {
        transition: none;
    }
}

.fcf-btn:hover {
    color: #212529;
    text-decoration: none;
}

.fcf-btn:focus, .fcf-btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.fcf-btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

    .fcf-btn-primary:hover {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
    }

    .fcf-btn-primary:focus, .fcf-btn-primary.focus {
        color: #fff;
        background-color: #0069d9;
        border-color: #0062cc;
        box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
    }

.fcf-btn-lg, .fcf-btn-group-lg > .fcf-btn {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}

.fcf-btn-block {
    display: block;
    width: 100%;
}

    .fcf-btn-block + .fcf-btn-block {
        margin-top: 0.5rem;
    }

input[type="submit"].fcf-btn-block, input[type="reset"].fcf-btn-block, input[type="button"].fcf-btn-block {
    width: 100%;
}