html {
	height: 100%;
}

#main-container {
	display: block;
	height:100%;
	width: 100%;
	position:relative;
	color:#DEDEDE;
}

#vertical-container {
  	margin: 0;
  	position: absolute;
  	top: 50%;
  	width:100%;
  	text-align: center;
  	-ms-transform: translateY(-50%);
  	transform: translateY(-50%);
}

h1.no-margin, h2.no-margin{ 
	margin:0;
}

h2.top-border {
	border-top: 1px solid #DEDEDE;
    display: table;
    margin: 0 auto;
}

.instrument-font {
	font-family: 'Instrument Serif', serif;
}

.dancing-font {
	font-family: 'Dancing Script', cursive;
}

.nanum-font {
	font-family: 'Nanum Myeongjo', serif;
}