body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    background-color: #f0f0f0;
    background-image: url("../pictures/images\ \(31\).jpg");
    background-size: cover;
    background-repeat: none;
    background-position: center;
    background-attachment: fixed;
}
.header {
    background-color: #097235;
    color: #fff;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    position: sticky;
}
#headerSticky{
    position: sticky;
    top: 0%;
}

.header h1 {
    margin: 0;
}
#logo {
 width: 7%;
}
#top{
    width: 70%;
    text-align: center;
}
#kwsu{
    font-weight: 1000;
}
.hero {
    background-color: #8BC34A;
    padding: 5em;
    text-align: center;
    color: #fff;
}
#top a{
    color: white;
    text-decoration: none;
    background-color: rgb(5, 134, 74);
    padding: 4px 10px 4px 10px;
    font-weight: 300;
    font-size: larger;
    border-radius: 20px;
    box-shadow: 0px 3px 3px rgba(12, 12, 12, 0.993);
}

.hero h1 {
    font-size: 36px;
    margin-bottom: 10px;
}

.hero p {
    font-size: 18px;
    margin-bottom: 20px;
}

.hero button {
    background-color: #34C759;
    color: #fff;
    border: none;
    padding: 10px 20px;
    font-size: 18px;
    cursor: pointer;
}

.features {
    display: flex;
    flex-direction: column;
    padding: 3rem;
}

.feature {
    background-color: #ffffffc9;
    padding: 2em;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 0px 9px 0px 5px rgba(3, 170, 25, 0.993);
    font-size: 1rem;
    text-align: justify;
    width: 65%;
}

.feature h2 {
    font-size: 24px;
    margin-bottom: 10px;
    color: #088000;
    font-weight: 600;
}


#profiles{
    position: fixed;
    margin: 0% 0% 0% 69%;
    border-color: #097235;
    width: 30%;
    height: 79%;
    padding: 1%;
    Overflow-y: scroll;
    background-color: #ddd;
    text-align: center;
}
#ima{
    overflow: hidden;
    border: 2px solid green;
    width: 50%;
    border-radius: 50%;
    padding-left: 30;
}
#ima img{
    width: 100%;
}
#profile{
    box-shadow: 0px 3px 3px rgba(12, 12, 12, 0.993);
}
@media screen and (max-width:768px) {
    #logo{
      width: 15%;
      height: 12vh;
        
}
h1{
    font-size: 1.4rem;
}h2{
    font-size: 0.9rem;
}
.feature{
    width: 60%;
    text-align: justify;
    margin: 0;
}
.features{
    padding: 1rem;
}
#ima{
    width: 100%;
     
}
}
@media screen and (max-width:425px) {
    
    #logo{
      width: 15%;
      height: 12vh;
        
}
h1{
    font-size: 0.7rem;
}h2{
    font-size: 0.6rem;
}
.feature{
    width: 50%;
    text-align: justify;
    margin: 0;
}
.features{
    padding: 1rem;
}
#ima{
    width: 100%;
     
}
.header span{
    font-size: 0.8rem;
}
.feature p{
    font-size: 0.7rem;
    text-align: justify;
}
.feature h2{
    font-size: 1rem;
}
}
@media screen and (max-width:375px) {
    .header h1{
        font-size: 0.6rem;
    }
    .header h2{
        font-size: 0.6rem;
    }
    #logo{
        width: 18%;
    }
    .features{
         padding: 1rem;
    }
    .feature{
        width: 55%;
        text-align: justify;
         
    }
    .profiles{
        width: 100%;
    }
    #img{
        margin-left: 1rem;
    }
    .header span{
        font-size: 0.8rem;
    }
    .feature p{
        font-size: 0.7rem;
        text-align: justify;
    }
    .feature h2{
        font-size: 1rem;
    }
     
}


@media screen and (max-width:320px) {
    .header h1{
        font-size: 0.6rem;
    }
    .header h2{
        font-size: 0.6rem;
    }
    #logo{
        width: 18%;
    }
    .features{
         padding: 1rem;
    }
    .feature{
        width: 55%;
        text-align: justify;
         
    }
    .profiles{
        width: 100%;
    }
    #img{
        margin-left: 1rem;
    }
    .header span{
        font-size: 0.9rem;
    }
    .feature p{
        font-size: 0.7rem;
        text-align: justify;
    }
    .feature h2{
        font-size: 1rem;
    }
     
}


