*{
	margin: 0;
	padding: 0;
	transition: all 0.5s;
	font-size: 17px;
}
body{
	background-color:#f1edea;
}
@font-face {
  font-family: 'laikafont';
  src: url('../fonts/laikafont.eot');
  src: url('../fonts/laikafont.eot?#iefix') format('embedded-opentype'),
       url('../fonts/laikafont.woff2') format('woff2'),
       url('../fonts/laikafont.woff') format('woff'),
       url('../fonts/laikafont.ttf') format('truetype'),
       url('../fonts/laikafont.svg#laikafont') format('svg');
  font-weight: normal;
  font-style: normal;
}
a, a:hover, a:focus, a:visited{
	color: black;
	text-decoration: none;
}
a:hover{
	opacity: 0.7;
}
#container{
	background-color:#f1edea;
	background-image: url(../img/logo.png);
	background-position: center, bottom right;
	background-repeat: no-repeat, no-repeat;
	position: relative;
}
/*.logo{
	height: 80px;
	width: 200px;
	background-image: url(../img/logo.jpg);
	background-size: auto 100%;
	background-position: center;
	background-repeat: no-repeat;
	align-self: center;
}*/
.dir{
	position: absolute;
	bottom: 40px;
	left: 40px;
  	font-family: 'laikafont';
}
li{
	list-style: none;
	padding-left: 20px;
	margin-bottom: 3px;
	
}

a{
	vertical-align: middle;
}
.linpd{
	padding: 0;
}
.linpd img{
	margin-right: 7px;
}
li img{
	margin-right: 13px;
}