@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Poppins", sans-serif;
}

body{
    width: 100%;
    background-position: center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    overflow-x: hidden;
    position: absolute;
    height: 10px;
}


.Background{
    width: 100%;
    height: 200px;
    background: #124720;
}

.Background h2{
    font-size: 60px;
    color: white;
    position: relative;
    top: 30vh;
    left: 5vh;
}


.Title3{
    position: absolute;
    top: 85vh;
    color: white;
    left: 20px;
    font-size: 80px;
}


.side-bar{
    background: #004d00;
    backdrop-filter: blur(15px);
    width: 290px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -290px;
    overflow-y: auto;
    transition:right 0.6s ease;
    transition-property: right;
}
.side-bar.active{
    right: 0;
}
.side-bar .menu{
    width: 100%;
    margin-top: 80px;
}
.side-bar .menu .item{
    position: relative;
    cursor: pointer;
}
.side-bar .menu .item a{
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    display: block;
    padding: 5px 30px;
    line-height: 60px;
}
.side-bar .menu .item a:hover{
    background: green;
    transition: 0.3s ease;
}
.side-bar .menu .item i{
    margin-right: 15px;
}
.side-bar .menu .item a .dropdown{
    position: absolute;
    right: 0;
    margin: 20px;
    transition: 0.3s ease;
}
.side-bar .menu .item .sub-menu{
    background: rgba(255,255,255,0.1);
    display: none;
     padding-left: 30px; /* Adjust as needed */
}
.side-bar .menu .item .sub-menu a{
    padding-left: 80px;
}
.side-bar .menu .item .sub-menu a {
    padding: 1px 20px; /* Adjust as needed */
    font-size: 17px; /* Adjust the font size */
}
.rotate{
    transform: rotate(90deg);
}
.close-btn{
    position: absolute;
    color: #fff;
    font-size: 20px;
    left: 0;
    margin: 25px;
    cursor: pointer;
}
.logo {
    position: absolute;
    top: 25px; /* Adjust the top position as needed */
    left: 25px; /* Adjust the left position as needed */
    display: flex;
    align-items: center;
}

.logo img {
    width: 40%;
    height: 150px; /* Adjust the height of the logo as needed */
    margin-right: 20px; /* Add margin to separate the logo from the menu icon */
}
.logo h1{
    color: white;
    font-size: 2rem;
}

.menu-btn{
    position: absolute;
    color: #fff;
    font-size: 20px;
    margin: 25px;
    cursor: pointer;
    right: 0;
    display: flex;
    align-items: center;
    background: #124720;
    padding: 5px;
    top: 0;
}
.menu-btn{
    position: fixed;
}
.menu-btn .fa-bars{
    margin-right: 5px;
}
.menu-name {
    display: inline;
    font-size: 25px;
}

.main{
    position: static;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px;
    font-size: 60px;
    color: white;
}

.Researchers a{
    position: relative;
    top: 32vh;
    left: 23%;
    color: white;
    font-weight: 600;
    border: .2rem solid white;
    padding: 5px;
    text-decoration: none;
}

@media (max-width: 700px) {
    .menu-btn .fa-bars{
        display: none;
    }

    .menu-name {
        display: none;
    }
    .menu-btn .fa-bars{
        display: block;
        position: sticky;
    }
    
    .logo{
        position: absolute;
        top: 10px;
    }
    
    .logo img {
        position: relative;
        width: 45%;
        height: 70px;
        margin-right: 10px;
    }
    .logo h1{
        position: relative;
        font-size: 15px;
        color: white;
    }
    
    .main{
        text-align: center;
        align-content: center;
        font-size: 40px;
    }
    
    .logo title h1{
        font-size: 20px;
    }
    .Title-Room{
        font-size: 20px;
    }
    .row{
        flex-direction: column;
    }
    
    .Title3{
        display: block;
        color: white;
        font-size: 30px;
        position: absolute;
        top: 150px;
    }
    
    .Researchers a{
        position: relative;
        top: 23vh;
    }
}



.Footing{
    background: #124720;
    height: 200px;
    width: 100%;
    position: absolute;
    top: 320rem;
}

.Foot-img{
    overflow-y: hidden;
}

.Footing img{
    width: 150px;
    height: 150px;
    margin-left: 50;
    margin-top: 10px;
}

.Footing h1{
    position: absolute;
    top: 40px;
    left: 220px;
    color: white;
}

.Footing h2{
    position: relative;
    left: 75vh;
    color: white;
    font-size: 15px;
    width: 350px;
    bottom: 14vh;
    line-height: 25px;
    font-weight: 100;
}

.Footing h2 a{
    text-decoration: none;
    color: white;
}

.Footer{
    position: relative;
    display: flex;
    gap: 0px;
    width: 300px;
    left: 130vh;
    bottom: 15vh;
}

.Footer img{
    width: 40px;
    height: 40px;
    margin: 10px;
}

.Footer a{
    background: transparent;
    border: .2rem solid white;
    border-radius: 200px;
    font-size: 30px;
    cursor: pointer;
    color: white;
    margin-right: 10px;
    transition: .5s;
}

.Footer a:hover{
    border: .2rem solid black;
    color: black;
    background: white;
}

@media (max-width: 700px){
    .Footing{
        background: #124720;
        width: 100%;
        height: 300px;
        position: relative;
        top: 40rem;
    }

    .Foot-img{
        display: flex;
        justify-content: center;
    }

    .Footing h1{
        text-align: left;
        position: relative;
        top: 20px;
        left: 0;
        color: white;
    }

    .Footing h2{
        display: flex;
        justify-content: center;
        text-align: center;
        color: white;
        line-height: 25px;
        font-size: 15px;
        bottom: 0%;
        position: relative;
        width: auto;
        left: 0;
    }

    .Footing img{
        width: 100px;
        height: 100px;
        display: flex;
        margin: 10px;
    }
    
    .Footer{
        position: relative;
        left: 25%;
        width: 50%;
        bottom: 0;
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 5px;
        top: 20px;
        
        
    }
    
    .Footer img{
        width: 30px;
        height: 30px;
        margin: 5px;
        display: flex;
        cursor: pointer;
    }

    .Footer a{
        background: transparent;
        border: .2rem solid white;
        border-radius: 100px;
        gap: 50px;
        cursor: pointer;
        transition: .2s;
        color: white;
        font-size: 20px;
        margin-right: 0;
    }

    .Footer a:hover{
        background: white;
        border: .2rem solid black;
        color: black;
    }
}


.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.Staff{
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 95%;
    flex-wrap: wrap;
    position: relative;
    top: 60vh;
}

.Staff h1{
    position: absolute;
    top: -40px;
    font-size: 30px;
    color: #124720;
}

.Back1 a{
    cursor: pointer;
}

.Back1 img {
    width: 200px;
}

.Back2 img {
    width: 200px;
    height: 300px;
    position: relative;
    top: 20%;
}

.Layer{
    background: rgba(0,0,0,0.8);
    width: 200px;
    height: 50px;
    position: relative;
    top: ;
}

.modal-btn{
    position: relative;
    left: 40%;
    top: 15px;
    text-decoration: none;
    border: .2rem solid white;
    color: white;
    padding: 3px;
    cursor: pointer;
}

.Layer a{
    transition: .5s;
    background: transparent;
}

