body{
    background-color: #fff6ef !important;
    font-family: Crete Round, serif !important;
    color: black !important;
    position: relative;
}


nav{
    padding: 40px !important;
}

span{
    font-family: "Crimson Text", serif !important;
    font-style: italic !important;
}

/* nav ul li{
    margin: 10px 20px 0px 20px !important;
} */

nav .navbar-collapse{
    /* padding-top: 27px !important; */
}

.nav-link {
    display: block !important;
    padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x) !important;
    font-size: var(--bs-nav-link-font-size) !important;
    font-weight: var(--bs-nav-link-font-weight) !important;
    color: var(--bs-nav-link-color) !important;
    text-decoration: none !important;
    background: none !important;
    border: 0 !important;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out !important;
    margin: 10px 20px 0px 20px !important;
}

.nav-link:focus,.nav-link:hover {
    color: var(--bs-nav-link-hover-color) !important;
} 

nav img{
    width: 100px !important;
    height: 100px !important;
}

.overlay{
    background-image: url(../images/h1-rev-slide1-bckg.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.header-section svg{
    color: #fde9e1;
}

.header-col{
    position: relative;
    top: 50%;
}
.header-col h1{font-size: 64px;
}


.posts .posts-header{
    margin: 110px 0 20px 0 !important;
}

.post-list .card{
    border: none !important;
    background-color: transparent !important;
}

.post-list .author-detail li{
    list-style: none;
}

.post-list .author-detail ul{
    padding: 0px !important;
}

a{
    text-decoration: none !important;
}
.post-list .author-detail .label-a{
    background-color: #fde9e1;
    color: black;
    padding: 10px !important;
    border-radius: 10% !important;
}

.post-list .author-detail .label-a:hover{
    background-color: #e77447;
}

.post-list .feature-image{
    min-height: 250px !important;
    max-height: 250px !important;
}

.post-detail .image img{
    max-width: 100%;
    min-width: 100%;
}

/* .post-detail-right-side{
    width: 100% !important;
} */
.post-detail-right-side ul{
    display: block;
}
.post-detail-right-side li{
    list-style: none !important;
    padding: 5px !important;
}

.post-detail-right-side .label-a{
    background-color: #fde9e1;
    color: black;
    padding: 10px !important;
    border-radius: 10% !important;
    width: 100% !important;
    display: block;
    text-align: center;
}

.post-detail-tag-list ul{
    padding-left: 0px !important;
}

.post-detail-right-side .label-a:hover{
    background-color: #e77447;
}

.post-detail-tag-list li{
    list-style: none;
    padding: 5px;
}

.post-detail-tag-list .label-a{
    background-color: #fde9e1;
    color: black;
    padding: 5px !important;
    border-radius: 10% !important;
    width: 100% !important;
    display: block;
    text-align: center;
}

.post-detail-tag-list .label-a:hover{
    background-color: #e77447;
}

.post-detail-author-detail img{
    max-width: 287px;
    max-height: 205px;
}


.post-detail-right-side .label-div a{
    text-decoration: none;
    color: black;
}

.recent-post-by-author ul{
    padding-left: 0px !important;
}

.top-categories ul{
    padding-left: 0px !important;
}

a:hover{
    color: #ff5e14 !important;
  }

nav .nav-item a:hover{
    color: #ff5e14 !important;
}

nav .nav-item .active{
    color: #ff5e14 !important;
}

.label-a:hover{
    color: black !important;
}

.form{
    background-color: #fde9e1 !important;
    border-radius: 10px;
    margin-top: 50px;
}

.post-list .feature-image-2{
    max-height: 400px !important;
}

.post-detail-left-side{
    width: 100% !important;
}


/* media query  */
@media only screen and (max-width: 768px) {
    .header-col h1{
        font-size: 32px !important;
    }

    .post-detail-author-detail img{
        max-width: 150px !important;
        max-height: 150px !important;
    }
    .wave{
        display: none !important;
    }
    .posts .posts-header{
        margin: 100px 0 20px 0 !important;
    }
    .overlay{
        display: none !important;
    }
}
@media only screen and (max-width: 576px) {
    .header-col h1{
        font-size: 30px !important;
    }
    .post-detail-author-detail img{
        max-width: 120px !important;
        max-height: 120px !important;
    }
    .wave{
        display: none !important;
    }
    .posts .posts-header{
        margin: 100px 0 20px 0 !important;
    }
    .overlay{
        display: none !important;
    }
}