:root {
    --jlred: #862633;
    --jlgray: #63666A;
    --jlgold: #C6AA76;
    --jlyellow: #FFCD00;
    --jlblack: #000000;

   overscroll-behavior: none;

    /* values for pseudo elements */

    --extend: 175px;
    --retract: 0px;

    
}

* {
    font-family: "brandon-grotesque";
    color: white;
}


html {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}


body {
    height: 1950px;
    width: 100%;
    overflow-x: hidden;
    
}








.img-banner {
    width: 100vw;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 70px;
    box-shadow: 1px 1px 3px black;
    z-index: 1;
    


}

.nm-img-banner {
    width: 100vw;
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    flex-direction: column;
    top: 70px;
    box-shadow: 1px 1px 3px black;
}

.student-utah-label {
    font-family: "dharma-gothic-e";
    font-weight: 800;
    text-shadow: 3px 3px 5px black;
    font-size: 13rem;
    color: white;
    z-index: 23;
    
}

.nm-student-image-label {
    font-family: "dharma-gothic-e";
    font-weight: 800;
    text-shadow: 3px 3px 5px black;
    font-size: 8rem;
    color: white;
    z-index: 23;
    position: relative; 
    top: 35px;
}

.banner {
    width: 100%;
    position: absolute;
    top: 0;
    min-height: 300px;
    object-fit: cover;
    max-height: 300px;
    
}

.img-banner {
    gap: 40px;
}

.ut-roadsign, .nv-roadsign {
    position: relative;
    object-fit: cover;
    
    width: 200px;
    /* right: 350px; */
    
    bottom: -75px;
    transform: rotate(3deg);
    z-index: 99;
    /* right: -150px;
    top: 80px;
    height: 100%;
    min-height: 500px;
    max-height: 500px; */
    
}

.roadsign-boise {
    position: relative;
    object-fit: cover;
    
    width: 200px;
    /* right: 350px; */
    
    bottom: -75px;
    
}

.nm-roadsign {
    position: relative;
    object-fit: cover;
    
    width: 175px;
    /* right: 350px; */
    
    bottom: -35px;
    
    transform: rotate(3deg);
    z-index: 99;
}

.darken {
    position: absolute;
    background-color: #000000;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 22;
    opacity: 20%;
}

.full-width {
    width: 100vw;
    top: 415px;
    position: absolute;
    display: flex;
    justify-content: flex-start;
    padding-left: 75px;
    
}

.students-redbox {
    width: 175px;
        height: 50px;
        background-color: var(--jlred);
        
        left: 50px;
        
        color: white;
        font-family: "brandon-grotesque";
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 1.4rem;
        font-weight: bold;
        border-radius: 25px;
}


.red-bg {
    width: 100vw;
    max-height: 2200px;
    position: absolute;
    z-index: -99;
    overflow: hidden;
}

.red-bg img {
    object-fit: cover;
    
}




.apply-online {
    font-size: 2.5rem;
    color: rgb(64, 64, 64);
    background-color: var(--jlgold);
    font-family: "dharma-gothic-e";
    font-weight: 400;
    padding: 10px;
    text-transform: uppercase;
    letter-spacing: 6px;
    position: absolute;
    top: 370px;
    /* left: 75px; */
    text-align: center;
    width: 100vw;
    z-index: 99;
    
    
}

