body,p{
	font-family: 'Rubik', sans-serif;
	font-size:17px;
	scroll-behavior: smooth; /* Enable smooth scrolling */
}

/* Add fade-in animation for blog posts */
article.post-details {
    margin-bottom: 80px;
    border-bottom: 1px solid #ededed;
    opacity: 0;
    transform: translateY(20px);
    animation: fadeInUp 0.6s ease-out forwards;
}

/* Define the fade-in animation */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add smooth transition for links and buttons */
a, .btn {
    transition: all 0.3s ease-in-out;
}

/* Smooth scroll for sidebar */
.right-sidebar {
    position: sticky;
    top: 100px;
    transition: all 0.3s ease-in-out;
}

/* Add hover effect for blog post titles */
.post-details h2 a {
    transition: all 0.3s ease;
}

.post-details h2 a:hover {
    transform: translateX(5px);
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Slab', serif;
    font-weight: 700;
    letter-spacing: inherit;
	color:#111111
}
ul li {
    margin-bottom: 6px;
}
p{
	margin-bottom:20px;
    line-height: 26px;
}
ol, ul {
    margin-top: 0;
    margin-bottom: 20px;
}
blockquote p {
    font-size: 16px;
    font-weight: 600;
}
a{
	font-family:inherit;
	transition: 0.5s;
}
a:hover{
color: #0f83dc;
text-decoration: underline;
}
.btn,
.btn:hover{
    text-decoration: none;
}
a:focus,
.widget a:hover, 
.tagcloud a:hover,
.entry-meta a:hover,
.content-area h2 a:hover{
    color:#0f83dc;
}
input[type="submit"]{
    padding: 0 30px;
}
.comment-author img {
    background: #ededed;
    border-radius: 50%;
}
.mainmenu li a:hover,
.mainmenu li a{
    text-transform: inherit;
    text-decoration: inherit;
}
/*Default Background color*/
.theme-bg,
input[type="submit"],
#scrollUp,
.pagination_num.current,
#loading-wrap{
  background-color: #151515;  
}
input[type="submit"]:focus,
input[type="submit"]:hover{
    border-color:#151515;
}
.btn.sm-btn:focus,
.btn.sm-btn:hover {
    border-color: #151515;
    background-color: #151515;
}

.pagination_num.current:hover,
#scrollUp:hover {
    background-color: #000;
}
.entry-meta.cat-list.no-img {
     margin-top: 0; 
}
h5.widget-title {
    letter-spacing: 2px;
    text-align: center;
    border: 1px solid #ccc;
    padding: 10px;
    margin-bottom: 20px;
}
.section-padding {
    padding: 140px 0;
}
.site-description {
    display: none;
}
.post-details h2, .content-area h2 a, .content-area h2 {
    font-size: 35px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
}
header.entry-header,
header.page-header {
    text-align: center;
    margin-bottom: 40px;
}
.slide-caption h1 {
    margin-bottom: 20px;
}
h1.site-title a,
h2.entry-title a{
    text-decoration: inherit;
}
.pagination_num {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.15);
    margin: 0 5px;
}
h1.page-title {
    font-size: 40px;
}
article.post-details {
    margin-bottom: 80px;
    border-bottom: 1px solid #ededed;
}
.nav-links ul li a.pagination_num {
    text-decoration: inherit;
}
span.pagination_num.current {
    padding: 3px 10px;
}
.right-sidebar {
    position: sticky;
    top: 100px;
}
.wpcopyright p {
    letter-spacing: 0;
    font-size: 14px;
    margin-bottom: 0;
}

@media (max-width: 600px) {
    .admin-bar #active-sticky {
        margin-top: 0;
    }
}

@media (max-width: 980px) {
	body{
	font-size:14px
	}
    h1.page-title {
    font-size: 30px;
    }
	h1.site-title a {
    font-size: 20px;
	}
    header.entry-header,
    header.page-header {
        margin-bottom: 30px;
    }
    	.post-details h2, .content-area h2 a, .content-area h2 {
    font-size: 25px;
    line-height: 30px;
	}
}

