html{
    scroll-behavior: smooth;
}
li{
    font-size: large;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
p.articlePara{
    font-size: larger;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
.review{
    filter: drop-shadow(1px 1px 1px #000);
    border-left:4px solid rgb(221, 180, 0);
    border-right:5px solid rgb(221, 180, 0);
    margin: 1% 4%;
}
.review span{
    font-size: x-large;
    font-weight: bolder;
}
.articleBlock{
    filter: drop-shadow(1px 1px 1px #000);
    max-width: fit-content;
    border-left:4px solid rgb(0, 153, 255);
    border-right:5px solid rgb(0, 153, 255);
    margin: 1% 0%;
}
.articleBlock span{
    font-size: x-large;
    font-weight: bolder;
}
@media screen and (max-width: 410px){
    
    img.footerLogo{
    width:40%;
    height: auto;
    }
    h1.title{
        font-family: cursive;
        color:#fff;
        filter: drop-shadow(2px 2px 2px #000);
    }
    h1.titleMsg{
        font-family: cursive;
        color:#fff;
        font-weight:bolder;
        text-shadow:1px 1px 1px #000;   
    }    
    h4.subTitle{
        font-size: 12px;    
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
        color:#fff;
        filter: drop-shadow(1px 1px 1px #333);
    }
    h4.storyTitle{
        font-size: small;
    }
    .menuBtn{
        color:#000;
        cursor:pointer;
        border-radius: 10%;
        font-weight: bold;
        filter: drop-shadow(2px 2px 5px #000);
        background-color: rgb(251, 255, 0);
    }
    h3.storyTitle{
        font-size: small;
    }
    img.storyPic{
        width:60%;
    }
    h3.storyTitleImg{
        font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    }
}
body{
    background-color: rgb(214, 237, 255);
}
.header{
    width:100%;
    background-color: rgb(0, 153, 255);
}
.header h1,h4{
    text-align: center;
}
.menuBtn{
    color:#000;
    cursor:pointer;
    border-radius: 10%;
    font-weight: bold;
    padding: 0% 3%;
    filter: drop-shadow(2px 2px 5px #000);
    background-color: rgb(251, 255, 0);
}
h1.title{
    font-family: cursive;
    color:#fff;
    filter: drop-shadow(2px 2px 2px #000);
}
h1.titleMsg{
    font-family: cursive;
    color:#fff;
    font-weight:bolder;
    text-shadow:1px 1px 1px #000;   
}
h4.subTitle{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color:#fff;
    filter: drop-shadow(1px 1px 1px #333);
}
.menu{
    margin: 0% 0.5%;
    background-color: rgb(251, 255, 0);
    color: #000;
    padding:0.3%;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    border-radius: 10%;
    filter: drop-shadow(1px 1px 1px #333);
}
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: rgb(251, 255, 0);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
    color: #000;
}

.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    filter: drop-shadow(1px 1px 1px #333);
    color: #000;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #fff;
    background-color: #000;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#main {
    transition: margin-left .5s;
    padding: 16px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
}
img.storyPic{
    filter: drop-shadow(2px 2px 2px #000);
    width: 100%;
}
.story{
    border-radius: 10px;
    width:100%;
    text-align: center;
}
.rightPart{
    padding: 1% 1%;
}
.leftPart{
    padding: 1% 4%;
}
h3.storyTitle{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
h4.storyTitle{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-weight: bold;
}
.coverImg{
    opacity: 0.8;
}
.assignmentForm input,select,textarea{
    filter: drop-shadow(2px 2px 2px #000);
}
.assignmentForm{
    border-top:2px solid rgb(0, 153, 255);
    border-radius: 2%;
    border-bottom:5px solid rgb(0, 153, 255);
}
.about{
    width:100%;
    padding: 3%;
    border-top:4px solid rgb(0, 153, 255);
    border-radius: 2%;
    border-bottom:5px solid rgb(221, 180, 0);
}
.about span{
    filter: drop-shadow(2px 2px 2px #000);
    margin: 2.5% 0%;
}
h3.storyTitleImg{
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    z-index: 99999;
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);;
}
h4.footerText{
    font-weight: bold;
    text-align: center;
}
img.footerLogo{
    width:10%;
    height: auto;
}
span.number{
    font-weight: bold;
}
#file::-webkit-file-upload-button {
    visibility: hidden;
    display: none;
}
#file::before {
    content: '\27BF Select File Here';
    border-radius: 5%;
    padding:5%;
    font-weight: bold;
    background-color: rgb(251, 255, 0);
    width:100%;
}
p.hidden{
   color: rgb(214, 237, 255);   
}