.center-program {
    width: 100vw;
    position: absolute;
    top: 485px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.program-overview {
    width: 90%;
    height: 750px;
    
    background:  rgba(215, 215, 215, 0.5);
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    align-items: center;
    box-shadow: 5px 5px 5px rgb(79, 79, 79);
    
    /* padding: 30px; */
    position: relative;
    overflow: hidden;
    max-width: 1350px;
    /* border: 3px solid rgba(255,255,255,0.3); */


    /* &&::after {
        content: "Or";
        font-size: 2rem;
        color: white;
        position: absolute;
        bottom: -100px;
        font-weight: 800;
        background-color: var(--jlred);
        padding-right: 10px;
        padding-left: 10px;
        border-radius: 5px;
       
        display: flex;
        justify-content: center;
    } */
}

.over-button {
    background-color: rgb(213, 213, 213);
    color: var(--jlred);
    padding: 15px;
    text-align: center;
    font-size: 1.1rem;
  
    
    
}

.over-button strong {
    color: var(--jlred);
}


.gray-program-curve {
    position: absolute;
    background-color: rgb(224, 224, 224);
    width: 47%;
    height: 1000px;
    left: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    z-index: -1;
}

.view-winners {
    width: 45%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

#ut-apply-win-link {
    /* position: absolute; */
    /* bottom: 125px; */
    z-index: 99;
    font-size: 1.3rem;
    color: black;
    /* margin-left: -75px; */
     /* position: absolute;
        background-color: rgba(0, 0, 0, 0.605);
        color: white;
        text-decoration: none;
        padding: 5px;
        font-weight: bold; */

}

#collage {
    width: 500px;
    z-index: 99;
    opacity: 100%;
    /* margin-left: -75px; */

}

.overview-right {
    width: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.overview-title {
    color: black;
    font-family: "brandon-grotesque";
    font-size: 3rem;
    font-weight: 800;
}

.overview-desc {
    color: black;
    font-family: "brandon-grotesque";
    font-size: 1.2rem;
   
    
}

.overview-full {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    
}

.applyut-btns {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    
    gap: 15px;
}

.td-ut-apply {
    height: 50px;
    width: 300px;
    background-color: var(--jlyellow);
    /* border: 3px solid black; */
    display: flex;
    color: black;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    border-radius: 30px;
    /* outline: 1px solid black; */
    cursor: pointer;
    font-weight: bold;
    flex-direction: column;
    gap: 3px;
    position: relative;
    box-shadow: 5px 5px 0px gray;
    
    
    

    
    &&:hover {
        
       box-shadow: 7px 7px 0px gray;
        
       
       background-color: #f3c300;
    }

    


   
    
}

.category-info {
    
    display: flex;
    justify-content: center;
    align-items: center;
   position: relative;
   
}

.td-info, .de-info {
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: black;
    text-align: center;
    font-weight: 800;
    font-size: 1rem;

   
}

.td-info {
    position: relative;
    left: -3px;
}

.de-info {
    position: relative;
    left: 8px;
}

.td-info p {
    color: black;
}

.de-info p {
    color: black; 
}

.td-info span {
    font-weight: 800;
    color: red;
    font-size: 1.1rem;
}

.de-info span {
    font-weight: 800;
    color: red;
    font-size: 1.1rem;
}

.rules-con {
    text-align: center;
    
}

.rules {
    color: blue;
    text-align: center;
    font-size: 1.2rem;
}


.td-ut-apply p {
    color: var(--jlred);
}

 .cta {
    border: 2px solid var(--jlred);
    padding: 3px;
    
}

.apply-line {
    width: 100px;
    height: 2px;
    background-color: var(--jlred);

  
}

.nonbold {
    font-weight: 400;
}

.underline {
    
    font-size: 1.2rem;
}



.altwo {
    background-color: white;
}
.td-ut-apply a {
    text-decoration: none;
}

.de-ut-apply a {
    text-decoration: none;
    color: white;
}

.de-ut-apply {
    height: 50px;
    width: 300px;
    background-color: var(--jlred);
    display: flex;
    color: white;
    justify-content: center;
    align-items: center;
    /* font-weight: 800; */
    font-size: 1.2rem;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    flex-direction: column;
    box-shadow: 5px 5px 0px gray;
    gap: 3px;
    
    
    &&:hover {
        box-shadow: 7px 7px 0px gray;
        
        background-color: #a23140;
    }
}

.de-ut-apply > .underline {
    color: white;
}

.de-ut-apply a {
    color: var(--jlred);
}

.de-ut-apply:hover > a {
    color: white;
}




.apply-mail {
    font-size: 3rem;
    color: black;
    position: absolute;
    text-align: center;
    top: 1275px;
    font-weight: 800;
    width: 100vw;
}

.mail-con {
    width: 100vw;
    height: 500px;
    /* background-color: white; */
    position: absolute;
    top: 1250px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 25px;
}

.td-mail {
    width: 350px;
    background: linear-gradient(to bottom, rgba(211, 211, 211, 0.6), rgba(210, 210, 210, 0.6));
    height: 275px;
   
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* border: 3px solid black; */
    box-shadow: 3px 3px 3px rgb(79, 79, 79);
    gap: 15px;
}

.de-mail {
    background: linear-gradient(to bottom, rgba(209, 209, 209, 0.6), rgba(207, 207, 207, 0.6));
    height: 275px;
    box-shadow: 3px 3px 3px rgb(79, 79, 79);
    width: 350px;
    /* border: 3px solid black; */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}

.td-mail p {
    font-size: 1.3rem;
    color: black;
}

.de-mail p {
    font-size: 1.3rem;
    color: black;
}

.td-mail a {
    color: black;
}

.de-mail a {
    color: black;
}

.td-mail img {
    width: 150px;
    box-shadow: 1px 1px 3px black;
}

.de-mail img {
    width: 150px;
    box-shadow: 1px 1px 3px black;
}

.apply-card {
    width: 100vw;
    height: 200px;
    background-color: var(--jlgray);
    position: absolute;
    bottom: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 75px;
}

.apply-card a {
    text-decoration: none;
}
.studentdiscount {
    font-size: 3rem;
    font-weight: bold;
}

.whitebar {
    width: 750px;
    height: 75px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(199, 199, 199, 0.9));
    
    display: flex;
    justify-content: space-around;
    padding-left: 30px;
    align-items: center;
    cursor: pointer;
    /* transition: 0.3s ease-out; */
    box-shadow: 3px 3px 0px black;
}

