.heading1, h1 {
	color: #0b5069;
    font: 500 2.2em 'Khula', sans-serif;
	margin: 25px 0px 25px;
}

.heading2, h2 {
     color: #0b5069;
     font: 500 1.9em 'Khula', sans-serif;
     margin: 20px 0px 15px;
	 padding: 5px 0px 0 0;
}

 h2.home {
	 font: 500 1.8em 'Khula', sans-serif;
     margin: 20px 0px 10px;
	 padding: 20px 0px 0 0;
     border-top: 1px dotted #0b5069;
}

.heading3, h3 {
     color: #0b5069;
     font: 500 1.7em 'Khula', sans-serif;
}

.heading4, h4 {
     color: #0b5069;
     font: 500 1.5em 'Khula', sans-serif;
	 line-height: 1.8em;
}

.heading5, h5 {
    font: 600 1.3em 'Khula', sans-serif;
    color: #0b5069; 
	line-height: 1.8em;
}

.heading6, h6 {
    color: #0b5069;
    font: 600 1em 'Khula', sans-serif;
}

hr {
    display: block;
    height: 10px;
    clear: both;
    margin: 10px 0;
    border-bottom: 1px solid #0b5069;
    border-left: none;
    border-right: none;
    border-top: none;
}

hr.thick {
    border-bottom: 2px solid #0b5069;
}

hr.dotted {
     border-bottom: 1px dotted #0b5069;
}

/*.googleTranslateContainer {
    display: inline-block;
    padding: 5px;
}*/