/********************************************************************************/
/* HOME
/********************************************************************************/

/* Logo */
#logo-container {
	position: absolute;
	top: 8%;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: 0 30px;
	overflow: visible;
	text-align: center;
	-webkit-touch-callout: none;
      -webkit-user-select: none;
	   -khtml-user-select: none;
		 -moz-user-select: none;
		  -ms-user-select: none;
			  user-select: none;
}
#logo-container > img {
	width: 138px;
}
/***/


/* Content */
#home-container {
	position: absolute;
	bottom: 0;
	width: 100%;
	overflow: visible;
	background: rgba(62,76,93,0.6);
}
#home-container ::selection 		{ background: #cde7bf; }
#home-container ::-moz-selection	{ background: #cde7bf; }

#home-content {
	max-width: 680px;
	margin: 0 auto;
	padding: 1em 20px 10px 20px;
	text-align: center;
	font-weight: 700;
}
/***/

/* Scroll down button */
#scroll-down-btn {
}
#scroll-down-btn > img {
	width: 48px;
	margin-top: 0.3333em;
}
/***/


@media only screen and (min-width : 1200px) {
	#logo-container > img {
		width: 16.171875%;
	}
}

@media only screen and (min-width : 1600px) {
}

/********************************************************************************/

