﻿body {
    margin: 0;
}

@media(min-width: 600px) {
    #desktopVideo {
        position: absolute;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        object-fit: cover;
    }

    #mobileVideo {
        display: none;
    }
}

@media(max-width: 600px) {
    #desktopVideo {
        display: none;
    }

    #mobileVideo {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 100%;
        height: auto;
        object-fit: cover;
    }
}

@media(min-width: 600px) {
    .topPane {
        /*background-image: url("img/MikeStethoscopeKids.jpg");*/
        height: 100vh;
        width: 100%;
        /*background-size: 100% 100%;*/
    }
    .headerText {
        text-align: center;
        z-index: 2;
        position: relative;
        color: white;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }

    .ACE_Lettering {
        padding-top: 14%;
        width: 25%;
        height: auto;
    }
}

@media(max-width: 600px) {
    .topPane {
        height: 85.5vh;
        width: 100vw;
        background-size: 100% 100%;
    }
    .headerText {
        text-align: center;
        z-index: 2;
        position: relative;
        color: white;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
    }
    .ACE_Lettering {
        padding-top: 60%;
        width: 70%;
        height: auto;
    }
}

.rowFullscreenOne {
    background-color: rgb(0,2,42);
}

.rowFullscreenContentOne {
    padding-top: 5%;
    padding-bottom: 5%;
    display: flex;
    color: white;
}

@media(max-width: 600px) {
    .signature {
        text-align: center;
        padding-bottom: 10px;
    }

    .welcomeVideo {
        height: auto;
        width: 90%;
        padding-left: 5%;
        padding-right: 5%;
    }
}

@media(min-width: 600px) {
    .signature {
        text-align: right;
    }

    .welcomeVideo {
        height: 90vh;
        width: auto;
        padding-left: 5%;
        padding-right: 5%;
    }
}


.rowFullscreenTwo {
    background-color: rgb(0,2,42);
}

.rowFullscreenContentTwo {
    padding-top: 5%;
    padding-bottom: 5%;
    margin-left: 10%;
    margin-right: 10%;
    color: white;
    font-size: 200%;
    text-align: justify;
}

.rowFullscreenThree {
    background-color: white;
}

.rowFullscreenContentThree {
    color: rgb(0,2,42);
    font-size: 200%;
}

.rowFullscreenFour {
    background-color: rgb(0,2,42);
}

.rowFullscreenContentFour {
    padding-top: 10vh;
    padding-bottom: 10vh;
    height: 75vh;
    display: flex;
    justify-content: center;
}

.LeftBox {
    width: 50%;
    text-align: center;
}

    .LeftBox h1 {
        text-align: left;
        padding-left: 5%;
    }

    .LeftBox p {
        text-align: left;
        padding-left: 5%;
    }

.RightBox {
    width: 50%;
    overflow-y: auto;
    text-align: center;
    margin-right: 5%;
}

/* scrollbar width */
.RightBox::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

/* scrollbar Track */
.RightBox::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
}

/* scrollbar Handle */
.RightBox::-webkit-scrollbar-thumb {
    background: white;
    border-radius: 5px;
}

.NewsBox {
    border: solid;
    border-color: white;
    border-style: solid;
    display: flex;
    color: white;
    margin-bottom: 5%;
    height: 60vh;
    overflow: auto;
}

@media(max-width: 600px) {
    .NewsBox {
        display: block;
    }
}

/*video {
    height: 100%;
}*/

@media(max-width: 600px) {
    .rowFullscreenContentFour {
        display: inline-block;
        text-align: center;
        width: 100%;
        height: auto;
    }

    .rowFullscreenContentOne {
        display: inline-block;
        text-align: center;
    }

    .LeftBox{
        width: 100%;
        padding-bottom: 5%;
    }

    .RightBox{
        width: 100%;
    }
    
}

.NewsImage {
    width: 100%;
    height: auto;
    margin-top: 5%;
    margin-bottom: 5%;
}


.gallery {
}

.container-all {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    width: fit-content;
}

    .container-all h1 {
        text-align: center;
        color: white;
    }

    .container-all img {
        width: 100%;
        transition-duration: .3s;
        max-width: 100%;
        display: block;
        overflow: hidden;
    }

.container {
    width: calc(33%);
    overflow: hidden;
    height: fit-content;
    margin: 3px;
    padding: 0;
    display: block;
    position: relative;
}

.CaptionTitle {
    font-weight: bold;
    text-align: center;
    font-size: 40px;
    text-shadow: 1px 1px 1px rgb(0, 1, 42);
    color: rgb(0,2,42);
}

    .CaptionTitle a {
        color: rgb(0,2,42);
    }

.caption {
    margin-bottom: 4%;
    width: 100%;
}

.ImageContainer {
    width: 100%;
    overflow: hidden;
    height: fit-content;
}

.title {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 35%;
    display: none;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    font-weight: bold;
    font-size: 1.6em;
    text-shadow: 1px 5px 10px black;
    transition-duration: .3s;
}

.text {
    position: absolute;
    top: 70%;
    cursor: pointer;
    max-width: 80%;
    text-align: center;
    left: 50%;
    text-shadow: 1px 5px 10px black;
    font-size: 1em;
    display: none;
    margin-right: -50%;
    transition-duration: .3s;
    transform: translate(-50%, -50%)
}

.ImageContainer:hover img {
    transform: scale(1.2);
    transition-duration: .3s;
    filter: grayscale(50%);
    opacity: .7;
}

.ImageContainer:hover span {
    color: white;
    display: block;
    transition-duration: .3s;
}

@media only screen and (min-width: 900px) {
    .container-all {
        display: flex;
    }
}

@media only screen and (max-width: 900px) {
    .container {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
    }
}

.quote {
    font-size: 200%;
    text-align: left;
    margin-left: 20%;
}

@media only screen and (max-width: 900px) {
    .quote {
        font-size: 100%;
        text-align: left;
        margin-left: 5%;
        margin-right: 5%;
    }
}

.centerBoxContainer {
    background-image: url("img/Soccer.jpeg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.centerBox {
    text-align: justify;
    position: relative;
    color: rgb(0,2,42);
    padding-left: 20%;
    padding-right: 20%;
    font-size: 200%;
    padding-top: 5%;
    padding-bottom: 5%;
    font-weight: bold;
    background-color: rgba(255, 255, 255, 0.8);
}

@media only screen and (max-width: 900px) {
    .centerBox {
        text-align: justify;
        position: relative;
        color: rgb(0,2,42);
        padding-left: 5%;
        padding-right: 5%;
        font-size: 100%;
        padding-top: 5%;
        padding-bottom: 5%;
        font-weight: bold;
    }

    .centerBoxContainer {
        background-image: url("img/Soccer.jpeg");
        background-attachment: initial;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

.twitterBox {
    width:1000px;
    overflow-y: auto;
    text-align: center;
}

@media only screen and (max-width: 900px) {
 .twitterBox {
     width: 100%;
 }