/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Oct 09 2025 | 10:14:05 */
/* Add your CSS code here.
                     
For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 


/*-= fonts style start =-*/
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6,
.heading-like-h1, .heading-like-h2, .heading-like-h3  {
	line-height: 150%;
	color: #333;
	font-weight: 700;
	/* margin-top: 15px; */
}
.heading-like-h1 {
	font-size: 48px;
}

.heading-like-h2 {
	font-size: 36px;
}

.heading-like-h3 {
	font-size: 24px;
}

.lead {
	font-size: 20px;
	font-weight: 700;
}

.small {
	font-size: 15px;
}
.info, .muted {
	font-size: 17px;
}
@media (max-width: 768px) {
	.heading-like-h1 {
	font-size: 36px;
	}

	.heading-like-h2 {
		font-size: 24px;
	}

	.heading-like-h3 {
		font-size: 20px;
	}
	.lead {
	font-size: 17px;
	font-weight: 700;
}

	.small {
		font-size: 14px;
	}
	.info, .muted {
		font-size: 16px;
	}
}

body {
	color: #6A6A6A;
	font-weight: 500;
	line-height: 170%;
}
/*-= fonts style end =-*/
main#main {
	padding-top: 60px;
}
@media (min-width: 769px) {
	.lead {
		font-size: 20px;
		font-weight: 700;
	}
}