body{
    background: #ddd;
   
}
.parallax{
    position: relative;
}


.card-writeup{
    font-size: 2rem;
    color: #fff;
    margin-top: -1200px;
    position: absolute;
    align-items: center;
}


/* header nav{
    z-index: 5;
     position: fixed; 
} */

/* .navbar a:hover{
    background: #fff;
    color: red
} */

.sidenav ul li a{
    font-size: 2rem;
}

.material-icons{
    font-size: 2rem;
}

.nwani:hover{
    border: solid 2px #fff;
    border-radius: 10px;
    padding: 4px;
    background: #fff;
    font-size: 20px;
}

.nwani-writeup{
    margin: 0 5% 0 5%;
    text-align: justify;
}

button{
    border-radius: 10px;

}
button:hover{
    background: blueviolet;
}

.card-coverage:hover{
    border: coral solid 4px;
}

.company-coverage{
    color: coral;
}

.photo-gallery{
    color: coral;
}

.footer2 {
   /* margin-top: -20px; */
   padding: 30px;
}

footer{
    padding: 30px;
}

.collect:hover{
    background-color: grey;
}

/* practical area style */

.practical-ul li:hover{
    background: #fff;
    color: black;
    border: solid 2px #fff;
    padding: 4px;
    box-shadow: 0 100px 100px rgb(82, 43, 43), 9 10px 10px rgba(56, 42, 42, 0.22);
}

.practical-ul li {
    text-decoration: dotted;
}

/* practical area style */
.card-writeup2{
    font-size: 3rem;
    color: #fff;
    margin-top: -250px;
    margin-left: 30%;
    left: 0;
    width: auto;
    position: absolute;
    align-items: center;
}

.memo{
    margin: 0 30px 0 30px;
}

.previous{
    padding: 30px;
}

.commentoutput{
    display: none;
}
.adminblog{
    margin-top: px;
    padding: 50px;
    background: rgb(128, 124, 124);
    border-radius: 5px;
    border: solid 3px  rgb(211, 206, 206) ;
}
.adminblog i{
    margin-top: -35px;
}


section .misconceivewriteup{
    margin: 0 50px 0 50px;
    text-align: justify;
}

/* misconceive page */
.navigationmisconceive{
    padding: 20px;
    background: white;
}
.navigationmisconceive span{
    
    margin: 0 50px 0 50px;
}
.navigationmisconceive span:hover{
    background: #ddd;
    margin: 0 50px 0 50px;
}
#misconceivecommentresult{
    display: none;
}

/* validation page of the blog post */
.validationcontent{
    margin: 0 40px 0 40px;
}

#title{
    display: none;
}

.material-icons{
    cursor: pointer;
}

.commentForm{
    display: none;
}

