@charset "utf-8";

@font-face {
    font-family: lamoon;
    src: url( ../fonts/FC_LamoonB.ttf);
}
body {
	background-image: url(../images/background.png);
	background-attachment: fixed;
	background-size: cover;
	background-clip: border-box;
	background-position: center bottom;
}

.main_container,
.main_row,
.main_col {
	height: 100vh;
	position: relative;
}

.main_col {
	padding-top: 30px;
}

.box{
	min-width: 800px;
	position: absolute;
}

.panel-title{
	font-family: lamoon;
	color: #ffd402;
	font-size: 3em;
	-webkit-text-stroke: 1px #e29d00;
	-webkit-box-shadow: 0px 0px;
	box-shadow: 0px 0px;
}
