@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

/*** Top Bar ***/
.info-bar {
    background-color: #029FB2;
	  font-family:'poppins';
}

.info-bar ul li, .info-bar .social-profiles ul li a, .info-bar .infobar-links ul li a {
    color: #fff;
}


/*** Nav Bar BG Color ***/
.navigation-bar {
    background-color: #029FB2!important;
	font-size:1.5em;
	font-family:Poppins, sans-serif;
}

/*** Home - Titles ***/
h3.stories-title, .stories-title {
    font-family:'Poppins', sans-serif;  	
    border-left: 4px solid #029FB2;
}

/*** Home - Post Titles ***/
.post-boxed .entry-title, .post-block .entry-title, .post-boxed.main-post.inlined .entry-title {
    font-weight: 400;
	  font-family: 'Poppins', sans-serif;
}

/*** Home - Widget Titles ***/
.widget-title {
	border-left: 4px solid #029FB2;
	font-family: 'Poppins', sans-serif;
}


/*** Home - Just Img ***/
.post-img-wrap .entry-meta .cat-links a { 
    background-color: mediumslateblue;
}

/*** Home - Img + Title ***/
.post-img-wrap + .entry-header .entry-meta .cat-links a {
	background-color: darkgreen;
font-family: 'Poppins', sans-serif;
}

/*** Home - Cat Text ***/
.entry-meta .cat-links a {
	color: #ef3f49;
}

/*** Home - Search Button ***/
.btn-theme {
	background-color: #029FB2;
}

/*** Single Posts - Body & Title ***/
.entry-content p {
    line-height: 1.6;
    margin-bottom: 15px;
    font-family:;
	  font-weight:300;
		color: #000;
	font-family: 'Poppins', sans-serif;
    font-size: 1em;
}

.entry-header h1.entry-title {
    font-size: 35px;
    font-weight: 500;
    color: #333333;
    margin: 0 0 10px;
    font-family: 'Montserrat', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
		font-family: 'Montserrat', sans-serif;
}

/*** Category Page Post Title***/

.entry-header h2.entry-title {
    font-size: 20px;
		line-height: 1.1em;
		font-weight: 500;
	color: #333333; }

/*** Sidebar ***/
.post-boxed.inlined .entry-title, .post-block .entry-title {
    line-height: 1.1;
    font-weight: 400;
    font-size: 17px;
}

.post-col .entry-meta .cat-links a {
    font-weight: 400;
    font-size: 12px;
}
.back-to-top{
	background-color:yellowgreen;
	border-radius:5px;
	margin-bottom:-50px; 
}
p{
	line-height:1.8;
}
strong{
	color:white;
}
/*** Mobile Nav Bar ***/
@media (max-width: 767px) {
.navigation-bar {
    background-color: #029FB2;
}
}
