.preamble{
    display: flex;
    align-items: center;
    background-color: #F6BA5C;
    flex-direction: row;
    
}

.preamble .slider img{
    width: clamp(200px, 56vw, 1200px);
    
}

.preamble .objectives{
    font-size: clamp(10px, 1.5vw, 30px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    color: #1B1919;
    background-color: #F6BA5C;
}

.preamble .objectives .inner{
    display: flex;
    flex-direction: column;
    row-gap: clamp(10px, 2vw, 40px);
}

.preamble .objectives ol li{
    font-weight: 600;

}

.preamble .objectives h2{
    display: flex;
    width: 100%;
    font-weight: 900;

}

.preamble .objectives ol{
    display: flex;
    flex-direction: column; 
    row-gap: clamp(10px, 2vw, 40px);
    
}


.preamble h5 a{
    width: 100%;
    text-decoration: none;
    font-size: 20px;
    color: white;
    margin-left: 200px;

}

.preview{
    display: flex;
    justify-content: space-around;
}

.preview .square{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    row-gap: 50px;
}

.recentNews h1{
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: 15px 0px;
}

.recentNews h5{
    align-items: center;
    justify-content: center;
    display: flex;
    text-align: center;
    margin: 15px 0px;
}  

.recentNews h1 img{
    width: 300px;
    width: clamp(300px, 56vw, 500px);
    margin-bottom: 20px;
}

.recentNews h5 a{
    text-decoration: underline;
}


.desc{
    height: clamp(120px,7vw,100px);
    background-color: #d3c3c3;
    display: flex;
    align-items: center;
    justify-content: center;
}
    
.desc p{
    font-size: 20px;
    text-align: center;
    font-weight: 800;
}

.recentNews .imageblock img{
    width: clamp(50px,26vw,500px);
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
}

.splash{
    display: flex;
    width: 100%;
    align-items: center;
    background-color: #645A5A;
    column-gap: 30px;
    padding: 0px 20px;
}

.vid video{
    width: clamp(300px, 46vw ,900px);
}

.imagesSplash{
    position: relative;
    display: flex;
    width: 100%;
    align-items: center;
    margin: 35px 0px;
    /* outline: 1px solid red; */
}

.splash .imagesSplash #text{
    width: clamp(300px, 46vw ,900px);

}
.splash .imagesSplash #guy{
    width: clamp(300px, 36vw ,600px);
    position: absolute;
    bottom: 0;
    /* right:  clamp(10px, 15vw ,250px); */
    right: 0;
}

#menu{
    display: none;
    position: absolute;
    top: 15px;
    left: 5px;
    font-size: 25px;
}

#plus{
        display: none;
}

/* *{
    outline: 1px solid red;
} */


@media screen and (max-width: 800px){ 
    .splash{
        padding: 0px;
        flex-direction: column;
    }
    #plus{
        display: flex;
    }

    #header h1 {
        display: none;
    }

    #header img {
        display: none;
    }


    .logo h1{
        font-size: clamp(14px,0.1vw,19px);
    }
    #menu{
        display: block;
    }

    header{
        display: none;
        flex-direction: column;
        height: 100vh;
        overflow: hidden;
    }

    .logo img{
        width: 50px;
    }

    nav ul{
        flex-direction: column;
        justify-content: space-around;
        height: 40vh;
        text-align: center;
        margin-bottom: 40vh;
    }

    ul li a{
        font-size: 50px;
        text-align: center;
        padding: 10px;
        width: 60px;
    }

    nav ul li a{
        font-size: 20px;
    }

    
    .preamble{
        flex-direction: column;
    }
    .preamble .slider img{
        width: 100%;
        
    }

    .preamble .objectives .inner ol li{
        line-height: 30px;
    }

    .preamble h5 a{
        color: white;
        font-size: 15px;
        padding-left: 0px;
        margin-left: 180px;
    }
    
    .preamble .objectives{
        font-size: clamp(14px, 1.5vw, 30px);
        padding: 20px 10px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        
        width: 100%;
        color: #1B1919;
        background-color: #F6BA5C;
    }

    .recentNews .preview{
        flex-direction: column;
    }

    .recentNews .imageblock img{
        width: 100%;

    }

    .imageblock{
        margin-bottom: 20px;
    }

    .splash .imagesSplash #text{
        width: clamp(350px, 36vw ,900px);
        
    }
    .splash .imagesSplash #guy{
        width: clamp(200px, 36vw ,600px);
        position: absolute;
        bottom: 0;
        right:  0px;
    }

    .vid video{
        width: clamp(300px,90vw ,900px);
    
    }

    .splash{
        padding:30px ;
    }
    
    .content{
        width: 100vw;
        overflow-x: hidden;
       }
}

