*{
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif;
}

.Header{
     width:70%;
    height: auto;
    padding:auto;
    margin: auto;
    align-content: center
}

.Header img{
    width:100%;
    height:auto;
}

.Intro {
    width:70%;
    height:auto;
    margin:auto;
}

.bodyContent{
    width:100%;
    height:auto;
    margin:auto;
    align-content:center;
}
.D1{
    width:70%;
    margin:auto;
    margin-top:40px;
    padding:20px;
    background:#fff;
    background-color:#ffa6d275;
    box-shadow:0px 10px 10px #333;
    align-content: center;
}

.programs{
    width:100%;
    height:auto;
    margin:auto;
    margin-bottom:10px;
    align-content:center;
    align-items:center;
}
.programs h3{
    color: #FF69B4;
    text-align: center;
}

.programs ul{
    font-size:.89em ;
    display: flex;
    flex-direction: column;
    width:50%;
    height:auto;
    margin: auto;
}

.programs li{
    color: #333;
    height:auto;
    width:80%;
    background-color: #f06ba9b0;
    list-style-type: none;
    padding:1px;
    color: #fff;
    text-align: center;
    margin: auto;

    box-shadow: 0px 5px 5px #333;  
    margin-left: 10px;
}

.image{
    width:80%;
    height:auto;
    margin:auto;
    background-color: #FF69B4;
    padding: 5px;
}
.image img{
    width:100%;
    
}
h1{
    text-align: center;
}

h2{
    color: #FF69B4;
    text-align: center;
}

.text, .Research, .Sketches, .visionBoard{
    background-color: rgba(255,255,255,.5);
    width:80%;
    height:auto;
    margin:auto;
    margin-top:15px;
    padding:15px;
}

.visionB{
    width:70%;
    height:auto;
    margin: auto;
    padding:10px;
    background-color: #FF69B4;
}
.visionB img{
    width: 100%;
    height: auto;
    background-color: #fff;
}
.Info{
    width:80%;
    height:auto;
    margin:auto;
    margin-top:15px;
}
.image img{
    width:100%;
    height:auto;
}

.s1{
    width:100%;
    height:auto;
    background-color: #FF69B4;
    margin:auto;
    padding:10px;
}

.s1 image{
    width:100%;
    height:auto;
}

.owl-carousel{
    margin-top:15px;
    height: auto;
}

.carouselContainer{
    width:100%;
    height:auto;
    margin:auto;
}
.programIcons{
    width:100%;
    height:auto;
    padding: 10px;
}
.programIcons img{
    width:100%;
    height:auto;
}


@media(min-width:700px){
    
    .programs ul{
        margin:auto;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        gap: 10px;
        width:100%;
    }
    .programs li{
        width:20%;
        height:auto;
        margin:auto;
        padding-left: 0px;
        font-size: .5em;
    }

    .programs p{
        width:100%;
        margin: auto;
    }
    .programs{
        width:65%;
    }

    .owl-carousel{
        margin: auto;
        width:80%;
    }
    .carouselContainer{
        width:60%;
        height:auto;
        margin:auto;
    }
}