@import url('https://fonts.googleapis.com/css2?family=Mukta&family=Sansita+Swashed&display=swap');

body{
    font-family: 'Mukta', sans-serif; 
    color: #202b3a;
}
.side-img{
    margin-top: 40px;
    animation: fade;
    animation-duration: 4s;
}
.hgt{
    height: 100px;
}

a, 
button {
  touch-action: manipulation;
  transition: all 0.3s;
}

.about-page-logo{
    height: 110px;
    width: 110px;
}
.stemp{
    animation: fade;
    animation-duration: 4s;
    height: 50px;
}
.banner{
    margin-top: 4%;
    animation: fade;
    animation-duration: 4s;
}

h1{
    font-family: 'Sansita Swashed', cursive; 
    text-align: center;
    margin-top: 70px;
    margin-bottom: 10px;
}
h2{
    font-family: 'Sansita Swashed', cursive; 
    text-align: center;
    margin-top: 40px;

}
h3{
    text-align: left;
    margin-top: 50px;
    margin-left: 50px;
    margin-bottom: 30px;
    text-align: center;}
nav{

}

.nav-itemz:hover{
    box-shadow: 0px 1px 0 0px #e83a0d inset, 0px -1px 0 0px #e83a0d inset;
}
p{
   letter-spacing: .5px;
    word-spacing: 1px;
    
    
}


.para{
     margin-top: 30px;
    line-height: 35px;
    font-size: 1.1em;
    text-align: left;
    text-indent: 10%;
}
hr{
    margin:60px;
}
.short{
    margin-left: 35%;
    width:30%
}
.stemp{
    width: 100%;
    height: 100%;
    padding: 10%;
}
.img-gap{
    margin:50px;
   margin-bottom: 50px;
}
.last-hr{
   
    margin-top: 60px;
    margin-bottom: 60px;
    
}

/* img{
    margin-top: 3%;
} */

footer{
    text-align: center;
}

@keyframes fade{
    from {opacity: 0%;}
    to{opacity: 100%;}
}
