/*General CSS========================================================================*/
html,
body{
    overflow: hidden;
    width: 100%;
    height: 100vh;
    background-color: #63255a;
    color: #ffffff;
	font-family:Verdana;
	font-weight:300;
}
/*End of General CSS========================================================================*/
#homescreenstartbutton{
	width: 70px;
}
/*Home Screen =========================================================*/
#maintitlefragment{
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
}
#homescreen{
    display: block;
	background-color: #63255a;
    position: fixed;
    width: 100%;
    height: 100vh;
    text-align: center;
}
.homescreenbutton{
    width: 70px;
    height: auto;
	position:fixed;
	top:70%;
	left:50%;
    text-align: center;
    margin-left: -35px;
    margin-top: -35px;
    z-index: 10000;
    display: block;
    cursor: pointer;
}

 .screen1startbutton, 
 .screen1_1startbutton, .screen1_1_1startbutton, .screen1_1_1_1startbutton, .screen1_1_1_1_1startbutton,
 .screen1_2startbutton, .screen1_2_1startbutton, .screen1_2_2_1startbutton, .screen1_2_2_2_1startbutton,
 .screen1_3startbutton, 
 .screen1_4startbutton, 
 .screen2startbutton
 {
    width: 70px;
    height: auto;
	position:fixed;
	top:10px;
	right:10px;
    text-align: center;
    margin: 20px;
}

/*End of Home Screen =============================================*/