.ast-single-post .entry-content a {
    text-decoration: none;
}
h2.fl-heading {
    padding-top: 21px;
    font-family: Raleway;
    font-weight: 800;
    text-align: center;
}
div {
    font-family: Raleway;
}
.ast-footer-overlay {
    background-color: #281137;
    padding-bottom: 15px !important;
    padding-top: 10px !important;
}
.site-footer {
	  position: relative;
	  top: 100px;
    color: #fff;
    height: 7px;
}
.ast-small-footer-section.ast-small-footer-section-1 {
    width: 90%;
}
/*  scroll bars */
::-webkit-scrollbar {
    width: 1vw;
    background: #281137;
    border-radius: 0;
}
::-webkit-scrollbar-thumb {
    background: #D3D3D3;
    border-radius: 10px;
    border: rgb(58, 0, 113, 1);
    width: 12px;
height: 12px;
}



::-webkit-scrollbar-track {
    border-radius: 7px;
}