@charset "UTF-8";
/* CSS Document */

/* jumbotron teacher-appreciation 2025 */
.jumbotron-summer-camp-day-two {
 background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,0) 15%, rgba(0,0,0,1) 100%), url("../2026/media/day-two/focused-jumbo.webp") center no-repeat;
 background-size: cover;
 height: 550px;
 padding-top:120px;
border-top: 4px solid #ca192d;
}

/* jumbotron teacher-appreciation 2025 */
.jumbotron-summer-camp-day-two-mobile {
 background: rgb(0,0,0);
background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.835171568627451) 20%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.835171568627451) 20%, rgba(0,0,0,0) 100%);
background: linear-gradient(0deg, rgba(0,0,0,1) 5%, rgba(0,0,0,0.835171568627451) 20%, rgba(0,0,0,0) 100%), url("../2026/media/day-two/focused-mobile.webp");
 height: 500px;
 padding-top: 130px;
 background-size: cover;
 background-position: center;
 border-top: 4px solid #ca192d;
}

