@charset "utf-8";
/* CSS Document */
@media (min-width: 306px) and (max-width: 630px) and (orientation: portrait){
body {
    clear: none;
    float: left;
    width: 100%;
    margin: 0%;
    background-color: white;
    font-family: playfair-display;
    font-weight: 400;
    font-style: normal;
	color: #020202;
}
a {
	color: inherit; text-decoration: none;
}
a:visited {
	color: inherit; text-decoration: none;
}
a:hover {
	color: inherit; text-decoration: none;
}

/*================================================================*/

#content {
	clear: none;
	float: left;
	width: 100%;
	margin: 0%;
}
#headline {
	clear: none;
	float: left;
	width: 100%;
	margin: 0%;
}
#white-crow-games-logo {
	clear: none;
	float: left;
	width: 100%;
	margin: 0%;
	text-align: center;
	
}
#white-crow-games-name {
	clear: none;
	float: left;
	width: 90%;
	margin: 4% 2%;
	font-size: 200%;
	text-align: center;
	border-bottom: #000000 thin solid;
}
#navigation-menu {
	clear: none;
	float: left;
	width: 100%;
	margin: 0%;
}
#menu-button-games {
	clear: none;
	float: left;
	width: 22%;
	margin: 4% 1%;
	font-size: 157%;
	text-align: center;
	border-right: #000000 thin solid;
}
#menu-button-art {
	clear: none;
	float: left;
	width: 22%;
	margin: 4% 1%;
	font-size: 157%;
	text-align: center;
	border-right: #000000 thin solid;
}
#menu-button-merchandise {
	clear: none;
	float: left;
	width: 22%;
	margin: 4% 1%;
	font-size: 157%;
	text-align: center;
	border-right: #000000 thin solid;
}
#menu-button-about {
	clear: none;
	float: left;
	width: 22%;
	margin: 4% 1%;
	font-size: 157%;
	text-align: center;
	border-right: #000000 thin solid;
}

	
	
}