@charset "utf-8";
/* CSS Document */

* {
	padding:0px;
	margin:0px;
	text-size:100%;
	vertical-align:baseline;
}

html{
	font-weight:100;
	cursor:url("../images/pawprint.cur"), auto;
	background-image:url("../images/paper.png");
	background-size:cover;
	background-repeat:no-repeat;

}

@font-face{
	font-family:"LazyDog";
	src:url("../font/lazy_dog.ttf");
}
body{
	align-content:center;
	text-align:center;
	font-family:"LazyDog";
	width:80%;
	height:100vh;
	margin:auto;
	font-size:36px;
	cursor:url("../images/pawprint.cur"), auto;

}

header {
	padding:10px;
	font-size:20px;
}

main {
	border:0px solid black;
	min-height: 80vh;
	margin:40px;
}

img:hover {
	cursor:url("../images/pawprint.cur"), auto;
}

footer {
	position:relative;
	height:50px;
	align-content:left;
	text-align:left;
	bottom:0px;
}
#copyright {
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	display:inline-block;
	font-size:12px;
	padding-bottom:5px;
	
}

.button {
	font-size:30px;
	margin:20px;
	padding:25px;
	display:inline-flex;
	border:3px solid rgba(28,28,28,1.00);
	background-color:azure;
	color:rgba(28,28,28,1.00);


}

.button:hover {
	background-color:cornflowerblue;
	color:white;
	animation:ease-in;
	font-weight:bolder;
	
}

a {
	color:cornflowerblue;
	text-decoration:none;
}
a:visited {
	color:cornflowerblue;
	text-decoration:none;
}

a:hover {
	color:lightblue;
	cursor:url("../images/pawprint.cur"), auto;
}

.button a:link { color:cornflowerblue; text-decoration:none; }
.button a:hover { color:white; text-decoration:none; cursor:url("../images/pawprint.cur"), auto;
}
	


