
body{
width:100%;height:100%;margin:0px;background:linear-gradient(to right top,#11AF0F, #3BBC8B);

	}
.back_bnt
{
float:left;height:30px;width:50px;margin-left:10px;margin-top:10px;font-weight:bold;cursor:pointer;		
}	
.logout_btn
{
float:right;height:30px;margin-right:10px;margin-top:6px;font-weight:bold;cursor:pointer;	
}
.main_content_div
{
float:left;width:100%;height:100%;

}
.main_title_name
{
float:left;width:100%;height:100px;line-height:100px;margin-top:50px;backgroundk:#FA7858;text-align:center;font-size:2.5em;color:#fff;
font-weight:bold;
}
.main_title_location
{
float:left;width:100%;height:60px;line-height:60px;backgroundk:#FA7858;text-align:center;font-size:1.5em;color:#fff;
font-weight:bold;
}
.main_title_contact
{
float:left;width:100%;height:60px;line-height:60px;backgroundk:#FA7858;text-align:center;font-size:1.5em;color:#fff;
font-weight:bold;
}

.main_dash
{
float:left;width:30%;height:60px;line-height:60px;margin-left:35%;margin-top:50px;background:#310FAF;text-align:center;font-size:1.1em;color:#fff;
font-weight:bold;border-radius:20px;cursor:pointer;
}
.main_dash:hover{background:#7050E3;color:#fff;}

@media screen and (max-width: 600px)
{
.main_title_name
{
float:left;width:100%;height:60px;line-height:60px;margin-top:50px;backgroundk:#FA7858;text-align:center;font-size:1.5em;color:#fff;
font-weight:bold;
}
.main_title_location
{
float:left;width:100%;height:60px;line-height:60px;backgroundk:#FA7858;text-align:center;font-size:1.2em;color:#fff;
font-weight:bold;
}
.main_title_contact
{
float:left;width:100%;height:60px;line-height:60px;backgroundk:#FA7858;text-align:center;font-size:1.2em;color:#fff;
font-weight:bold;
}

.main_dash
{
float:left;width:60%;height:60px;line-height:60px;margin-left:20%;margin-top:50px;background:#310FAF;text-align:center;font-size:1.1em;color:#fff;
font-weight:bold;border-radius:20px;cursor:pointer;
}	
	
	
	
}


