html {
    height: 100%;
}

body {
    min-height: 100%;
    background-attachment: fixed;
    background-size: cover;
    margin-left: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    font-family: 'EB Garamond', serif;
    color: #013C20;
    background-color: #EFEFEF;
}

.pagefooter {
    background-color: #013C20;
    color: #ffffff;
    padding: 15px;
}

::-webkit-scrollbar {
    width: 11px;
    height: 11px;
}

::-webkit-scrollbar-button {
    width: 21px;
    height: 21px;
}

::-webkit-scrollbar-thumb {
    background: #013C20;
    border: 1px solid rgba(120, 120, 120, 0.45);
    border-radius: 50px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #013C20;
    }

    ::-webkit-scrollbar-thumb:active {
        background: #013C20;
        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;
}


@-webkit-keyframes Animation-SchoolLogo {
    0% {
        opacity: 0;
        display: none;
    }
    10% {
        opacity: 0.5;
        display: block;
    }
    20% {
        opacity:1;
    }
    30% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    60% {
        opacity: 1;
    }
    70% {
        opacity: 0.75;
    }
    80% {
        opacity: 0.5;
    }
    90% {
        opacity: 0.0;
    }
    100% {
        opacity: 0;
        display:none;
    }
}




.schoolLogo {
    width: 20%;
}


@-webkit-keyframes Animation-HomaeBanner_1 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes Animation-HomaeBanner_2 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes Animation-HomaeBanner_3 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes Animation-HomaeBanner_4 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes Animation-HomaeBanner_5 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.Image_1 {
    -webkit-animation:  Animation-HomaeBanner_1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}
.Image_2 {
    -webkit-animation: Animation-HomaeBanner_2;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}
.Image_3 {
    -webkit-animation: Animation-HomaeBanner_3;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}
.Image_4 {
    -webkit-animation: Animation-HomaeBanner_4;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}
.Image_5 {
    -webkit-animation: Animation-HomaeBanner_5;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}

.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;
}


@-webkit-keyframes AnimationPayOff {
   1% {
        content: "Welcome to Beljosh Int'l Schools";
    }

    29.75% {
        content: "Creche, Nursery, Primary & Secondary";
    }

    49.75% {
        content: "Conducive Learning Environment";
    }

    69.75% {
        content: "State of the art Facilities";
    }

    89.75% {
        content: "Entrust your child to best hands";
    }
}

 .payOffLineStyle::after {
    content: "";
    -webkit-animation: AnimationPayOff;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}

.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;
}


@keyframes verticalrotate {
    0% {
        transform: scale(0);
        font-size: medium;
        opacity: 0;
        display: block;
        text-shadow: 2px 2px 20px rgba(43,47,41,0.93);
    }

    10% {
        transform: scale(2.5);
        opacity: 1;
        font-size: xx-large;
        text-shadow: 2px 2px 20px rgba(43,47,41,0.93);
    }

    15% {
        transform: scale(2);
        font-size: xx-large;
        opacity: 1;
        font-weight: bold;
        text-shadow: 2px 2px 20px rgba(43,47,41,0.93);
    }
    80% {
        transform: scale(2);
        font-size: xx-large;
        font-weight: bold;
        opacity: 1;
        text-shadow:  2px 2px 20px rgba(43,47,41,0.93);
    }

    85% {
        transform: scale(2);
        font-size: xx-large;
        opacity: 0;
        display: none;
    }

    100% {
        transform: scale(2);
        font-size: xx-large;
        display: none;
    }
}

