* { margin: 0; padding: 0; }

html {
	background: url(../images/bg.png) no-repeat top left fixed;
    -webkit-background-size: 700px;
    -moz-background-size: 700px;
    -o-background-size: 700px;
    background-size: 700px;
}

body {
	font-family: "Barlow", serif;
	font-weight:300;
    -webkit-font-smoothing:antialiased;
}

h {
	font-family: "Dosis", sans-serif;
    font-optical-sizing: auto;
	color:#FF9900;
	text-decoration:none;	
}

a {
	font-family: "Barlow", serif;
	color:rgba(50, 90, 100, .5);
	text-decoration:none;
}

a:hover {
	font-family: "Barlow", serif;
	color:rgba(131, 163, 171, .5);
}

img {
	padding:0px;
	margin:0px;
}

ul {
	list-style-type:circle;
	padding-right:10px;
	padding-left:23px;
}

li {
	font-family: "Barlow", serif;
	margin-bottom:10px;	
}