html{
}

body{

}

body a{
	text-decoration:none;
	color:#d1811e;
}

body a:hover{
	color:#a96919;
}

h2{
	font-family: 'Muli', sans-serif;
	font-size:25px;
	color:#333;
	margin-bottom:20px;
}

@media screen and (max-width: 580px) {
h2{
	font-size:0.6em;
}

}

h2 span{
	font-size:15px;
}

h3{

}

h4{

}

h5{

}
h5 span{
	font-size:15px;
}
@media screen and (max-width: 580px) {
h5{

}
}

h6{

}


p{
	font-family:"Arial";
	font-size:14px;
	color:#333;
	line-height:26px;
	margin-bottom:50px;
}
@media screen and (max-width: 580px) {
p{
	font-size:0.4em;
	line-height:10px;
}

}