html {
    height: 100%;
}

body {
    min-height: 100%;
    background-attachment: fixed;
    background-size:cover;
    background-color: rgba(220, 220,200, 0.65);
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'EB Garamond', serif;
    color: #0f4a1e;
}

.pagefooter {
    background-color: #0f4a1e;
    color:#ffffff;
    padding:15px;

}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar-button {
    width: 21px;
    height: 21px;
}

::-webkit-scrollbar-thumb {
    background: #0f4a1e;
    border: 1px solid rgba(120, 120, 120, 0.45);
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #0f4a1e;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #0f4a1e;
        opacity: 0.75;
    }

::-webkit-scrollbar-track {
    background: #FFFFFF;
    border: 0px solid #ffffff;
    border-radius: 50px;
}

    ::-webkit-scrollbar-track:hover {
        background: #EEEEEE;
    }

    ::-webkit-scrollbar-track:active {
        background: #DDDDDD;
    }

::-webkit-scrollbar-corner {
    background: transparent;
}

.modalbackground {
    background-color: white;
    filter: alpha(opacity=75);
    opacity: 0.9;
}

.validatorMessage {
    font-size: x-small;
    color: red;
}

.DesktopItem {
    display: block;
}

.MobileItem {
    display: none;
}

.TextBoxNormal {
    width: 300px;
    height: 50px;
    background-color: white;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    font-size: 17px;
    font-family: 'Segoe UI';
    text-align: left;
    border-radius: 5px;
}

.hideTableMobileMenu {
    display: none;
}

.showTableMobileMenu {
    display: block;
}


