@charset "UTF-8";
/* CSS Document */

.home-wrapper
{
	background-color:#2e3a4a;
	height:100%;
	
	position:absolute;
}

#new-button-id
{
	box-sizing:border-box;
	
	background-color:#292929;
	width:100%;
	height:33%;
	margin:0 auto;
	
	color:#FFF;
	font-family:Avenir-Medium;
	font-size:30px;
}

#view-button-id
{
	box-sizing:border-box;
	
	background-color:#353535;
	width:100%;
	height:33%;
	margin:0 auto;
	
	color:#FFF;
	font-family:Avenir-Medium;
	font-size:30px;
}

#switch-button-id
{
	box-sizing:border-box;
	
	background-color:#454545;
	width:100%;
	height:33%;
	margin:0 auto;
	
	color:#FFF;
	font-family:Avenir-Medium;
	font-size:30px;
}

.home-button-inner-object
{
	display:table;
	
	width:100%;
	height:100%;
	
	text-align:center;
}

.home-button-title
{
	display:table-cell;
	
	vertical-align:middle;
}
