@font-face {
	font-family: "Dense";
    src: url("../assets/Dense-Regular.otf");
}

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: HelveticaNeue-Light,"Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
	background-color: #e3e3e3;
}

header {
	height: 650px;
	background-image: url("../assets/Header.jpg");
	background-size: cover;
	background-position: 50% 71%;
}

#hand {
	position: absolute;
	right: 0px;
	bottom: 0px;
	max-height: 90%;
	max-width: 100%;
}

#content {
	color: white;
	text-align: center;
	font-size: 20px;
	height: 100%;
	max-width: 900px;
	margin: 0 auto;
	position: relative;
}

#left a {
	display: block;
    width: 169px;
    font-size: 15px;
    text-decoration: none;
    color: white;
    border: 2px solid white;
    border-radius: 7px;
    padding: 10px 5px;
    background-color: rgba(0,0,0,0.6);
    margin: 15px auto;
}

#left, #right {
	height: 100%;
	display: inline-block;
	vertical-align: top;
}

#left {
	height: 300px;
	margin-top: 200px;
}

#right {
	width: 39%;
	position: relative;
}

h1 {
	font-size: 75px;
	margin: 0;
}

h2 {
	font-size: 35px;
	display: block;
	margin: 15px auto;
	text-align: center;
}

h3 {
	font-size: 25px;
	display: block;
	margin: 15px auto;
	text-align: center;
}

@media only screen and (max-width: 860px) {
    #left, #right {
    	display: block;
    	width: auto;
    }

    #left {
    	margin-top: 0px;
    	padding: 25px 0 25px 0;
    	width: 100%;
    	height: auto;
    	text-align: center;
    }

    #right {
    	width: 100%;
    	height: auto;
    	position: absolute;
    	bottom: 0px;
    }

    #hand {
    	display: block;
    	margin: 0 auto;
    	position: absolute;
    	width: 300px;
    	height: 400px;
    	left: 50%;
    	margin-left: -184px;
    	max-height: initial;
    	max-width: initial;
    }
}

#motd {
	margin: 15px;
	border-radius: 5px;
	background-color: white;
	padding: 15px;
	font-size: 20px;
	text-align: center;
}

#motd div {
	width: 80%;
	margin: 0 auto;
}

#waiting img {
	display: block;
	margin: 0 auto;
}

#theapp img {
	width: 250px;
}