.TextBoxStretch {
    width: 100%;
    height: 50px;
    background-color: white;
    border-color: #AAAAAA;
    border-style: solid;
    border-width: 1px;
    font-size: 17px;
    text-align: left;
    border-radius: 5px;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example22 {
    0% {
        opacity: 0.5;
    }

    1% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Standard syntax */
@keyframes example22 {
    0% {
        opacity: 0;
    }

    1% {
        opacity: 1;
    }

    49% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.imgarrow1 {
    display: block;
    -webkit-animation-name: example1; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 32s; /* Safari 4.0 - 8.0 */
    animation-name: example1;
    animation-duration: 32s;
    animation-iteration-count: infinite;
    animation-delay: 24s;
    animation-timing-function: ease-in-out;
    width: 100%;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example1 {
    0% {
        opacity: 0.0;
    }

    2% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Standard syntax */
@keyframes example1 {
    0% {
        opacity: 0.0;
    }

    2% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.imgarrow2 {
    display: block;
    -webkit-animation-name: example2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 32s; /* Safari 4.0 - 8.0 */
    animation-name: example2;
    animation-duration: 32s;
    animation-iteration-count: infinite;
    animation-delay: 16s;
    animation-timing-function: ease-in-out;
    width: 100%;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example2 {
    0% {
        opacity: 0.0;
    }

    2% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Standard syntax */
@keyframes example2 {
    0% {
        opacity: 0.0;
    }

    2% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.imgarrow3 {
    display: block;
    -webkit-animation-name: example; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 32s; /* Safari 4.0 - 8.0 */
    animation-name: example3;
    animation-duration: 32s;
    animation-iteration-count: infinite;
    animation-delay: 8s;
    animation-timing-function: ease-in-out;
    width: 100%;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example3 {
    0% {
        opacity: 0.0;
    }

    2% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Standard syntax */
@keyframes example3 {
    0% {
        opacity: 0.0;
    }

    2% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}


.imgarrow4 {
    display: block;
    -webkit-animation-name: example2; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 32s; /* Safari 4.0 - 8.0 */
    animation-name: example4;
    animation-duration: 32s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    width: 100%;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes example4 {
    0% {
        opacity: 0.0;
    }

    2% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

/* Standard syntax */
@keyframes example4 {
    0% {
        opacity: 0.0;
    }

    2% {
        opacity: 1;
    }

    23% {
        opacity: 1;
    }

    25% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

.headerCarousel {
    position: relative;
    top: -10px;
    max-height: 600px;
    overflow: hidden;
    background-color: #0f4a1e;
}


.menuHousing {
    padding: 10px;
    background-color: #baaf33;
    color: #097F07;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    z-index: 2;
}

.welcomeHousing {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.25);
    width: 100%;
    height: 600px;
    padding-top: 60px;
}

.schoolLogo {
    width: 10%;
    opacity: 0.75;
}

.extremeleftBox {
    background-color: #0f4a1e;
    color: #FFFFFF;
    padding: 10px;
    height: 150px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.extremerightBox {
    background-color: #0f4a1e;
    color: #FFFFFF;
    padding: 10px;
    height: 150px;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.centerBox {
    background-color: #baaf33;
    color: #0f4a1e;
    padding: 10px;
    height: 150px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.boxContainers {
    padding: 0px;
}


.menuItem {
    padding: 5px 10px;
    text-transform: uppercase;
    color: #FFFFFF;
    font-weight: bold;
    text-align:center;
}

.undecoratedLink {
    text-decoration: none;
}

.logohouse {
    padding-bottom: 20px
}

.lowerBox {
    position: relative;
    top: -10px;
    background-color: #0f4a1e;
    padding: 5px;
}

.definitionBox {
    position: relative;
    top: -200px;
    padding: 5px;
}

.mobileSideAdjustment {
    padding: 0px;
}

.principalsPicture {
    background-position: center;
    background-size: cover;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.principalsMessage {
    background-color: #ffffff;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
    background-color: #FFFFFF;
    color: #0f4a1e;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.eventlDateBox {
    background-color: #0f4a1e;
    color: #ffffff;
    padding: 5px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.eventNameBox {
    background-color: #ffffff;
    color: #0f4a1e;
    padding: 5px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.inPageMenu {
    background-color: #0f4a1e;
    color: #ffffff;
    text-transform:uppercase;
    border-radius: 3px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
}

.formLabel
{
    font-size:small;
    font-weight:bold;
}

.defaultFormItem{
    width:99%;
    min-height:28px;
}

.formrecord {
    padding: 10px;
}

.inPageMenuItem {
    border-color: rgba(220,220,220,0.25);
    border-style: solid;
    border-width: 1px;
    padding: 3px;
}

.panelNavigation {
   
}

.DesktopItem {
    display: block;
}

.anthemlyrics {
    height: auto;
    overflow-y: scroll;
}

.anthemPlayer {
    height: 150px;
}


.commentButtonLauncher {
    height: 70px;
    width: 70px;
    border: solid 1px rgba(255, 255, 255, 0.45);
    border-radius: 35px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position: fixed;
    bottom: 30px;
    right: 10px;
    transform: scale(1.15);
    z-index: 70;
}


@media screen and (max-width:1200px) {

    .commentButtonLauncher {
        height: 70px;
        width: 70px;
        border: solid 1px rgba(255, 255, 255, 0.45);
        border-radius: 35px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position: fixed;
        bottom: 45px;
        right: 20px;
        z-index: 70;
        transform: scale(1.05);
    }

.anthemlyrics {
        height: auto;
        overflow-y: scroll;
    }

    .anthemPlayer {
        height: auto;
    }

    .DesktopItem {
        display: block;
    }

    .MobileItem {
        display: none;
    }
}


@media screen and (max-width:992px) {

    .commentButtonLauncher {
        height: 70px;
        width: 70px;
        border: solid 1px rgba(255, 255, 255, 0.45);
        border-radius: 35px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position: fixed;
        bottom: 45px;
        right: 20px;
        z-index: 70;
        transform: scale(1.0);
    }

    .anthemlyrics {
        height: auto;
        overflow-y: scroll;
    }

    .anthemPlayer {
        height: 150px;
    }

    .DesktopItem {
        display: block;
    }

    .MobileItem {
        display: none;
    }
}

@media screen and (max-width:850px) {

    .commentButtonLauncher {
        height: 70px;
        width: 70px;
        border: solid 1px rgba(255, 255, 255, 0.45);
        border-radius: 35px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position: fixed;
        bottom: 45px;
        right: 20px;
        transform: scale(0.10);
        z-index: 70;
    }

    .anthemlyrics {
        height:auto;
        overflow-y:scroll;
    }

    .anthemPlayer {
        height: 150px;
    }

    .panelNavigation {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index: 2;
        font-size:small;
    }

    .principalsMessage {
        background-color: #ffffff;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0px;
        background-color: #FFFFFF;
        color: #000000;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }

    .principalsPicture {
        background-position: center;
        background-size: cover;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        height: auto;
    }

    .mobileSideAdjustment {
        padding: 0px 30px;
    }

    .logohouse {
        padding-bottom: 5px
    }

    .extremeleftBox {
        background-color: #0f4a1e;
        color: #FFFFFF;
        padding: 5px;
        height: auto;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }


    .extremerightBox {
        background-color: #0f4a1e;
        color: #FFFFFF;
        padding: 5px;
        height: auto;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }

    .centerBox {
        background-color: #baaf33;
        color: #0f4a1e;
        padding: 5px;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }


    .menuItem {
        padding: 10px 10px;
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: bold;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: rgba(26,124,51, 0.25);
        text-align:left;
    }

    .DesktopItem {
        display: none;
    }

    .MobileItem {
        display: block;
    }
}

@media screen and (max-width:670px) {

    .commentButtonLauncher {
        height: 70px;
        width: 70px;
        border: solid 1px rgba(255, 255, 255, 0.45);
        border-radius: 35px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        position: fixed;
        bottom: 45px;
        right: 20px;
        transform: scale(1);
        z-index: 70;
    }

    .anthemlyrics{
        height: auto;
        overflow-y:scroll;
    }

    .anthemPlayer {
        height: 250px;
    }

    .panelNavigation {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index:2;
        font-size:small;
    }

    .principalsMessage {
        background-color: #ffffff;
        border-top-right-radius: 0px;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
        border-top-right-radius: 0px;
        color: #000000;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }

    .principalsPicture {
        background-position: center;
        background-size: cover;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        border-bottom-left-radius:0px;
        height: 350px;
    }
    .mobileSideAdjustment {
        padding: 0px 30px;
    }

    .logohouse {
        padding-bottom: 5px
    }

    .definitionBox {
        position: relative;
        top: -120px;
        padding: 5px;
    }

    .extremeleftBox {
        background-color: #0f4a1e;
        color: #FFFFFF;
        padding: 10px;
        height: auto;
        border-bottom-left-radius: 0px;
        border-bottom-right-radius: 0px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }


    .extremerightBox {
        background-color: #0f4a1e;
        color: #FFFFFF;
        padding: 10px;
        height: auto;
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }


    .centerBox {
        background-color: #baaf33;
        color: #0f4a1e;
        padding: 10px;
        height: auto;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 10px 0 rgba(0, 0, 0, 0.19);
    }

    .menuItem {
        padding: 5px 20px;
        text-transform: uppercase;
        color: #FFFFFF;
        font-weight: bold;
        border-top-style: solid;
        border-top-width: 1px;
        border-top-color: rgba(26,124,51, 0.25);
        text-align:left;
    }

    .schoolLogo {
        width: 15%;
        opacity: 0.75;
    }

    .DesktopItem {
        display: none;
    }

    .MobileItem {
        display: block;
    }

    .menuHousing {
        padding: 10px 3px;
    }
}