.discountcard {
    transition: 0.3s ease-out;
}



.whitebar:hover .discountcard{
    transform: rotate(0deg);
}

.whitebar:hover {
    font-weight: 800;
}

.whitebar p {
    color: black;
    font-size: 1.6rem;
}

.whitebar img {
    width: 250px;
    box-shadow: 3px 3px 0px black;
    transform: rotate(-3deg);
    position: relative;
    left: -30px;
}
footer {
    position: absolute;
    width: 100vw;
}

.view-winners-bg {
    z-index: -99;
}


#csprings {
    line-height: 7rem;
}

.washington {
    font-size: 7rem;
    line-height: 7rem;
}


@media screen and (max-width: 1400px) {

    .program-overview {
        box-shadow: 5px 5px 5px rgb(79, 79, 79);
    }

   

    .gray-program-curve {
        width: 40%;
    }


   .apply-online {
        font-size: 2rem;
       
    }

   
   

    .td-ut-apply, .de-ut-apply {
        width: 250px;
        font-size: 1rem;
    }

    .td-info, .de-info {
        width: 250px;
    }

    .apply-line {
        width: 225px;
    }
  

    #collage {
        width: 450px;

        
    }

    .overview-full {
        width: 85%;
    }

    /* #ut-apply-win-link {
        bottom: 150px;
    } */

    .overview-right {
        width: 50%;
       
    }



    .studentdiscount {
        font-size: 2.5rem;
    }




    
}

