/* --------CSS---------- */
html, body {
  height: 100%;
  margin: 0; 
}
html {
  scroll-behavior: smooth;  
}
body {
	font-family: 'Merriweather', serif;
	max-width: 100vw;
	overflow-x: hidden;
	background: #fff !important;
	color: #212529 !important;
	font-size: 18px;
}
.text-primary {
	color: #b5b098 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
font-family: 'Roboto', sans-serif;
}
.h1, h1 {
	font-size: 5rem;
	font-weight: 600;
	line-height: 1;
}
.h3, h3 {
	font-size: 2.5rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
.h5, h5 {
	font-size: 2.5rem;
}
.btn {
	font-family: 'Roboto', sans-serif;
	border-radius: 50px;
}
.btn-lg {
	font-size: 1.5rem;
	padding: .5rem 2rem;
}
.container {
	max-width: 1080px;
	position: relative;
}
.navbar-brand {
	font-weight: bold;
}
.hero {
	margin-bottom: 50px;
	background: no-repeat center center;
	background-color: #868e96;
	background-attachment: scroll;
	position: relative;
	background-size: cover;
	color: #fff;	
	text-align:center;
}
.hero .overlay {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #212529;
	opacity: .5;
}
.post-heading {
	padding: 100px 0;
}
.hero a {
	color: #fff;	
}
.icon-social {
	display: inline-block;
	margin: 0 5px;
	height: 40px;
	min-width: 40px;
	text-align: center;
	color: #fff !important;
	border-radius: 50px;
	font-size: 1rem;
	line-height: 2.6;
}
.icon-social i {
	position: relative;
	top: -1px;
	vertical-align: middle;
}
.facebook {
	background-color: #516eab;
}
.twitter {
	background-color: #29c5f6;
}
.instagram {
	background-color: #b131ba;
}
.pinterest {
	background-color: #ca212a;
}
.img {
	position: relative;
	display: block;
}
.tag {
	display: inline-block;
	padding: .25em .4em;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	position: absolute;
	left: 50%;
	top: -25px;
	width: 150px;
	margin-left: -75px;
}
blockquote {
	position: relative;
	margin: 4rem 0;
}
blockquote p {
	font-family: 'Merriweather', serif;
	font-size: 1.9rem;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.1;
	margin: 30px 10%;
	width: 80%;
	text-align: center;
	z-index: 1;
	position: relative;
	font-style:italic;
}
.info-list {
	counter-reset: my-awesome-counter;
	list-style: none;
	padding: 0 40px;
	margin:22px;
}
.info-list li {
	margin-bottom: 26px;
	padding-left: 38px;
	counter-increment: my-awesome-counter;
	position: relative;
	font-weight: 500;
}
.info-list li::before {
	content: counter(my-awesome-counter);
	color: #ffffff;
	position: absolute;
	top: 3px;
	left: -10px;
	background-color: #111111;
	height: 34px;
	width: 34px;
	line-height: 34px;
	border-radius: 50%;
	text-align: center;
	font-family: 'Roboto', sans-serif;
}
.img-horizontale {
	max-width: 200px;
}
#footer {
	background: #000;
	color: #444;
	padding: 50px 0;
	text-align: center;
	width: 100%;
	margin-top: 100px;
	font-size: .8rem;
}
#footer a{
	color: #444 !important;
}
/* --------MEDIA QUERIES---------- */
@media(max-width:1024px){
.h1, h1 {
	font-size: 4.5rem;
}
.h2, h2 {
	font-size: 1.5rem;
}
.h3, h3 {
	font-size: 2rem;
}
.img-vertical {
	max-width: 50%;
}
.post-heading {
	padding: 150px 0;
}
}
@media(max-width:800px){
.navbar-brand {
	margin: 0 auto;
	font-size: 2.5rem;
	line-height: 1;
}
.navbar-text {
	width: 100%;
	text-align: center;
}
.h1, h1 {
	font-size: 4.5rem;
}
.h2, h2 {
	font-size: 1.5rem;
}
.h3, h3 {
	font-size: 2rem;
}
.img-vertical {
	max-width: 50%;
}
}
@media(max-width:480px){
.img-vertical {
	max-width: 100%;
	margin-right: 0 !important;
}
.navbar-brand {
	font-size: 2rem;
}
.h1, h1 {
	font-size: 2.5rem;
}
.h2, h2 {
	font-size: 1.25rem;
}
.h3, h3 {
	font-size: 1.5rem;
}
.h4, h4 {
	font-size: 1.25rem;
}
.h5, h5 {
	font-size: 1.25rem;
}
.author {
	font-size: 14px;
}
.navbar-text {
	font-size: 12px;
	padding: 0;
}
body {
	font-size: 1rem;
}
.lead {
	font-size: 1.1rem;
}
blockquote p {
	font-size: 1.5rem;
	margin: 30px 0;
	width: 100%;
}
.tag {
	font-size: 1rem;
	top: -15px;
	width: 130px;
	margin-left: -65px;
}
blockquote {
	position: relative;
	margin: 2rem 0;
}
.info-list {
	padding: 0;
}
.img-horizontale {
	width: 100%;
	max-width: 100%;
	margin: 0 !important;
}
}