.Layer a:hover{
    background: whitesmoke;
    color: black;
    border: .2rem solid black;
    font-weight: bold;
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.modal-content img{
    width: 200px;
}

.modal-content h2{
    position: relative;
    left: 35%;
    width: 50%;
}

.modal-content p{
    position: absolute;
    right: 39%;
    line-height: 30px;
    font-size: 17px;
    top: 40%;
}
.modal-content a{
    font-weight: bold;
}

.modal-content2 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.modal-content2 img{
    width: 200px;
}

.modal-content2 h2{
    position: relative;
    left: 35%;
    width: 50%;
}

.modal-content2 p{
    position: absolute;
    right: 44%;
    line-height: 30px;
    font-size: 17px;
    top: 43%;
}

.modal-content2 p a{
    font-weight: bold;
}

.modal-content3 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.modal-content3 img{
    width: 200px;
}

.modal-content3 h2{
    position: relative;
    left: 40%;
    width: 50%;
}

.modal-content3 p{
    position: absolute;
    right: 31%;
    line-height: 30px;
    font-size: 17px;
    top: 35.5%;
}

.modal-content3 p a{
    font-weight: bold;
}

.modal-content4 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.modal-content4 img{
    width: 200px;
}

.modal-content4 h2{
    position: relative;
    left: 37%;
    width: 50%;
}

.modal-content4 p{
    position: absolute;
    right: 36%;
    line-height: 30px;
    font-size: 17px;
    top: 36.5%;
}

.modal-content4 p a{
    font-weight: bold;
}

.modal-content5 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.modal-content5 img{
    width: 200px;
}

.modal-content5 h2{
    position: relative;
    left: 32%;
    width: 50%;
}

.modal-content5 p{
    position: absolute;
    right: 36%;
    line-height: 30px;
    font-size: 17px;
    top: 36.5%;
}

.modal-content5 p a{
    font-weight: bold;
}

.modal-content6 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 55%;
    height: 50%;
}

.modal-content6 img{
    width: 200px;
}

.modal-content6 h2{
    position: relative;
    left: 35%;
    width: 50%;
    margin: 5px;
}

.modal-content6 p{
    position: absolute;
    right: 28%;
    line-height: 30px;
    font-size: 17px;
    top: 35%;
}

.modal-content6 p a{
    font-weight: bold;
}

.modal-content7 {
    position: relative;
    bottom: 0%;
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 55%;
    height: 55%;
    overflow: hidden;
    overflow-y: scroll;
}

.modal-content7 img{
    width: 200px;
    position: relative;
    top: 15%;
}

.modal-content7 h2{
    position: relative;
    left: 37%;
    width: 50%;
}

.modal-content7 p{
    position: absolute;
    left: 34%;
    line-height: 30px;
    font-size: 17px;
    top: 15%;
}

.modal-content7 p a{
    font-weight: bold;
}

.modal-content8 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.modal-content8 img{
    width: 200px;
}

.modal-content8 h2{
    position: relative;
    left: 35%;
    width: 50%;
}

.modal-content8 p{
    position: absolute;
    right: 35%;
    line-height: 30px;
    font-size: 17px;
    top: 35%;
}

.modal-content8 p a{
    font-weight: bold;
}

















@media (max-width: 700px){
    .Staff h1{
        position: relative;
        top: 30px;
        text-align: center;
    }
    
    .modal-content{
        width: 90%;
        overflow: hidden;
        overflow-y: scroll;
        height: 62%;
        position: relative;
        top: 10%;
    }
    
    .modal-content span{
        padding: 5px;
    }
    
    .modal-content img{
        position: relative;
        top: -150px;
        left: 10%;
    }
    
    .modal-content h2{
        position: relative;
        left: 25%;
    }
    
    .modal-content p{
        position: relative;
        right: 5;
        font-size: 15px;
        top: 350px;
        text-align: center;
    }
    
    .modal-content2{
        width: 90%;
        overflow: hidden;
        overflow-y: scroll;
        height: 62%;
        position: relative;
        top: 10%;
    }
    
    .modal-content2 span{
        padding: 5px;
    }
    
    .modal-content2 img{
        position: relative;
        top: -110px;
        left: 10%;
    }
    
    .modal-content2 h2{
        position: relative;
        left: 25%;
        text-align: center;
    }
    
    .modal-content2 p{
        position: relative;
        right: 5;
        font-size: 15px;
        top: 330px;
        text-align: center;
    }
    
    .modal-content3{
        width: 90%;
        overflow: hidden;
        overflow-y: scroll;
        height: 62%;
        position: relative;
        top: 10%;
    }
    
    .modal-content3 span{
        padding: 5px;
    }
    
    .modal-content3 img{
        position: relative;
        top: -230px;
        left: 10%;
    }
    
    .modal-content3 h2{
        position: relative;
        left: 25%;
        text-align: center;
    }
    
    .modal-content3 p{
        position: relative;
        right: 5;
        font-size: 15px;
        top: 350px;
        text-align: center;
    }
    
    .modal-content4{
        width: 90%;
        overflow: hidden;
        overflow-y: scroll;
        height: 62%;
        position: relative;
        top: 10%;
    }
    
    .modal-content4 span{
        padding: 5px;
    }
    
    .modal-content4 img{
        position: relative;
        top: -210px;
        left: 10%;
    }
    
    .modal-content4 h2{
        position: relative;
        left: 25%;
        text-align: center;
    }
    
    .modal-content4 p{
        position: relative;
        right: 5;
        font-size: 15px;
        top: 350px;
        text-align: center;
    }
    
    .modal-content5{
        width: 90%;
        overflow: hidden;
        overflow-y: scroll;
        height: 62%;
        position: relative;
        top: 10%;
    }
    
    .modal-content5 span{
        padding: 5px;
    }
    
    .modal-content5 img{
        position: relative;
        top: -230px;
        left: 10%;
    }
    
    .modal-content5 h2{
        position: relative;
        left: 25%;
        text-align: center;
    }
    
    .modal-content5 p{
        position: relative;
        right: 5;
        font-size: 15px;
        top: 340px;
        text-align: center;
    }
    
    .modal-content6{
        width: 90%;
        overflow: hidden;
        overflow-y: scroll;
        height: 62%;
        position: relative;
        top: 10%;
        left: 0;
    }
    
    .modal-content6 span{
        padding: 5px;
    }

    .modal-content6 img{
        position: relative;
        width: 200px;
        left: 10%;
    }
    
    .modal-content6 h2{
        position: relative;
        left: 25%;
        text-align: center;
    }
    
    .modal-content6 p{
        position: relative;
        right: 5;
        font-size: 15px;
        top: 50px;
        text-align: center;
    }
    
    .modal-content7{
        width: 90%;
        overflow: hidden;
        overflow-y: scroll;
        height: 62%;
        position: relative;
        top: 10%;
    }
    
    .modal-content7 span{
        padding: 5px;
    }
    
    .modal-content7 img{
        position: relative;
        top: 0;
        left: 10%;
    }
    
    .modal-content7 h2{
        position: relative;
        left: 25%;
        text-align: center;
    }
    
    .modal-content7 p{
        position: relative;
        left: 0;
        font-size: 15px;
        top: 10%;
        text-align: center;
    }
    
    .modal-content8{
        width: 90%;
        overflow: hidden;
        overflow-y: scroll;
        height: 62%;
        position: relative;
        top: 10%;
    }
    
    .modal-content8 span{
        padding: 5px;
    }
    
    .modal-content8 img{
        position: relative;
        top: 6%;
        left: 10%;
    }
    
    .modal-content8 h2{
        position: relative;
        left: 25%;
        text-align: center;
    }
    
    .modal-content8 p{
        position: relative;
        left: 0;
        font-size: 15px;
        top: 12%;
        text-align: center;
    }
}