@media screen and (max-width: 1150px) {

    body {
        height: 2100px;
    }

    .apply-online {
        font-size: 2rem;
        
        
    }

    .gray-program-curve {
        display: none;
    }

   
    .program-overview {

        flex-direction: column-reverse;
        height: 950px;
        padding-top: 30px;
       max-width: 850px;
        gap: 0px;
        
       
    }

    .overview-desc {
        font-size: 1.1rem;
    }

    #collage {
        width: 375px;

        
    }

    /* #ut-apply-win-link {
        bottom: 25px;
    } */

    .overview-right {
        width: 90%;
        align-items: center;
    }

    .overview-full {
        display: flex;
        justify-content: center;
        align-items: center;
        
    }
    
    

    .apply-mail {
        top: 1450px;
    }

    .view-winners-bg {
       
        width: 100%;
         
         position: absolute;
         left: 0;
         bottom: 0;
         height: 275px;
        
    }



    .mail-con {
        height: 340px;
        top: 1500px;
    }


    .td-mail, .de-mail {
        width: 225px;
        height: 275x;
    }

    .td-mail img {
        width: 150px;
    }

    .de-mail img {
        width: 150px;
    }

    .td-mail p {
        
        text-align: center;
    }

    .de-mail p {
        
        text-align: center;
    }


    .apply-card {
        gap: 20px;
       
        height: 175px;
    }


    .studentdiscount {
        font-size: 2rem;
        gap: 30px;
    }

    .whitebar {
        justify-content: center;
        gap: 50px;
        width: 500px;
    }

    .whitebar p {
        font-size: 1rem;
        
    }

    .whitebar img {
        width: 150px;
    }

    .td-mail, .de-mail {
        width: 350px;

        
    }
      #ut-apply-win-link {
        position: absolute;
        background-color: rgba(0, 0, 0, 0.605);
        color: white;
        text-decoration: none;
        padding: 5px;
        font-weight: bold;
    }


    .washington {
        font-size: 5rem !important;
        line-height: 5rem !important;
    }

     
}

@media screen and (max-width: 1000px) {
    .student-image-label {
        font-size: 7rem;
    }

   
    .oregon-w-label {
        font-size: 5rem;
    }

    .utah-image-label {
        font-size: 10rem;
    }

    .roadsign {
        width: 150px;
        right: 125px;
    }
}



@media screen and (max-width: 800px) {

    #csprings {
        line-height: 4rem;
    }
    .program-overview {
        height: 950px;
    }

    .view-winners-bg {
        height: 250px;
    }

    .td-ut-apply, .de-ut-apply {
        width: 250px;
        font-size: 1rem;
        
        height: 50px;
    }

    .td-info, .de-info {
        width: 225px;
    }

    .underline {
        font-size: 1.2rem; 
    }

    .apply-line {
        width: 200px;
    }

  

    .studentdiscount {
        font-size: 1.5rem;
    }

    .apply-mail {
        font-size: 2.3rem;
        top: 1465px;
    }

    .whitebar p {
        text-align: center;
    }

    .td-mail p {
        font-size: 1rem;
    }

    .de-mail p {
        font-size: 1rem;
    }

    .td-mail, .de-mail {
        width: 300px;

    }

    .view-winners-bg {
        height: 245px;
    }

    .mail-con {
        top: 1500px;
    }

    .td-ut-apply, .de-ut-apply {

         box-shadow: 3px 3px 0px gray;
    
    
    

    
    &&:hover {
        
       box-shadow: 5px 5px 0px gray;
        
       
    }

    }

    .td-info, .de-info {
        font-size: 1rem;
    }

   .overview-title {
    font-size: 2rem;
   }
    
  
}


@media screen and (max-width: 700px) {
    .apply-card {
        gap: 20px;
        flex-direction: column;
        height: 175px;
    }

    


}





@media screen and (max-width: 600px) {

   
    #collage {
        width: 175%;
    }


    .apply-online {
        font-size: 1rem;
        
    }

    .overview-title {
        font-size: 1.5rem;
    }

    .center-program {
        top: 470px;
    }

    .program-overview {

        flex-direction: column-reverse;
        height: 1050px;
        padding-top: 30px;
        width: 95%;
       
    }

    /* #multi-roadsign {
        width: 140px;
    } */


    /* #ut-apply-win-link {
        bottom: 5px;
    } */

    .overview-right {
        width: 90%;
        align-items: center;
    }

    .overview-full {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .over-button {
        font-size: 1.1rem;
    }




    .ut-narrow {
        font-size: 0.8rem;
        width: 175px;
        height: 50px;
    }

    .category-info {
        gap: 15px;
    }

    

    .td-info, .de-info {
        width: 175px;
        font-size: 0.9rem;
    }

    .apply-line {
        width: 170px;
    }




    .apply-mail {
        top: 1555px;
        font-size: 1.5rem;
    }



    .mail-con {
        height: 400px;
        top: 1520px;
    }


    .td-mail, .de-mail {
        width: 200px;
        height: 225px;
    }

    .td-mail img {
        width: 100px;
    }

    .de-mail img {
        width: 100px;
    }

    .td-mail p {
        font-size: 1rem;
    }

    .de-mail p {
        font-size: 1rem;
    }

    .view-winners-bg {
        height: 220px;
    }


    .apply-card {
        gap: 20px;
        flex-direction: column;
        height: 175px;
    }


    /* .studentdiscount {
        font-size: 2rem;
        gap: 30px;
    } */

    .whitebar {
        justify-content: center;
        gap: 50px;
    }

    .whitebar p {
        font-size: 1rem;
        text-align: center;
        
    }

    .whitebar img {
        width: 150px;
    }

    .td-info span {
        font-size: 0.8rem;
    }

    .de-info span {
        font-size: 0.8rem;
    }

}


