body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-size: 40px;
    font-family: "sabbath-black", Helvetica, sans-serif;
	font-size: 52pt;
	font-weight: 400;
	line-height: 110%;
	color: #ffffff;
    background-color: #4400ff;
}

b {
	font-size: 48pt;
	font-weight: 400;
	font-family: "lores-21-serif", serif;
}

a {
	font-size: 48pt;
	color: #bbff00;
	font-family: "lores-21-serif", serif;
	text-decoration: none;
}

a:hover {
	color: #0f0;
}

ul {
    margin: 0;
    padding: 0;

}

li {
    list-style-type: none;
    display: inline;
}

.label {
	border: 2px solid #ffffff;
	padding: 18px 20px;
	font-weight: bold;
	font-size: 16px;
	margin-right: 15px;
	text-transform: uppercase;
	letter-spacing: 4pt;
	font-family: "lores-21-serif", serif;
	vertical-align: text-top;
}

#cover {
    position: relative;
    width: 100vw;
    height: 100vh;
    background-color: #4400ff;
    background-image: url("gif/wolves.gif");
    background-blend-mode: hard-light;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
    z-index: 1;
}

#coyote-box {
    position: relative;
}

#bg {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: #4400ff;
    background-blend-mode: multiply;
    background-image: url("photos/server.jpg");
    background-size: cover;
	background-position: center center;
    opacity: 0.5;
    z-index: 0;
}

#text {
    position: relative;
    z-index: 2;
    padding: 50px;
}