h3,h4,h5,h6 {
  font-family: 'Lora', Arial, sans-serif !important;
}

body {
    margin: 0;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px; 
	line-height: 18px;
	color: #333;
	background-color: #fff;
}

p {
	margin: 0 0 9px;
  	text-align: justify;
	text-indent: 20px;
	font-family: Lora, Verdana, Helvetica, Arial, sans-serif;
	font-size: 16px; 
	line-height: 26px;
}

blockquote {
	margin: 15px 30px 20px 30px;
	padding: 15px;
	border-left: 8px solid #eee;
  	font-family: Lora, Verdana, Helvetica, Arial, sans-serif;
    font-size: 16px;
	font-style: italic;
	line-height: 24px;
	Background-Color: #f0e9e6
}
blockquote p {
	margin-bottom: 0;
    text-align: justify;
	text-indent: 20px;
	font-family: Lora, Verdana, Helvetica, Arial, sans-serif;
  	font-size: 16px; 
	line-height: 24px;
}

.btn {
  	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-indent: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 12px 0;
	word-wrap: break-word;
}
h1 {
	font-size: 40px;
	line-height: 44px;
}
h2 {
	font-size: 32px;
	line-height: 36px;
}
h3 {
	font-size: 23px;
	line-height: 28px;
	letter-spacing: 3px;
}
h4 {
	padding: 12px 0 12px 0;
  	font-size: 20px;
	line-height: 24px;
  	letter-spacing: 2px;
  	color: #D6723C;
}
h5 {
	padding: 12px 0 0 0;
	font-size: 17px;
	line-height: 19px;
}
h6 {
	font-size: 14px;
	line-height: 16px;
}


.site-title {
    font-size: 40px;
    font-size: calc(16px + 2.16vw);
    font-weight: bold;

}

@media (min-width: 1024px) {
	.site-title {
		font-size: 76px;
      	line-height: 100px;
      	letter-spacing: 0;
}
  
  .nav-pills > li > a {
	font-family: 'Lora', Verdana;
	font-size: 13px;
    letter-spacing: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
}
  
  .brand {
	font-family: 'Lora';
	font-size: 12px;
	letter-spacing: 4px;
}
  
.label-info[href] {
	background-color: #D6723C;
}
  

element {
}
h1, h2, h3, h4, h5, h6, .site-title {
    font-family: 'Chango', sans-serif;
}

.brand {
	color: #333333;
	-webkit-transition: color .5s linear;
	-moz-transition: color .5s linear;
	-o-transition: color .5s linear;
	transition: color .5s linear;
}
.brand:hover {
	color: #d6723c;
}

a:hover, a:focus {
    color: #333333;
}