@keyframes verticalrotate_Medium {
    0% {
        transform: scale(0);
        font-size: medium;
        opacity: 0;
        display: block;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    10% {
        transform: scale(1.75);
        opacity: 1;
        font-size: x-large;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    15% {
        transform: scale(1.35);
        font-size: x-large;
        font-weight: bold;
        opacity: 1;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }
    80% {
        transform: scale(1.35);
        font-size: x-large;
        opacity: 1;
        font-weight: bold;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    85% {
        transform: scale(1.35);
        font-size: x-large;
        opacity: 0;
        display: none;
    }

    100% {
        transform: scale(1.35);
        font-size: x-large;
        display: none;
    }
}

@keyframes verticalrotate_Smaller {
    0% {
        transform: scale(0);
        font-size: medium;
        opacity: 0;
        display: block;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    10% {
        transform: scale(1.5);
        opacity: 1;
        font-size: x-large;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    15% {
        transform: scale(1.25);
        font-size: x-large;
        opacity: 1;
        font-weight: bold;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }
    80% {
        transform: scale(1.25);
        font-size: x-large;
        opacity: 1;
        font-weight: bold;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    85% {
        transform: scale(1.25);
        font-size: x-large;
        opacity: 0;
        display: none;
    }

    100% {
        transform: scale(1.25);
        font-size: x-large;
        display: none;
    }
}

@keyframes verticalrotate_Smallest {
    0% {
        transform: scale(0);
        font-size: medium;
        opacity: 0;
        display: block;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    10% {
        transform: scale(1.5);
        opacity: 1;
        font-size: x-large;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    15% {
        transform: scale(1.25);
        font-size: x-large;
        opacity: 1;
        font-weight: bold;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    80% {
        transform: scale(1.25);
        font-size: x-large;
        opacity: 1;
        font-weight: bold;
        text-shadow: 2px 0px 20px rgba(43,47,41,0.93);
    }

    85% {
        transform: scale(1.2);
        font-size: x-large;
        opacity: 0;
        display: none;
    }

    100% {
        transform: scale(1.25);
        font-size: x-large;
        display: none;
    }
}


 .payOff {
        padding-top: 5px;
        position: relative;
        width: 100%;
        padding-top: 350px;
        font-size:x-large;
        opacity: 0;
        -webkit-animation: verticalrotate;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    }


.payOffReverse {
    position: relative;
    width: 100%;
    padding-top: 350px;
    font-size: x-large;
    opacity: 0;
    -webkit-animation: verticalrotate;
    -webkit-animation-direction: reverse;
    -webkit-animation-delay: 10s;
    -webkit-animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}


@-webkit-keyframes Animation-AlbumPicture_1 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 1;
    }

    20% {
        opacity: 1;
    }

    30% {
        opacity: 1;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes Animation-AlbumPicture_2 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    60% {
        opacity: 1;
    }

    70% {
        opacity: 1;
    }

    80% {
        opacity: 0;
    }

    90% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-webkit-keyframes Animation-AlbumPicture_3 {
    0% {
        opacity: 0;
    }

    10% {
        opacity: 0;
    }

    20% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    40% {
        opacity: 0;
    }

    50% {
        opacity: 0;
    }

    60% {
        opacity: 0;
    }

    70% {
        opacity: 0;
    }

    80% {
        opacity: 1;
    }

    90% {
        opacity: 1;
    }

    100% {
        opacity: 1;
    }
}

.Pic_Image_1 {
    -webkit-animation: Animation-AlbumPicture_1;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}

.Pic_Image_2 {
    -webkit-animation: Animation-AlbumPicture_2;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}

.Pic_Image_3 {
    -webkit-animation: Animation-AlbumPicture_3;
    -webkit-animation-fill-mode: forwards;
    -webkit-animation-duration: 50s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
}


.headerCarousel {
    position: relative;
    overflow: hidden;
}

.menuHousing {
    padding: 10px;
    background-color: #013C20;
    color: rgba(198,209,174,255);
    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.2);
    width: 100%;
    height: 1080px;
    padding-top: 60px;
}

.extremeleftBox {
    background-color: #013C20;
    color: #FFFFFF;
    padding: 5px;
    height: 200px;
    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: #013C20;
    color: #FFFFFF;
    padding: 5px;
    height: 200px;
    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: #b7d08f;
    color: #013C20;
    padding: 5px;
    height: 200px;
    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 {
    margin-top: -185px;
    padding-top:10px;
}

.lowerBox {
    position: relative;
    top: -10px;
    background-color: #baaf33;
    padding: 5px;
}

.definitionBox {
    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: #013C20;
    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: #013C20;
    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: #EFEFEF;
    color: #013C20;
    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: #013C20;
    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;
}

.welcomeImageDecorator {
    width: 10%;
    margin-top: -50px
}
.resultIndices {
    border: solid 1px rgba(0,0,0,0.35);
    box-shadow: 0 4px 8px 0 rgba(0,0,0, 0.2), 0 6px 20px 0 rgba(0,0,0, 0.19);
    min-height: 100px;
    color: #03064e;
    background-color: rgba(190,190,190, 0.1);
    padding: 5px;
    font-size: large;
    border-radius: 3px;
    text-decoration: none
}
@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);
    }

    .welcomeImageDecorator {
        width: 10%;
        margin-top: -50px
    }
    .DesktopItem {
        display: block;
    }

    .MobileItem {
        display: none;
    }
       
    .payOff {
        padding-top: 20px;
        position: relative;
        width: 100%;
        padding-top: 250px;
        opacity: 0;
        -webkit-animation: verticalrotate;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    }


    .payOffReverse {
        position: relative;
        width: 100%;
        padding-top: 250px;
        opacity: 0;
        -webkit-animation: verticalrotate;
        -webkit-animation-direction: reverse;
        -webkit-animation-delay: 10s;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    }

    .boxContainers {
        padding: 0px;
    }
}

@media screen and (max-width:992px) {

    .schoolLogo {
        width: 20%;
    }

    .logohouse {
        margin-top: -100px;
        padding-top: 10px;
    }
    .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);
    }

    .welcomeImageDecorator {
        width: 12%;
        margin-top: -50px
    }
    .DesktopItem {
        display: block;
    }

    .MobileItem {
        display: none;
    }

    .payOff {
        padding-top: 15px;
        position: relative;
        width: 100%;
        padding-top: 250px;
        opacity: 0;
        -webkit-animation: verticalrotate_Medium;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    }


    .payOffReverse {
        position: relative;
        width: 100%;
        padding-top: 0px;
        opacity: 0;
        -webkit-animation: verticalrotate_Medium;
        -webkit-animation-direction: reverse;
        -webkit-animation-delay: 10s;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    }

    .boxContainers {
        padding: 0px;
    }
}

@media screen and (max-width:850px) {

    .schoolLogo {
        width: 20%;
    }

    .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;
    }
    .welcomeImageDecorator {
        width: 15%;
        margin-top: -50px
    }
    .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 {
        margin-top: -100px;
        padding-top: 10px;
    }

    .extremeleftBox {
        background-color: #013C20;
        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: #013C20;
        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: #b7d08f;
        color: #013C20;
        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;
    }

    .payOff {
        padding-top: 5px;
        position: relative;
        width: 100%;
        padding-top: 150px;
        opacity: 0;
        -webkit-animation: verticalrotate_Smallest;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    }


    .payOffReverse {
        position: relative;
        width: 100%;
        padding-top: 250px;
        opacity: 0;
        -webkit-animation: verticalrotate_Smallest;
        -webkit-animation-direction: reverse;
        -webkit-animation-delay: 10s;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    }

    .boxContainers {
        padding: 0px;
    }
}

@media screen and (max-width:670px) {

    .schoolLogo {
        width: 30%;
    }

    .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;
    }  
    .welcomeImageDecorator {
        width: 30%;
        margin-top: -70px
    }

    .panelNavigation {
        position: fixed;
        bottom: 0px;
        left: 0px;
        z-index:2;
        font-size:small;
    }

    .principalsMessage {
        background-color: #EFEFEF;
        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: 250px;
    }
        
    .mobileSideAdjustment {
        padding: 0px 30px;
    }

    .logohouse {
        margin-top: -100px;
        padding-top: 10px;
    }

    .definitionBox {
        padding: 5px;
        padding-left:0px;
    }

    .extremeleftBox {
        background-color: #013C20;
        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: #013C20;
        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: #b7d08f;
        color: #013C20;
        padding: 10px;
        height: auto;
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.2), 0 0px 0px 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;
    }

    .DesktopItem {
        display: none;
    }

    .MobileItem {
        display: block;
    }

    .menuHousing {
        padding: 10px 3px;
    }
    .payOff {
        padding-top: 5px;
        position: relative;
        width: 100%;
        padding-top: 110px;
        opacity: 0;
        -webkit-animation: verticalrotate_Smallest;
        -webkit-animation-fill-mode: forwards;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    }


    .payOffReverse {
        position: relative;
        width: 100%;
        padding-top: 110px;
        opacity: 0;
        -webkit-animation: verticalrotate_Smallest;
        -webkit-animation-direction: reverse;
        -webkit-animation-delay: 10s;
        -webkit-animation-duration: 10s;
        -webkit-animation-iteration-count: infinite;
        -webkit-animation-timing-function: linear; /* or: ease, ease-in, ease-in-out, linear, cubic-bezier(x1, y1, x2, y2) */
    }

    .boxContainers {
        padding: 0px;
    }
}
