@charset "utf-8";
/*
Theme Name: Reshika
Author: Reshika.in
Author URI: https://Reshika.in
Version: 1.0
*/

html, body {
	height: 100%;
}
body {
	font-family: 'Roboto', sans-serif;
	font-size:16px;
	line-height:24px;
}
a, a:hover {
	color:#0078D4;
    text-decoration: none;
}
h4 {
	font-size: 16px;
	line-height: 20px;
}
p {
	margin: 0 0 30px;
}
main {
    padding: 16px 0;
}
.navbar {
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 5px 0 rgba(0,0,0,.23);
}

.wp-block-heading {
    font-size: 18px;
    line-height: 24px;
}
.post {
	font-size: 14px;
	line-height: 20px;
}
.post-title {
	font-size:16px;
	line-height:20px;
	margin: 0 0 5px;
}
h1.post-title {
	font-size:30px;
	line-height:38px;
	margin-top:0;
}
.page-title {
	padding: 15px 0;
	background-color: #005b7f;
	color: #fff;
}
.page-title h1 {
	margin: 0;
	font-size: 18px;
	line-height: 20px;
}
section {
	position: relative;
	padding: 30px 0;
}
.section-heading {
	text-align: center;
	margin-bottom: 20px;
}
/* Footer */
.footer {
	padding: 30px 0 20px;
	font-size: 12px;
	line-height: 16px;
    background-color: #f8f9fa;
}
.footer a,
.sidebar a {
    color: #212529;
}

.widget {
	list-style: none;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 15px;
}
.widget ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.widgettitle {
    font-size: 16px;
    margin: 0 0 5px;
    line-height: 20px;
}
.screen-reader-text{
	display:none;
}
.wp-post-image {
	max-width: 100%;
	height: auto;
}