.student-image-label {
     font-family: "dharma-gothic-e";
    font-weight: 800;
    text-shadow: 3px 3px 5px black;
    font-size: 8rem;
    color: white;
    z-index: 23;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px; */
}

.student-image-label hr {
    border-top: 1px solid white;
   
}

.utah-image-label {
     font-family: "dharma-gothic-e";
    font-weight: 800;
    text-shadow: 3px 3px 5px black;
    font-size: 12rem;
    color: white;
    z-index: 23;
    text-align: center;
    /* background-color: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px; */
    
   
}

.oregon-w-label {
     font-family: "dharma-gothic-e";
    font-weight: 800;
    text-shadow: 3px 3px 5px black;
    font-size: 6rem;
    color: white;
    z-index: 23;
    text-align: center;
}

.roadsign {
   position: absolute; 
}



@media screen and (max-width: 800px) {
    .student-image-label {
        font-size: 6rem;
    }

    .oregon-w-label {
        font-size: 3.5rem;
    }

    .utah-image-label {
        font-size: 8rem;
    }

    .roadsign {
        width: 135px;
        right: 50px;
    }


    .washington {
        font-size: 3rem !important;
        line-height: 3rem !important;
    }

       .ut-roadsign {
        width: 165px;
    }
    
}

@media screen and (max-width: 500px) {
    .student-image-label {
        font-size: 4rem;
    }

    .nv-roadsign {
        width: 145px;
    }

   
     .oregon-w-label {
        font-size: 3rem;
    }

    .roadsign {
        width: 100px;
       bottom: -10px;
       
    }

    #multi-roadsign {
        width: 150px;
    }


    .washington {
        font-size: 1.75rem !important;
        line-height: 1.75rem !important;
    }

       .ut-roadsign {
        width: 150px;
    }
}


@media screen and (max-width: 450px) {

   #csprings {
    font-size: 3rem;
    line-height: 3rem;
   }
    .utah-image-label {
        font-size: 6rem;
    }

    .boise-overview {
        height: 1100px;
    }

    #multi-roadsign {
        width: 150px;
        
    }

   
    .overview-desc {
        font-size: 1.1rem;
        
    }

    .underline {
        font-size: 1rem;
    }

  

    .td-mail, .de-mail {
        width: 140px;
        height: 225px;
        padding: 5px;
        
    }

    .td-mail p, .de-mail p {
        font-size: 0.8rem;
    }


    .whitebar p {
        font-size: 0.7rem;
    }

    .td-info, .de-info {
        width: 145px;
    }
   
    .td-info p {
        font-size: 0.8rem;
    }

    .de-info p {
        font-size: 0.8rem;
    }

    .category-info {
        gap: 0px;
    }


    .boise-mail {
        top: 1550px;
    }

    .boise-apply-mail {
        top: 1595px;
    }


}


@media screen and (max-width: 400px) {

    
    

    #collage {
        width: 280px;
    }

    .td-info p {
        font-size: 0.7rem;
    }

    .de-info p {
        font-size: 0.7rem;
    }

    .de-info span {
        font-size: 0.7rem;
    }
    .td-info span {
        font-size: 0.7rem;
    }


}



