body {
	background-color: #f3ede8 !important;
}

.main-header {
	border-bottom: 1px solid #cfc5bc !important;
}

.about-me-list li {
    list-style: disc;
    margin: 0 0 0 2rem;
    color: #000;
}

/*.post-content-overlay.layout-2 {
    bottom: 400px !important;
}*/


.post-content-overlay.layout-2 {
    top: 5% !important;
    left: 30px;
    border-radius: 4px !important;
    padding: 30px 0px;
    background: transparent;
    color: #fff;
    text-shadow: 0 0 2px var(--color-danger);
    font-size: 1.2rem;
    box-shadow: none;
    max-width: 100%;
}
.my-home-bg{
    display:block !important;
}

.custom-footer-menu li:after {
  content:'|';
  margin:0 10px;
}

.custom-footer-menu li:last-child:after {
  content:'';
  margin:0 5px;
}


@media (max-width:991px){
    .post-content-overlay.layout-2 .post-title{
        font-size: 2.2rem !important;
    }
    .post-content-overlay.layout-2 .post-excerpt{
        display: block;
    }
    .post-content-overlay.layout-2 {
        top: -20% !important;
        left: 256px;
        border-radius: 4px !important;
        padding: 30px 0px;
        background: transparent;
        color: #fff;
        text-shadow: 0 0 2px var(--color-danger);
        font-size: 1.2rem;
        box-shadow: none;
        max-width: 100%;
        position: relative;
        padding: 1rem 4rem 0rem 2rem !important;
    }
    .my-home-bg{
        display: none !important;
    }
}

@media (min-width:500px) and (max-width:579px){
    .post-content-overlay.layout-2 {
        padding: 1rem 4rem 0rem !important;
    }
}

@media (max-width:410px){
    .post-content-overlay.layout-2 {
        padding: 1rem 6rem 0rem 0rem !important;
    }
}