/*-------KinderModal--------------*/
.Kindermodal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.Kinder{
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 95%;
    flex-wrap: wrap;
    position: relative;
    top: 20vh;
}

.Kinder h1{
    position: absolute;
    font-size: 30px;
    color: #124720;
}

.Back1 img {
    width: 200px;
    position: relative;
    top: 70px;
}

.Layer{
    background: rgba(0,0,0,0.8);
    width: 200px;
    height: 50px;
    position: relative;
    top: 70px;
}

.kinder-btn{
    position: relative;
    left: 40%;
    top: 15px;
    text-decoration: none;
    border: .2rem solid white;
    color: white;
    padding: 3px;
    cursor: pointer;
}

.Kinder-content1 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content1 img{
    width: 200px;
}

.Kinder-content1 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content1 p{
    position: absolute;
    right: 30%;
    line-height: 30px;
    font-size: 17px;
    top: 20%;
}
.Kinder-content1 a{
    font-weight: bold;
}


.Kinder-content2 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content2 img{
    width: 200px;
}

.Kinder-content2 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content2 p{
    position: absolute;
    right: 27%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content2 a{
    font-weight: bold;
}

.Kinder-content3 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content3 img{
    width: 200px;
}

.Kinder-content3 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content3 p{
    position: absolute;
    right: 29%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content3 a{
    font-weight: bold;
}

.Kinder-content4 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content4 img{
    width: 200px;
}

.Kinder-content4 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content4 p{
    position: absolute;
    right: 32%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content4 a{
    font-weight: bold;
}

.Kinder-content5 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content5 img{
    width: 200px;
}

.Kinder-content5 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Kinder-content5 p{
    position: absolute;
    right: 32%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content5 a{
    font-weight: bold;
}

.Kinder-content6 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content6 img{
    width: 200px;
}

.Kinder-content6 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content6 p{
    position: absolute;
    right: 24%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content6 a{
    font-weight: bold;
}

.Kinder-content7 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content7 img{
    width: 200px;
}

.Kinder-content7 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Kinder-content7 p{
    position: absolute;
    right: 29%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content7 a{
    font-weight: bold;
}

.Kinder-content8 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content8 img{
    width: 200px;
}

.Kinder-content8 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Kinder-content8 p{
    position: absolute;
    right: 29%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content8 a{
    font-weight: bold;
}

.Kinder-content9 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
    height: 47%;
}

.Kinder-content9 img{
    width: 200px;
}

.Kinder-content9 h2{
    position: relative;
    left: 40%;
    width: 50%;
    top: -5px;
}

.Kinder-content9 p{
    position: absolute;
    right: 13%;
    line-height: 30px;
    font-size: 16px;
    top: 16%;
}
.Kinder-content9 a{
    font-weight: bold;
}

.Kinder-content10 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
    height: 47%;
}

.Kinder-content10 img{
    width: 200px;
    position: relative;
    top: 20px;
}

.Kinder-content10 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content10 p{
    position: absolute;
    right: 15%;
    line-height: 30px;
    font-size: 16px;
    top: 16%;
}
.Kinder-content10 a{
    font-weight: bold;
}

.Kinder-content11 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
    height: 47%;
}

.Kinder-content11 img{
    width: 200px;
    position: relative;
    top: 20px;
}

.Kinder-content11 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
    font-size: 19px;
}

.Kinder-content11 p{
    position: absolute;
    right: 26%;
    line-height: 30px;
    font-size: 16px;
    top: 15%;
}
.Kinder-content11 a{
    font-weight: bold;
}

.Kinder-content12 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content12 img{
    width: 200px;
}

.Kinder-content12 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Kinder-content12 p{
    position: absolute;
    right: 32%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content12 a{
    font-weight: bold;
}
.Kinder-content13 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content13 img{
    width: 200px;
}

.Kinder-content13 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Kinder-content13 p{
    position: absolute;
    right: 32%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content13 a{
    font-weight: bold;
}
.Kinder-content14 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content14 img{
    width: 200px;
}

.Kinder-content14 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Kinder-content14 p{
    position: absolute;
    right: 25%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content14 a{
    font-weight: bold;
}
.Kinder-content15 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
    height: 47%;
}

.Kinder-content15 img{
    width: 200px;
    position: relative;
    top: 20px;
}

.Kinder-content15 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Kinder-content15 p{
    position: absolute;
    right: 22%;
    line-height: 30px;
    font-size: 16px;
    top: 16%;
}
.Kinder-content15 a{
    font-weight: bold;
}
.Kinder-content16 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
    height: 47%;
}

.Kinder-content16 img{
    width: 200px;
    position: relative;
    top: 20px;
}

.Kinder-content16 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content16 p{
    position: absolute;
    right: 25%;
    line-height: 30px;
    font-size: 16px;
    top: 16%;
}
.Kinder-content16 a{
    font-weight: bold;
}
.Kinder-content17 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content17 img{
    width: 200px;
    position: relative;
    top: 10px;
}

.Kinder-content17 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content17 p{
    position: absolute;
    right: 25%;
    line-height: 30px;
    font-size: 17px;
    top: 20%;
}
.Kinder-content17 a{
    font-weight: bold;
}
.Kinder-content18 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content18 img{
    width: 200px;
}

.Kinder-content18 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content18 p{
    position: absolute;
    right: 27%;
    line-height: 30px;
    font-size: 17px;
    top: 16%;
}
.Kinder-content18 a{
    font-weight: bold;
}
.Kinder-content19 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
    height: 50%;
}

.Kinder-content19 img{
    width: 200px;
    position: relative;
    top: 10%;
}

.Kinder-content19 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content19 p{
    position: absolute;
    right: 32%;
    line-height: 30px;
    font-size: 17px;
    top: 14%;
}
.Kinder-content19 a{
    font-weight: bold;
}

.Kinder-content20 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content20 img{
    width: 200px;
    position: relative;
    top: 20%;
}

.Kinder-content20 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content20 p{
    position: absolute;
    right: 7%;
    line-height: 30px;
    font-size: 17px;
    top: 17%;
}
.Kinder-content20 a{
    font-weight: bold;
}

.Kinder-content21 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    position: relative;
    top: 5%;
}

.Kinder-content21 img{
    width: 200px;
    position: relative;
    top: 10%;
}

.Kinder-content21 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Kinder-content21 p{
    position: absolute;
    right: 5%;
    line-height: 30px;
    font-size: 15px;
    top: 14%;
}
.Kinder-content21 a{
    font-weight: bold;
}






@media (max-width: 700px){
    .Kinder h1{
        text-align: center;
        position: relative;
        top: 20px;
    }
    
    .Kinder-content1{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content1 span{
        padding: 5px;
    }
    
    .Kinder-content1 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content1 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content1 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content1 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content2{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content2 span{
        padding: 5px;
    }
    
    .Kinder-content2 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content2 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content2 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content2 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }

    .Kinder-content3{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content3 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content3 span{
        position: relative;
        top: -10px;
        left: 10px;
        padding: 5px;
    }
    
    .Kinder-content3 h2{
        position: relative;
        left: 2.5rem;
        font-size: 20px;
        width: 70%;
        text-align: center;
    }
    
    .Kinder-content3 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 14%;
        text-align: center;
    }
    
    .Kinder-content4{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content4 img{
        width: 200px;
        position: relative;
        left: 10%;
        top: 1rem;
    }
    
    .Kinder-content4 span{
        position: relative;
        top: -10px;
        left: 10px;
        padding: 5px;
    }
    
    .Kinder-content4 h2{
        position: relative;
        left: 1.5rem;
        font-size: 20px;
        width: 80%;
        text-align: center;
        top: .1rem;
    }
    
    .Kinder-content4 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 15%;
        text-align: center;
    }
    
    .Kinder-content5{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content5 img{
        width: 200px;
        position: relative;
        left: 10%;
        top: 1.5rem;
    }
    
    .Kinder-content5 span{
        position: relative;
        top: -10px;
        left: 10px;
        padding: 5px;
    }
    
    .Kinder-content5 h2{
        position: relative;
        left: 1.5rem;
        font-size: 20px;
        text-align: center;
        width: 80%;
        top: .5rem;
    }
    
    .Kinder-content5 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 15%;
        text-align: center;
    }
    
    .Kinder-content6{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content6 img{
        width: 200px;
        position: relative;
        left: 10%;
        top: 1.5rem;
    }
    
    .Kinder-content6 h2{
        position: relative;
        left: 1.5rem;
        font-size: 20px;
        text-align: center;
        width: 80%;
        top: .5rem;
    }
    
    .Kinder-content6 span{
        position: relative;
        top: -10px;
        left: 10px;
        padding: 5px;
    }
    
    .Kinder-content6 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 20%;
        text-align: center;
    }
    
    .Kinder-content7{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content7 img{
        width: 200px;
        position: relative;
        left: 10%;
        top: 1.5rem;
    }
    
    .Kinder-content7 span{
        position: relative;
        top: -15px;
        left: 10px;
        margin: 5px;
    }
    
    .Kinder-content7 h2{
        position: relative;
        left: 0%;
        font-size: 20px;
        width: 90%;
        text-align: center;
        top: .5rem;
    }
    
    .Kinder-content7 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 20%;
        text-align: center;
    }
    
    .Kinder-content8{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content8 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content8 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content8 h2{
        position: relative;
        left: 0%;
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
    
    .Kinder-content8 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 20%;
        text-align: center;
    }
    
    .Kinder-content9{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content9 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content9 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content9 h2{
        position: relative;
        left: 0%;
        font-size: 20px;
        text-align: center;
        width: 100%;
    }
    
    .Kinder-content9 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 20%;
        text-align: center;
    }
    
    .Kinder-content10{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content10 span{
        padding: 5px;
    }
    
    .Kinder-content10 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content10 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content10 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content10 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content11{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content11 span{
        padding: 5px;
    }
    
    .Kinder-content11 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content11 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content11 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content11 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content12{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content12 span{
        padding: 5px;
    }
    
    .Kinder-content12 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content12 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content12 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content12 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content13{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content13 span{
        padding: 5px;
    }
    
    .Kinder-content13 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content13 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content13 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content13 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content14{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content14 span{
        padding: 5px;
    }
    
    .Kinder-content14 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content14 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content14 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content14 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content15{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content15 span{
        padding: 5px;
    }
    
    .Kinder-content15 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content15 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content15 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content15 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content16{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content16 span{
        padding: 5px;
    }
    
    .Kinder-content16 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content16 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content16 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content16 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content17{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content17 span{
        padding: 5px;
    }
    
    .Kinder-content17 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content17 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content17 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content17 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content18{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content18 span{
        padding: 5px;
    }
    
    .Kinder-content18 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Kinder-content18 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content18 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content18 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content19{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content19 span{
        padding: 5px;
    }
    
    .Kinder-content19 img{
        width: 200px;
        position: relative;
        left: 10%;
        position: relative;
        top: 0;
    }
    
    .Kinder-content19 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content19 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content19 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content20{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content20 span{
        padding: 5px;
    }
    
    .Kinder-content20 img{
        width: 200px;
        position: relative;
        left: 10%;
        top: 0;
    }
    
    .Kinder-content20 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content20 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content20 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Kinder-content21{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Kinder-content21 span{
        padding: 5px;
    }
    
    .Kinder-content21 img{
        width: 200px;
        position: relative;
        left: 10%;
        top: 0;
    }
    
    .Kinder-content21 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Kinder-content21 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Kinder-content21 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    
    
    
    
}





/*-------KinderModal--------------*/
.Juniormodal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.Junior{
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 95%;
    flex-wrap: wrap;
    position: relative;
    top: 40vh;
}

.Junior h1{
    position: absolute;
    top: 0;
    font-size: 30px;
    color: #124720;
    text-align: center;
}

.Back1 img {
    width: 200px;
    position: relative;
    top: 70px;
}

.Layer{
    background: rgba(0,0,0,0.8);
    width: 200px;
    height: 50px;
    position: relative;
    top: 70px;
}

.Junior-btn{
    position: relative;
    left: 40%;
    top: 15px;
    text-decoration: none;
    border: .2rem solid white;
    color: white;
    padding: 3px;
    cursor: pointer;
}

.Junior-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.Junior-content img{
    width: 200px;
}

.Junior-content h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Junior-content p{
    position: absolute;
    right: 40%;
    line-height: 30px;
    font-size: 17px;
    top: 37%;
}
.Junior-content a{
    font-weight: bold;
}


.Junior-content1 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 53%;
    height: 47%;
}

.Junior-content1 img{
    width: 200px;
}

.Junior-content1 h2{
    position: relative;
    left: 40%;
    width: 50%;
    top: -5px;
}

.Junior-content1 p{
    position: absolute;
    right: 26%;
    line-height: 30px;
    font-size: 17px;
    top: 37%;
    padding: 5px;
}
.Junior-content1 a{
    font-weight: bold;
}

.Junior-content2 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 45%;
}

.Junior-content2 img{
    width: 200px;
}

.Junior-content2 h2{
    position: relative;
    left: 40%;
    width: 50%;
    top: -5px;
}

.Junior-content2 p{
    position: absolute;
    right: 42%;
    line-height: 30px;
    font-size: 17px;
    top: 35%;
    padding: 5px;
}
.Junior-content2 a{
    font-weight: bold;
}



.Junior-content3 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content3 img{
    width: 200px;
}

.Junior-content3 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Junior-content3 p{
    position: absolute;
    right: 34%;
    line-height: 30px;
    font-size: 17px;
    top: 37%;
    padding: 5px;
}
.Junior-content3 a{
    font-weight: bold;
}

.Junior-content4 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content4 img{
    width: 200px;
}

.Junior-content4 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content4 p{
    position: absolute;
    right: 40%;
    line-height: 30px;
    font-size: 17px;
    top: 38%;
    padding: 5px;
}
.Junior-content4 a{
    font-weight: bold;
}

.Junior-content5 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content5 img{
    width: 200px;
}

.Junior-content5 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content5 p{
    position: absolute;
    right: 39%;
    line-height: 30px;
    font-size: 17px;
    top: 35%;
}
.Junior-content5 a{
    font-weight: bold;
}

.Junior-content6 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content6 img{
    width: 200px;
}

.Junior-content6 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content6 p{
    position: absolute;
    right: 45%;
    line-height: 30px;
    font-size: 17px;
    top: 36%;
}
.Junior-content6 a{
    font-weight: bold;
}

.Junior-content7 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content7 img{
    width: 200px;
}

.Junior-content7 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content7 p{
    position: absolute;
    right: 35%;
    line-height: 30px;
    font-size: 17px;
    top: 33%;
}
.Junior-content7 a{
    font-weight: bold;
}

.Junior-content8 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 53%;
    height: 47%;
}

.Junior-content8 img{
    width: 200px;
}

.Junior-content8 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Junior-content8 p{
    position: absolute;
    right: 26%;
    line-height: 30px;
    font-size: 17px;
    top: 34%;
}
.Junior-content8 a{
    font-weight: bold;
}

.Junior-content9 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.Junior-content9 img{
    width: 200px;
}

.Junior-content9 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content9 p{
    position: absolute;
    right: 40%;
    line-height: 30px;
    font-size: 17px;
    top: 37%;
}
.Junior-content9 a{
    font-weight: bold;
}

.Junior-content10 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.Junior-content10 img{
    width: 200px;
}

.Junior-content10 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content10 p{
    position: absolute;
    right: 40%;
    line-height: 30px;
    font-size: 17px;
    top: 37%;
}
.Junior-content10 a{
    font-weight: bold;
}

.Junior-content11 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 53%;
    height: 47%;
}

.Junior-content11 img{
    width: 200px;
}

.Junior-content11 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content11 p{
    position: absolute;
    right: 26%;
    line-height: 30px;
    font-size: 17px;
    top: 36%;
}
.Junior-content11 a{
    font-weight: bold;
}

.Junior-content12 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content12 img{
    width: 200px;
}

.Junior-content12 h2{
    position: relative;
    left: 40%;
    width: 50%;
    top: -5px;
}

.Junior-content12 p{
    position: absolute;
    right: 34%;
    line-height: 30px;
    font-size: 17px;
    top: 35%;
}
.Junior-content12 a{
    font-weight: bold;
}

.Junior-content13 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 53%;
    height: 47%;
}

.Junior-content13 img{
    width: 200px;
}

.Junior-content13 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content13 p{
    position: absolute;
    right: 26%;
    line-height: 30px;
    font-size: 17px;
    top: 38%;
}
.Junior-content13 a{
    font-weight: bold;
}

.Junior-content14 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.Junior-content14 img{
    width: 200px;
}

.Junior-content14 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content14 p{
    position: absolute;
    right: 41%;
    line-height: 30px;
    font-size: 17px;
    top: 37%;
}
.Junior-content14 a{
    font-weight: bold;
}

.Junior-content15 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.Junior-content15 img{
    width: 200px;
}

.Junior-content15 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content15 p{
    position: absolute;
    right: 42%;
    line-height: 30px;
    font-size: 17px;
    top: 34%;
}
.Junior-content15 a{
    font-weight: bold;
}

.Junior-content16 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content16 img{
    width: 200px;
}

.Junior-content16 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Junior-content16 p{
    position: absolute;
    right: 30%;
    line-height: 30px;
    font-size: 17px;
    top: 35%;
}
.Junior-content16 a{
    font-weight: bold;
}

.Junior-content17 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content17 img{
    width: 200px;
}

.Junior-content17 h2{
    position: relative;
    left: 30%;
    width: 50%;
    top: -5px;
}

.Junior-content17 p{
    position: absolute;
    right: 36%;
    line-height: 30px;
    font-size: 17px;
    top: 35%;
}
.Junior-content17 a{
    font-weight: bold;
}



.Junior-content18 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content18 img{
    width: 200px;
}

.Junior-content18 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content18 p{
    position: absolute;
    right: 28%;
    line-height: 30px;
    font-size: 16px;
    top: 35%;
}
.Junior-content18 a{
    font-weight: bold;
}

.Junior-content19 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content19 img{
    width: 200px;
}

.Junior-content19 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content19 p{
    position: absolute;
    right: 27%;
    line-height: 30px;
    font-size: 16px;
    top: 35%;
}
.Junior-content19 a{
    font-weight: bold;
}

.Junior-content20 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 45%;
}

.Junior-content20 img{
    width: 200px;
    position: relative;
    top: 0%;
}

.Junior-content20 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content20 p{
    position: absolute;
    right: 28%;
    line-height: 30px;
    font-size: 16px;
    top: 33%;
}
.Junior-content20 a{
    font-weight: bold;
}

.Junior-content21 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 50%;
}

.Junior-content21 img{
    width: 200px;
    position: relative;
    top: 5%;
}

.Junior-content21 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content21 p{
    position: absolute;
    right: 28%;
    line-height: 30px;
    font-size: 16px;
    top: 34%;
}
.Junior-content21 a{
    font-weight: bold;
}

.Junior-content22 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content22 img{
    width: 200px;
    position: relative;
    top: 5%;
}

.Junior-content22 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content22 p{
    position: absolute;
    right: 27%;
    line-height: 30px;
    font-size: 15px;
    top: 35%;
}
.Junior-content22 a{
    font-weight: bold;
}

.Junior-content23 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 46%;
}

.Junior-content23 img{
    width: 200px;
    position: relative;
    top: 5%;
}

.Junior-content23 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content23 p{
    position: absolute;
    right: 28%;
    line-height: 30px;
    font-size: 16px;
    top: 34%;
}
.Junior-content23 a{
    font-weight: bold;
}

.Junior-content24 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
}

.Junior-content24 img{
    width: 200px;
    position: relative;
    top: 5%;
}

.Junior-content24 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content24 p{
    position: absolute;
    right: 37%;
    line-height: 30px;
    font-size: 16px;
    top: 35%;
}
.Junior-content24 a{
    font-weight: bold;
}

.Junior-content25 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
    
}

.Junior-content25 img{
    width: 200px;
    position: relative;
    top: 5%;
}

.Junior-content25 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content25 p{
    position: absolute;
    right: 31%;
    line-height: 30px;
    font-size: 15px;
    top: 35%;
    overflow: hidden;
}
.Junior-content25 a{
    font-weight: bold;
}

.Junior-content26 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
    height: 47%;
    
}

.Junior-content26 img{
    width: 200px;
    position: relative;
    top: 5%;
}

.Junior-content26 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Junior-content26 p{
    position: absolute;
    right: 38%;
    line-height: 30px;
    font-size: 17px;
    top: 38%;
    overflow: hidden;
}
.Junior-content26 a{
    font-weight: bold;
}








@media (max-width: 700px){
    .Junior h1{
        position: relative;
        top: 20px;
    }
    
    .Junior-content1{
         width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        position: relative;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content1 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content1 img{
        position: relative;
        left: 10%;
        top: -10px;
        width: 200px;
    }
    
    .Junior-content1 h2{
        position: relative;
        left: 10%;
        text-align: center;
        font-size: 18px;
        top: -5%;
        width: 70%;
        margin: 10px;
    }
    
    .Junior-content1 p{
        position: relative;
        right: 0;
        top: 10%;
        text-align: center;
        font-size: 17px;
    }
    
    .Junior-content2{
         width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content2 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content2 img{
        position: relative;
        left: 10%;
        top: -10px;
        height: 300px;
    }
    
    .Junior-content2 h2{
        position: relative;
        left: 10%;
        text-align: center;
        font-size: 18px;
        top: -5%;
        width: 70%;
        margin: 10px;
    }
    
    .Junior-content2 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 17px;
    }
    
    .Junior-content3{
         width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content3 img{
        position: relative;
        left: 10%;
        top: -20px;
    }
    
    .Junior-content3 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content3 h2{
        position: relative;
        left: 15%;
        text-align: center;
        font-size: 18px;
        top: -20px;
        width: 70%;
        margin: 10px;
        
    }
    
    .Junior-content3 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content4{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content4 img{
        position: relative;
        left: 10%;
        top: -20px;
        height: 280px;
    }
    
    .Junior-content4 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content4 h2{
        position: relative;
        left: 25%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        margin: 10px;
    }
    
    .Junior-content4 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content5{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content5 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content5 img{
        position: relative;
        left: 10%;
        top: -10px;
        height: 300px;
    }
    
    .Junior-content5 h2{
        position: relative;
        left: 7%;
        text-align: center;
        font-size: 20px;
        top: -10px;
        width: 80%;
        margin: 10px;
    }
    
    .Junior-content5 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 17px;
    }
    
    .Junior-content6{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content6 img{
        position: relative;
        left: 10%;
        top: -5px;
        height: 300px;
    }
    
    .Junior-content6 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content6 h2{
        position: relative;
        left: 15%;
        text-align: center;
        font-size: 18px;
        top: -10px;
        width: 70%;
        margin: 10px;
    }
    
    .Junior-content6 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 17px;
    }
    
    .Junior-content7{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content7 img{
        position: relative;
        left: 10%;
        top: -10px;
    }
    
    .Junior-content7 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content7 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content7 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 16px;
    }
    
    .Junior-content8{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content8 img{
        position: relative;
        left: 10%;
        top: -20px;
        height: 300px;
    }
    
    .Junior-content8 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content8 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 18px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content8 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content9{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content9 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content9 img{
        position: relative;
        left: 10%;
        top: -20px;
        
    }
    
    .Junior-content9 h2{
        position: relative;
        left: 5%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content9 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content10{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content10 img{
        position: relative;
        left: 10%;
        top: -20px;
    }
    
    .Junior-content10 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content10 h2{
        position: relative;
        left: 0;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content10 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content11{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content11 img{
        position: relative;
        left: 10%;
        top: -20px;
    }
    
    .Junior-content11 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content11 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content11 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content12{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content12 img{
        position: relative;
        left: 10%;
        bottom: 5%;
        
    }
    
    .Junior-content12 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content12 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content12 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content13{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content13 img{
        position: relative;
        left: 10%;
        bottom: 5%;
    }
    
    .Junior-content13 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content13 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content13 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content14{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content14 img{
        position: relative;
        left: 10%;
        bottom: 5%;
    }
    
    .Junior-content14 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content14 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content14 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content15{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content15 img{
        position: relative;
        left: 10%;
        bottom: 5%;
        
    }
    
    .Junior-content15 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content15 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content15 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content16{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content16 img{
        position: relative;
        left: 10%;
        bottom: 5%;
        
    }
    
    .Junior-content16 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 5px;
    }
    
    .Junior-content16 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content16 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 16px;
    }
    
    .Junior-content17{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 53%;
    }
    
    .Junior-content17 img{
        position: relative;
        left: 10%;
        bottom: 8%;
        height: 290px;
        
    }
    
    .Junior-content17 h2{
        position: relative;
        left: 7%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 80%;
        margin: 10px;
    }
    
    .Junior-content17 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content17 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content18{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content18 img{
        position: relative;
        left: 10%;
        bottom: 5%;
        
    }
    
    .Junior-content18 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content18 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content18 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content19{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content19 img{
        position: relative;
        left: 10%;
        bottom: 5%;
        
    }
    
    .Junior-content19 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content19 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content19 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content20{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 54%;
    }
    
    .Junior-content20 img{
        position: relative;
        left: 10%;
        
    }
    
    .Junior-content20 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -10px;
        width: 90%;
        margin: 5px;
    }
    
    .Junior-content20 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content20 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content21{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 53%;
    }
    
    .Junior-content21 img{
        position: relative;
        left: 10%;
        top: -5%;
        
    }
    
    .Junior-content21 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content21 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content21 p{
        position: relative;
        top: 11%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content22{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 54%;
    }
    
    .Junior-content22 img{
        position: relative;
        left: 10%;
        top: -5%;
        
    }
    
    .Junior-content22 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -20px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content22 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content22 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content23{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content23 img{
        position: relative;
        left: 10%;
        top: -2%;
        
    }
    
    .Junior-content23 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -10px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content23 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content23 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content24{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content24 img{
        position: relative;
        left: 10%;
        top: -5%;
        
    }
    
    .Junior-content24 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -10px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content24 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content24 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content25{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content25 img{
        position: relative;
        left: 10%;
        top: -5%;
        
    }
    
    .Junior-content25 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -10px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content25 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content25 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    .Junior-content26{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        top: 15%;
        height: 55%;
    }
    
    .Junior-content26 img{
        position: relative;
        left: 10%;
        top: -5%;
        
    }
    
    .Junior-content26 h2{
        position: relative;
        left: 0%;
        text-align: center;
        font-size: 19px;
        top: -10px;
        width: 90%;
        margin: 10px;
    }
    
    .Junior-content26 span{
        position: relative;
        top: -20px;
        left: 10px;
        margin: 5px;
    }
    
    .Junior-content26 p{
        position: relative;
        top: 10%;
        text-align: center;
        right: 0%;
        font-size: 15px;
    }
    
    
}


.Nav-Links{
    position: relative;
    top: 10px;
    left: 50px;
    margin: 5px;
}

.Links a{
    margin: 10px;
    text-decoration: none;
    font-weight: bold;
    color: black;
    padding: 10px;
    transition: .5s;
    font-size: 17px;
}

.Links a:hover{
    color: lawngreen;
}

@media (max-width: 700px){
    .Nav-Links{
        display: none;
    }
}


/*-------SCHOOL ADMINS--------------*/
.Adminmodal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgba(0,0,0,0.4);
}


.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.Admin{
    display: flex;
    justify-content: center;
    gap: 20px;
    width: 95%;
    flex-wrap: wrap;
    top: 50px;
    position: relative;
}

.Admin h1{
    position: absolute;
    font-size: 30px;
    color: #124720;
}

.Back1 img {
    width: 200px;
    position: relative;
    top: 70px;
}

.Layer{
    background: rgba(0,0,0,0.8);
    width: 200px;
    height: 50px;
    position: relative;
    top: 70px;
}

.Admin-btn{
    position: relative;
    left: 40%;
    top: 15px;
    text-decoration: none;
    border: .2rem solid white;
    color: white;
    padding: 3px;
    cursor: pointer;
}

.Admin-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.Admin-content img{
    width: 200px;
}

.Admin-content h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Admin-content p{
    position: absolute;
    right: 48%;
    line-height: 30px;
    font-size: 17px;
    top: 40%;
}
.Admin-content a{
    font-weight: bold;
}

.Admin-content2 {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 50%;
}

.Admin-content2 img{
    width: 200px;
}

.Admin-content2 h2{
    position: relative;
    left: 35%;
    width: 50%;
    top: -5px;
}

.Admin-content2 p{
    position: absolute;
    right: 40%;
    line-height: 30px;
    font-size: 17px;
    top: 40%;
}
.Admin-content2 a{
    font-weight: bold;
}








@media (max-width: 700px){
    .Admin h1{
        text-align: center;
        position: relative;
        top: 20px;
    }
    
    .Admin-content{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Admin-content span{
        padding: 5px;
    }
    
    .Admin-content img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Admin-content h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Admin-content span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Admin-content p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Admin-content2{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Admin-content2 span{
        padding: 5px;
    }
    
    .Admin-content2 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Admin-content2 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Admin-content2 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Admin-content2 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Admin-content3{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Admin-content3 span{
        padding: 5px;
    }
    
    .Admin-content3 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Admin-content3 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Admin-content3 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Admin-content3 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    .Admin-content4{
        width: 90%;
        left: 0;
        position: relative;
        overflow: hidden;
        overflow-y: scroll;
        height: 55%;
        top: 15%;
    }
    
    .Admin-content4 span{
        padding: 5px;
    }
    
    .Admin-content4 img{
        width: 200px;
        position: relative;
        left: 10%;
    }
    
    .Admin-content4 h2{
        position: relative;
        left: 25%;
        font-size: 20px;
        width: 50%;
        text-align: center;
    }
    
    .Admin-content4 span{
        position: relative;
        top: -10px;
        left: 10px;
    }
    
    .Admin-content4 p{
        position: relative;
        left: 0;
        line-height: 30px;
        font-size: 15px;
        top: 13%;
        text-align: center;
    }
    
    
}

@media only screen and (min-width: 768px) and (max-width: 1025px){
    .footing{
        position: relative;
        top: 45rem;
        width: 100%;
    }
    
    .Footer{
        position: absolute;
        left: 42rem;
        color: black;
        bottom: 2rem;
    }
    
    .Footing h2{
        position: relative;
        left: 42rem;
        bottom: 9rem;
    }
    
    /*----------Kindergarten & Elementary---------------*/
    
    .Admin-content p{
        position: absolute;
        right: 35%;
        top: 30%;
    }
    
    .Admin-content2 p{
        position: absolute;
            right: 30%;
            top: 30%;
    }
    
    .Kinder-content1 p{
        position: absolute;
        right: 5%;
        top: 25%;
    }
    
    .Kinder-content2 p{
        position: absolute;
        right: 2%;
        top: 25%;
    }
    
    .Kinder-content3 p{
        position: absolute;
        right: 3%;
        top: 25%;
    }
    
    .Kinder-content4 p{
        position: absolute;
        right: 9%;
        top: 25%;
    }
    
    .Kinder-content5 p{
        position: absolute;
        right: 9%;
        top: 25%;
    }
    
    .Kinder-content6 p{
        position: absolute;
        right: 3%;
        top: 25%;
        font-size: 16px;
    }
    
    .Kinder-content7 p{
        position: absolute;
        right: 5%;
        top: 15%;
    }
    
    .Kinder-content8 p{
        position: absolute;
        right: 5%;
        top: 17%;
    }
    
    .Kinder-content9{
        width: 60%;
        height: 40%;
    }
    
    .Kinder-content9 img{
        position: relative;
        top: 20px;
    }
    
    .Kinder-content9 p{
        position: absolute;
        right: 4%;
        top: 17%;
    }
    
    .Kinder-content10{
        width: 60%;
        height: 40%;
    }
    
    .Kinder-content10 p{
        position: absolute;
        right: 6%;
        top: 17%;
    }
    
    .Kinder-content11{
        width: 55%;
        height: 41%;
    }
    
    .Kinder-content11 p{
        position: absolute;
        right: 12%;
        top: 17%;
        font-size: 15px;
    }
    
    .Kinder-content12{
        width: 55%;
        height: 38%;
    }
    
    .Kinder-content12 p{
        position: absolute;
        right: 17%;
        top: 20%;
        font-size: 16px;
    }
    
    .Kinder-content13{
        width: 55%;
        height: 38%;
    }
    
    .Kinder-content13 h2{
        left: 25%;
    }
    
    .Kinder-content13 p{
        position: absolute;
        right: 17%;
        top: 16%;
        font-size: 16px;
    }
    
    .Kinder-content14{
        width: 55%;
        height: 38%;
    }
    
    .Kinder-content14 h2{
        left: 25%;
        width: 50%;
        font-size: 20px;
    }
    
    .Kinder-content14 p{
        position: absolute;
        right: 11%;
        top: 20%;
        font-size: 16px;
    }
    
    .Kinder-content15{
        width: 55%;
        height: 42%;
    }
    
    .Kinder-content15 h2{
        left: 35%;
        width: 50%;
    }
    
    .Kinder-content15 p{
        position: absolute;
        right: 6%;
        top: 16%;
        font-size: 16px;
    }
    
    .Kinder-content16{
        width: 55%;
        height: 40%;
    }
    
    .Kinder-content16 h2{
        left: 25%;
        width: 50%;
        font-size: 20px;
    }
    
    .Kinder-content16 p{
        position: absolute;
        right: 8%;
        top: 16%;
        font-size: 16px;
    }
    
    .Kinder-content17{
        width: 55%;
        height: 38%;
    }
    
    .Kinder-content17 h2{
        left: 25%;
        width: 70%;
        font-size: 20px;
    }
    
    .Kinder-content17 p{
        position: absolute;
        right: 9%;
        top: 25%;
        font-size: 17px;
    }
    
    .Kinder-content18{
        width: 55%;
        height: 38%;
    }
    
    .Kinder-content18 h2{
        left: 25%;
        width: 70%;
        font-size: 20px;
    }
    
    .Kinder-content18 p{
        position: absolute;
        right: 10%;
        top: 15%;
        font-size: 17px;
    }
    
    .Kinder-content19{
        width: 55%;
        height: 43%;
    }
    
    .Kinder-content19 h2{
        left: 25%;
        width: 70%;
        font-size: 20px;
    }
    
    .Kinder-content19 p{
        position: absolute;
        right: 18%;
        top: 15%;
        font-size: 16px;
    }
    
    .Kinder-content20{
        width: 60%;
        height: 39%;
    }
    
    .Kinder-content20 img{
        position: relative;
        top: 5%;
    }
    
    .Kinder-content20 h2{
        left: 35%;
        width: 50%;
        font-size: 20px;
    }
    
    .Kinder-content20 p{
        position: absolute;
        right: 3%;
        top: 15%;
        font-size: 15px;
    }
    
    .Kinder-content21{
        width: 65%;
        height: 39%;
    }
    
    .Kinder-content21 img{
        position: relative;
        top: 5%;
    }
    
    .Kinder-content21 h2{
        left: 35%;
        width: 60%;
        font-size: 20px;
    }
    
    .Kinder-content21 p{
        position: absolute;
        right: 3%;
        top: 18%;
        font-size: 15px;
    }
    
    
    
    
    /*------Junior High School-----------*/
    .Junior-content1{
        width: 65%;
        height: 41%;
    }
    
    .Junior-content1 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content1 h2{
        left: 35%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content1 p{
        position: absolute;
        right: 20%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content2{
        width: 50%;
        height: 41%;
    }
    
    .Junior-content2 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content2 h2{
        left: 35%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content2 p{
        position: absolute;
        right: 33%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content3{
        width: 55%;
        height: 41%;
    }
    
    .Junior-content3 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content3 h2{
        left: 35%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content3 p{
        position: absolute;
        right: 25%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content4{
        width: 50%;
        height: 41%;
    }
    
    .Junior-content4 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content4 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content4 p{
        position: absolute;
        right: 30%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content5{
        width: 50%;
        height: 41%;
    }
    
    .Junior-content5 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content5 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content5 p{
        position: absolute;
        right: 29%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content6{
        width: 50%;
        height: 41%;
    }
    
    .Junior-content6 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content6 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content6 p{
        position: absolute;
        right: 36%;
        top: 30%;
        font-size: 15px;
    }
    
    .Junior-content7{
        width: 55%;
        height: 41%;
    }
    
    .Junior-content7 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content7 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content7 p{
        position: absolute;
        right: 26%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content8{
        width: 65%;
        height: 41%;
    }
    
    .Junior-content8 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content8 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content8 p{
        position: absolute;
        right: 20%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content9{
        width: 50%;
        height: 41%;
    }
    
    .Junior-content9 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content9 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content9 p{
        position: absolute;
        right: 30%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content10{
        width: 50%;
        height: 41%;
    }
    
    .Junior-content10 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content10 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content10 p{
        position: absolute;
        right: 30%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content11{
        width: 65%;
        height: 41%;
    }
    
    .Junior-content11 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content11 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content11 p{
        position: absolute;
        right: 20%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content12{
        width: 55%;
        height: 41%;
    }
    
    .Junior-content12 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content12 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content12 p{
        position: absolute;
        right: 25%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content13{
        width: 68%;
        height: 41%;
    }
    
    .Junior-content13 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content13 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content13 p{
        position: absolute;
        right: 19%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content14{
        width: 50%;
        height: 41%;
    }
    
    .Junior-content14 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content14 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content14 p{
        position: absolute;
        right: 31%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content15{
        width: 50%;
        height: 41%;
    }
    
    .Junior-content15 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content15 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content15 p{
        position: absolute;
        right: 31%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content16{
        width: 60%;
        height: 41%;
    }
    
    .Junior-content16 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content16 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content16 p{
        position: absolute;
        right: 23%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content17{
        width: 55%;
        height: 41%;
    }
    
    .Junior-content17 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content17 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content17 p{
        position: absolute;
        right: 28%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content18{
        width: 68%;
        height: 41%;
    }
    
    .Junior-content18 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content18 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content18 p{
        position: absolute;
        right: 21%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content19{
        width: 68%;
        height: 41%;
    }
    
    .Junior-content19 img{
        position: relative;
        top: 5%;
    }
    
    .Junior-content19 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content19 p{
        position: absolute;
        right: 20%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content20{
        width: 68%;
        height: 41%;
    }
    
    .Junior-content20 img{
        position: relative;
        top: 7%;
    }
    
    .Junior-content20 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content20 p{
        position: absolute;
        right: 21%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content21{
        width: 68%;
        height: 43%;
    }
    
    .Junior-content21 img{
        position: relative;
        top: 10%;
    }
    
    .Junior-content21 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content21 p{
        position: absolute;
        right: 21%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content22{
        width: 69%;
        height: 41%;
    }
    
    .Junior-content22 img{
        position: relative;
        top: 10%;
    }
    
    .Junior-content22 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content22 p{
        position: absolute;
        right: 18%;
        top: 25%;
        font-size: 15px;
    }
    
    .Junior-content23{
        width: 69%;
        height: 40%;
    }
    
    .Junior-content23 img{
        position: relative;
        top: 7%;
    }
    
    .Junior-content23 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content23 p{
        position: absolute;
        right: 21%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content24{
        width: 55%;
        height: 40%;
    }
    
    .Junior-content24 img{
        position: relative;
        top: 7%;
    }
    
    .Junior-content24 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content24 p{
        position: absolute;
        right: 28%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content25{
        width: 65%;
        height: 40%;
    }
    
    .Junior-content25 img{
        position: relative;
        top: 7%;
    }
    
    .Junior-content25 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content25 p{
        position: absolute;
        right: 22%;
        top: 23%;
        font-size: 15px;
    }
    
    .Junior-content26{
        width: 50%;
        height: 40%;
    }
    
    .Junior-content26 img{
        position: relative;
        top: 7%;
    }
    
    .Junior-content26 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .Junior-content26 p{
        position: absolute;
        right: 29%;
        top: 25%;
        font-size: 15px;
    }
    
    /*----------Senior High School--------------*/
    
    .modal-content{
        width: 50%;
        height: 42%;
    }
    
    .modal-content img{
        position: relative;
        top: 7%;
    }
    
    .modal-content h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .modal-content p{
        position: absolute;
        right: 30%;
        top: 30%;
        font-size: 15px;
    }
    
    .modal-content2{
        width: 50%;
        height: 45%;
    }
    
    .modal-content2 img{
        position: relative;
        top: 7%;
    }
    
    .modal-content2 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .modal-content2 p{
        position: absolute;
        right: 35%;
        top: 30%;
        font-size: 15px;
    }
    
    .modal-content3{
        width: 60%;
        height: 40%;
    }
    
    .modal-content3 img{
        position: relative;
        top: 7%;
    }
    
    .modal-content3 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .modal-content3 p{
        position: absolute;
        right: 25%;
        top: 25%;
        font-size: 15px;
    }
    
    .modal-content4{
        width: 60%;
        height: 42%;
    }
    
    .modal-content4 img{
        position: relative;
        top: 7%;
    }
    
    .modal-content4 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .modal-content4 p{
        position: absolute;
        right: 30%;
        top: 25%;
        font-size: 15px;
    }
    
    .modal-content5{
        width: 55%;
        height: 42%;
    }
    
    .modal-content5 img{
        position: relative;
        top: 7%;
    }
    
    .modal-content5 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .modal-content5 p{
        position: absolute;
        right: 28%;
        top: 25%;
        font-size: 15px;
    }
    
    .modal-content6{
        width: 65%;
        height: 44%;
    }
    
    .modal-content6 img{
        position: relative;
        top: 7%;
    }
    
    .modal-content6 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .modal-content6 p{
        position: absolute;
        right: 21%;
        top: 25%;
        font-size: 15px;
    }
    
    .modal-content7{
        width: 65%;
        height: 50%;
        overflow: hidden;
        overflow-y: scroll;
    }
    
    .modal-content7 img{
        position: relative;
        top: 20%;
    }
    
    .modal-content7 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .modal-content7 p{
        position: absolute;
        left: 38%;
        top: 15%;
        font-size: 15px;
    }
    
    .modal-content8{
        width: 55%;
        height: 43%;
    }
    
    .modal-content8 img{
        position: relative;
        top: 10%;
    }
    
    .modal-content8 h2{
        left: 30%;
        width: 60%;
        font-size: 20px;
    }
    
    .modal-content8 p{
        position: absolute;
        right: 27%;
        top: 25%;
        font-size: 15px;
    }
    
    
}