
/* === Styling headings, paragraphs, unordered and ordered lists === */

body {
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size:13px;
	line-height:20px;
}

/* === STYLING HEADINGS SETTINGS === */

h1{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size:18px;
	color: #666;
	margin-bottom:5px;
}
div#c3 header h1, div#c77 header h1, div#c80 header h1 {
	color:#ae031d;
	font-size:19px;	
}

h5 {
	font-weight: 300;
	font-size: 12px;
	margin-top: 4px;
}

/* === STYLING BLOCKQUOTES SETTINGS === */

blockquote {
	font: 13px/21px;
	font-weight: normal;
	font-style: italic;
}

/* === STYLING SEPARATORS SETTINGS === */

.separator  {
	font-family: 'Poppins', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

/* === STYLING INPUTS AND TEXTAREAS SETTINGS === */

input, textarea, button {
	/*font: 12px/21px 'Droid Sans', Helvetica, Arial, sans-serif;*/
	padding-top: 3px;
}


/* === STYLING NAVIGATION SETTINGS === */

.welcome-text {
	font-size: 15px;
	font-family: 'Poppins', sans-serif;
	font-weight:300;
}

.nav li,
.navi li{
	font-size: 18px;
	line-height: 18px;
	text-transform: uppercase;
}

.nav li span,
.navi li span {
	font-family: 'Poppins', sans-serif;
	font-weight:300;
	font-size: 11px;
	line-height: 12px;
	text-transform: none;
}

.nav a,
.navi a {
	color: #fff;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	
}

.nav a span,
.navi a span {
	opacity: 0.8;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.navi a span {
	display: block;
}
.nav a:hover,
.navi a:hover
{
	color:#ae031d;
}

.sub-menu li a,
.sub-menu li a
{
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
}

/* === STYLING NAVIGATION OF OTHER PAGEGES === */

#nav-header-container .nav li a {
	font-size: 16px;
}

#heading-container h1,
#heading-container-mobile h1{
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	text-transform: uppercase;
	font-size:34px;
}


/* === STYLING BUTTONS SETTINGS === */

.button, button, button span {
	text-transform: uppercase;
	color: #999;
	color: #333;
}

.button {
	line-height: 24px;
}

.recent-project-details {
	font-size: 11px;
}

.footer-menu {
	font-size: 11px;
}

.responses-list .separator {
	font: 12px/21px 'Droid Sans', Helvetica, Arial, sans-serif;
	font-weight: normal;
	text-transform: none;
}

.blog-post-content h6 {
	margin-bottom: 15px;
}

.message-box {
	font-size: 11px;
	line-height: 18px;
}

.toggle li > a {
	font: 15px/28px TitilliumBold, Candara, Arial, sans-serif;
	font-weight: 500;
	color: #333;
}