/* @import 'fonts/opensans/opensans.css'; */
@import 'fonts/circularstd/circularstd.css';
@import 'fonts/helveticacyr/helvetica.css';

html,
body {
    font-family: 'Open Sans', sans-serif;
    color: #1e2021;
}
body {
    font-size: 13px;
    font-family: 'Open Sans', sans-serif;
    font-weight:300;
}
h1, .h1{
	font-size: 40px;
	font-family: "Circular Std", sans-serif;
	color: rgb(81, 11, 99);
	font-weight: bold;
	line-height: 1.35;
}
h2, .h2{
	font-size: 30px;
	font-family: "Circular Std", sans-serif;
	color: rgb(30, 32, 33);
	line-height: 1.5;
	font-weight: bold;
}  
h3, .h3{
	font-size: 24px;
	font-family: "Circular Std", sans-serif;
	color: rgb(30, 32, 33);
	line-height: 1.5;
	font-weight: bold;
}  
h4, .h4{
	font-size: 20px;
	font-family: "Circular Std", sans-serif;
	color: rgb(30, 32, 33);
	line-height: 1.5;
	font-weight: bold;
}
h5, .h5{
	font-size: 17px;
	font-family: "Circular Std", sans-serif;
	font-weight: bold;
	line-height: 1.5;
}
h6, .h6{
	font-size: 16px;
	font-family: "Circular Std", sans-serif;
	font-weight:400;
}
a{
	font-family:"Open Sans", sans-serif;
	font-weight:400;
	font-size:14px;
}
p{
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
		font-weight:400;
    line-height: 1.6;
    color: rgb(81, 85, 90);
}
li{
	font-size: 14px;
	color: rgb(81, 85, 90);
	font-weight:400;
}

@media (max-width:992px){
	h1 {
		font-size: 30px;
	}
	h2 {
		font-size: 24px;
	}
	h3 {
		font-size: 22px;
	}
	h4 {
		font-size: 20px;
	}
}
@media (max-width:600px){
	h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 20px;
	}
	h3 {
		font-size: 18px;
	}
	h4 {
		font-size: 16px;
	}
}
body{
	background: transparent;
}  