@font-face {
	font-family: 'Klavika-Bold';
	src: url(../font/klavika/Klavika-Bold.otf);
}

@font-face {
	font-family: 'Klavika-Medium';
	src: url(../font/klavika/Klavika-Medium.otf);
}

body {
	background: #000;
}

#home-slide {
	height: 100%;
	overflow: hidden;
	background: url(../image/home-slide-background.jpg) no-repeat center center;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

#monk-slide {
	height: 100%;
	overflow: hidden;
	background: url(../image/monk-slide-background.jpg) no-repeat center center;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.wrapper-slide {
	margin: 0 auto;
	width: 100%;
	height: 100%;
}

#logo {
	font-family: "Klavika-Bold", sans-serif, serif;
	font-size: 30px;
	text-transform: uppercase;
	color: #fff;
	margin: 0;
	position: relative;
	top: 30px;
	left: 1em;
	transition: all 0.5s ease;
}

#logo:hover {
	transition: all 0.2s ease;
	color: #b7b7b7;
}

#title-block {
	height: auto;
	width: 100%;
	margin: 0 auto;
	top: 27%;
	position: relative;
}

#stage-title {
	font-family: "Klavika-Medium", sans-serif, serif;
	font-size: 3em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	line-height: 70px;
}

#mm-title {
	font-family: "Klavika-Bold", sans-serif, serif;
	font-size: 7em;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	margin: 0;
	line-height: 95px;
}

#start-button:hover {
	opacity: 0.5;
	transition: all 0.35s ease;
}

#start-button {
	border: 5px solid #fff;
	width: 300px;
	margin: 0 auto;
	position: relative;
	top: 35%;
	height: 95px;
}

#start-font {
	font-family: 'Arial', sans-serif;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding: 20px;
}

#button-link {
	height: 100%;
	width: 100%;
}

a {
	text-decoration: none;
}
