/* Mobile Layout */

#desktop-layout {
	display: none;
}

html {
	width: 100%;
	height: 100%;
	background: black url(../nav/nebula.png) no-repeat fixed center;
	background-size: cover;
}

#krahnic-title {
	position: fixed;
	top: 5px;
	background: transparent url(../nav/krahnic.png) no-repeat;
	background-size: 220px 50px;
	width: 220px;
	height: 50px;
	margin-left: -110px;
	left: 50%;
	z-index: 20;
}

/* Margin for krahnic title */
#header {
	height: 60px;
}

nav {
	text-align: center;
}
	
button {
	background-color: rgba(255,255,255,0.5);
	border: 1px solid;
	border-radius: 25px;
	cursor: pointer;
	font-family: 'Righteous', cursive;
	font-weight: bold;
	width: 150px;
	margin: 8px 10px 8px 10px;
	font-size: 1.5em;
}

@media (orientation: portrait) {
}

@media (orientation: landscape) {
	nav div {
		/* Two column buttons */ 
		display: inline;
	}
}

