body{
    background: linear-gradient(to top , #aade6b, #56cb20);
    font-family: "Orbitron", sans-serif;
    background: cover;
    background-attachment: fixed;
    margin: 0;

}
.orbitron-uniquifier> {
  font-family: "Orbitron", sans-serif;
  font-optical-sizing: auto;
  font-weight: 30px;
  font-style: normal;
}
h1 {
    width: 300px;
    border-radius: 12px;
    box-shadow: 5px 5px 15px rgb(0, 0, 0);
}
h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-shadow: 5px 5px 15px rgb(76, 168, 76);
    box-shadow: 5px 5px 5px rgb(50, 114, 50);
}
.color-box {
    transform: translate(50px, 0px);
}
#box-0 {
    border: 4px solid #3a6a3c;
    width: 100px;
    height: 100px;
    
}
#box-5 {
    border: 15px solid rgb(27, 85, 9);
    border-radius:10px;
    text-align: center;
    width: 250px;
    height: 250px;
    font-size: 225px;
    background-color:rgb(50, 114, 50);
   transform: translateX(50px);

}
#box-10 {
    border:rgb(27, 85, 9) 15px solid;
    width: 300px;
    height: 250px;
    border-radius: 6px;
    transform: translateX(50px);
}
#side-banner-box {
    border:#3a6a3c 4px solid;
    border-radius: 2px;
    transform: translate(300px, -590px);
    width: 200px;
    height: 500px;
    

}

 /* ADD PICTURES FOR TEACHER GRADING TOMORROW */
button {
    background-color: #3a6a3c; 
    border: none;
    color: white;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: "Orbitron", sans-serif;
    margin: 100px 20px;
    cursor: pointer;
    border-radius: 12px;
    
}
#nextButton {
    transform: translate(0px, -600px);
    
}

button:hover {
    background-color: #56cb20;
    color: blanchedalmond;
}
button:active {
    background-color:rgba(35, 57, 12, 0.814);
    box-shadow: 0 5px #666;
}

ul {
    font-size: 23px;
}
table {
    background-color: seashell;
    border-radius: 5px;
    padding: 10px;

}
h3 {
    background-color: seashell;
    width: 250px;
    border-radius: 12px;
}

.container {
    position: relative;

}
.container .wrapper {
    width: 300px;
    height: 300px;
    box-shadow: 10px 10px 30px rgba(35, 57, 12, 0.814);
    margin: 5rem auto;
    overflow:hidden;
}
.container .wrapper-holder {
    display: grid;
    grid-template-columns: repeat(4, 100%);
    height: 100%;
    width: 100%;
    animation: slider 20s ease-in-out infinite alternate;
}
.container #slider-img-1 {
    background-image: url(thinker.jpg);
    background-size: cover;
    background-position: center;
}
.container #slider-img-2 {
    background-image: url(teacher.jpg);
    background-size: cover;
    background-position: center;
}
.container #slider-img-3 {
    background-image: url(kids.jpg);
    background-size: cover;
    background-position: center;
}
.container #slider-img-4 {
    background-image: url(study.jpg);
    background-size: cover;
    background-position: center;
}
.container .button-holder .button {
    background-color: antiquewhite;
    width: 15px;
    height: 15px;
    border-radius: 15px;
    display: inline-block;
    margin: .3rem;
    cursor: pointer;
}
.container .button-holder {
    position: absolute;
    bottom: 0;
    left: 45%;
    
}
@keyframes slider {
    0%{transform: translateX(0%);}
    10%{transform: translateX(-100%);}
    20%{transform: translateX(-100%);}
    30%{transform: translateX(-200%);}
    40%{transform: translateX(-200%);}
    50%{transform: translateX(-200%);}
    60%{transform: translateX(-300%);}
    70%{transform: translateX(-300%);}
    80%{transform: translateX(-300%);}
    90%{transform: translateX(0%);};
    100%{transform: translateX(0%);}

}


.resource-box {
    background-color:seashell;
    border-radius: 10px;
    padding: 10px;
    width: 400px;
    transform: translateX(50px);
}



.fa-solid.fa-earth-americas {
    color:rgb(152, 89, 200);
}

.world-box,
.math-box,
.science-box {
    background-color:seashell;
    border-radius: 12px;
    padding: 10px;
    width: 500px;
    text-align: center;
    height: 500px;
    display: block;
    justify-content: center;
    font-size: 1.2em;
    
}

.help-box {
    width: 250px;
    height: 250px;
    border: 4px solid green;
    border-radius: 10px;
    text-align: center;
    transform: translate(600px, -300px);

}

.track-box img {
    background-color:snow;
    border:rgb(27, 85, 9) 4px solid;
    border-radius: 4px;
    width:250px;
    height:250px;
    transform: translate(50px, -500px);
    position: static;
}
.create-box {
    width: 250px;
    height: 250px;
    border: 4px solid green;
    text-align: center;
    transform: translate(300px, -550px);
}
.astudent-box {
    border: 4px solid green;
    border-radius: 6px;
    width: 250px;
    height: 250px;
    transform: translate(300px, -420px);

}
.bstudent-box {
    border: 4px solid green;
    border-radius: 6px;
    width: 250px;
    height: 250px;
    transform: translate(-350px, -677px);
}


p {
    font-family: "Orbitron", sans-serif;
    font-size: 1.2em;
}


.lesson-material-box {
    background-color:seashell;
    border-radius: 12px;
    padding: 10px;
    width: 500px;
    text-align: center;
    height: 600px;
    display: block;
    justify-content: center;
    font-size: 1.2em;
    margin-left: 250px;
}

.fa-solid.fa-calculator {
    color:rgba(255, 153, 50, 0.888);
    font-size: 20px;
}
.fa-solid.fa-school {
    color:rgb(101, 53, 10);
    font-size: 20px;
}
.fa-solid.fa-flask {
    color: rgb(123, 255, 191);
}
.main-content {
    display: flex;
    gap:100px;
    justify-content: flex-start;
    align-items: flex-start;
}
.left-column {
    display: flex;
    flex-direction: column;
    gap: 200px;
    
}
.right-column {
    display: flex;
    flex-direction: column;
    gap: 50px;
    
}




.gallery-container {
    display: flex;
    flex-direction: column;
    height: 250px;
    overflow:hidden;
    
   
}
.gallery-image {
    width: 250px;
    height: 250px;
    object-fit: cover;
}
#box-1 {
    border: 1px solid;
    width: 300px;
    height: 300px;
    background-color: seashell;
    position: sticky;
    bottom: 0px;
}
#box-2 {
    border: 1px solid;
    width: 100px;
    height: 100px;
    background-color: skyblue;
     position: absolute;
    top: 100px;
    left: 100px;
}
a:link {
    color:#56cb20;

}
a:visited {
    color: #3a6a3c;
}
a:hover {
    color: tomato;
}
a:active {
    color: blue;
}
