/*
Place all the styles related to the home controller here.
They will automatically be included in application.css.
You can use Sass (SCSS) here: http://sass-lang.com/
*/
@import url(//fonts.googleapis.com/earlyaccess/nanumpenscript.css);

body {
	font-family: 'Nanum Pen Script', cursive;
	overflow: hidden;
}

.intro_header {
	margin-top: 20px;
	position: relative;
	background: #1e3a94;
	z-index: 50;
}

.intro_header div {
	margin: 10px;
}

.intro_header div {
	padding-left: 5px;
}

.intro_main {
	text-align: center;
	background-color: transparent;
	position: absolute;
	vertical-align: middle;
	top: 50%;
	z-index: 100;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 10%;
	right: 10%;

}

.intro_main h1 {

	font-size: 52px;

}

.intro_main h5 {
	font-size: 15px;

}

#background_three {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	opacity: 0.5;

}

#footer {
	background: #c4c0b2;
	text-align: center;
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 100;
	bottom: 0;
	left: 0;
}

#footer div {
	margin-top: 25px;
	color: white;
}