
body, h1{
	margin: 0px;
	text-decoration: none !important;
}

img{
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;          /* Likely future */
}

h1{
	font-family: 'Coiny', cursive;
}

.honeypot{
	display: none;
}

#paizoLogo{
	height: 60px;
	margin-right: 20px;
}

.jumbotron{
	padding: 20px;
	margin-bottom: 2px;
}

.box{
	background-color: rgba(0, 0, 0, 0.02);
	border: 1px solid #555555;
	border-radius: 10px;
	width: 320px;
	padding: 40px;
	margin: 20px;
}
