* {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    background-color: whitesmoke;
}
.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; 
    /*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;
}
.remark{
    background-color: #fff;
    margin-top: 2rem;
    width: 80%;
    margin:  1rem auto;
}
.vc-section h2{
    padding: 0rem 5rem; 
    color: red;
    font-weight: 500;
    word-spacing: 2rem;
    text-transform: capitalize;
    font-size: 1.6rem;
}
.vc-section img{
    width: 15%;
}
.vc-section{
    padding: 0rem 3rem;
}
.vc-section h3{
    font-size: 0.8rem;
    line-height: 1.2rem;
}
.vc-section p {
    text-align: justify;
    line-height: 1.3rem;
    margin-top: 1.5rem;
    font-size: 0.9rem;
}
.prof-sec{
    margin: auto 2rem;
    margin-top: 1rem;    
}
.prof-sec h2{
     padding: 0 5rem;
    color: red;
    word-spacing: 1rem;
    margin-top: 2rem;
    border-bottom: 1px solid;
}
.prof-sec img{
    width: 15%;
}
.prof-sec h3{
    font-size: 0.8rem;
}
.prof-sec h4{
    margin-top: 1rem;
    font-size: 1.2rem;    
}
.prof-sec p {
    text-align: justify;
    line-height: 1.3rem;
    font-size: 0.9rem;
}
.prof-sec li{
    text-align: justify;
    font-size: 0.9rem;
    line-height: 1.3rem;
}
.prof-sec h4{
    font-size: 0.9rem;
}
 
@media screen and (max-width:425px) 

{
    .header{
     width: 100%;
    }
    #logo{
      width: 10%;
      height: 10vh;
        
}
.header h1{
    font-size: 0.8rem;
}
.header h2{
    font-size: 0.5rem;
}
.remark{
    width: 100%;
}
.vc-section h2{
    font-size: 0.6rem;
    word-spacing: normal;
     
}
.vc-section h3{
    font-size: 0.35rem;
    line-height: 0.4rem;
}
.vc-section p{
    font-size: 0.3rem;
    line-height: 0.4rem;
}
.prof-sec h2{
    font-size: 0.4rem;
    word-spacing: normal;
}
.prof-sec h3{
    font-size: 0.35rem;
    line-height:0.4rem;
}
.prof-sec h4{
    font-size: 0.4rem;
}
.prof-sec p{
    font-size: 0.4rem;
    line-height: 0.6rem;
}
.prof-sec li{
    font-size: 0.4rem;
    line-height: 0.6rem;
}
}
@media screen and (max-width:768px) {
    .header{
        width: 100%;
        position: relative;
       }
       #logo{
         width: 12%;
         height: 13vh;
           
   }
   .header h1{
       font-size: 1rem;
   }
   .header h2{
       font-size: 0.8rem;
   }
   .vc-section h2{
    font-size: 1rem;
    word-spacing: normal;
   }
   .prof-sec h2{
    font-size: 1rem;
    word-spacing: normal;
   }
}