@charset "utf-8";
/* CSS Document */
@import url(https://fonts.googleapis.com/css?family=Dosis);
body{
	margin:0px;
	padding:0px;
	background-image:url(../images/bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	position:asolute;
	font-family: 'Dosis', sans-serif;
	font-size:18px;
	color:#1e1a14;
}

html{
min-height:100%;
}

a{
	color:inherit;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

.welcome{
	position:relative;
	width:500px;
	background-color:rgba(251,232,184,0.8);
	margin:0 auto;
	padding:20px;
	text-align:center;
	box-shadow:0px 0px 8px 0px #b8925b;
}

.welcome img{
	box-shadow:0px 0px 8px 0px #b8925b;
}

h1{
	font-weight:normal;
	font-size:36px;
	padding:0px;
	margin:20px 0px 10px 0px;
}