body {
	background: #fffcf1;
}
h1 {
    font-family: poppins, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 32px;
    text-transform: uppercase;
}

h2 {
    font-family: poppins, sans-serif;
    font-style: bold;
    font-weight: 300;
    font-size: 24px;
    text-transform: uppercase;
}
p {
    font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    color: #696868;
}

strong {
    font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 500;
    color: #fe9025;
}
.articlesFound strong {
    color: #000;
}
ol, ul, li {
    font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    color: #696868;
}

li {
    margin-top: 10px;
}

blockquote {
    font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 200;
    font-size: 14px;
    color: #696868;  
}

a {
	color: #0996af;
}

.category-list .category {
	background-color: #fff;
}

.category-list .category:hover {
	border: 1px solid #0996af;
	background: #fff;
}

#searchBar button {
	color: #fff;
	background: #0996af;
	border-radius: 0 5px 5px 0;
	border: 1px solid #0996af;
	font-size: 18px;
	padding: 0 1.5em;
	height: 50px;
	position: absolute;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
}
#searchBar button:hover {
	background: #0cc0df;
	border: 1px solid #0cc0df;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
}

.articleFoot p, .articleFoot time {
	color: #7e8287;
	display: inline-block;
    font-family: forma-djr-text, sans-serif;
    font-style: normal;
    font-weight: 300;
	font-style: normal;
}

.nav {
	border-top: 1px solid #fff;	
}	

.navbar .btn-navbar {
	color: #fff;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #0cc0df;
	border-radius: 5px;
	border: 1px solid #fff;
	font-size: 14px;
	padding: .5em;
	/* height: 50px; */
}

.btn-navbar:hover, .btn-navbar:focus, .btn-navbar:active, .btn.active, .btn.disabled, .btn[disabled] {
    color: #fff;
	text-shadow: 0 0px 0px rgba(255,255,255,.0);
	background: #0cc0df;
  border: 1px solid #fff;
}

.navbar .btn-navbar .icon-bar {
	background-color: #fff;
}

@media (max-width: 480px) {
	#searchBar button .icon-search {
		color: #fff;
		display: block;
		text-shadow: none;
		margin-top: 15px;
	}
}	

@media (max-width: 768px) {
	.navbar .btn-navbar {
		margin-top: 50px;
	}
}