
body{
width:100%;height:100%;margin:0px;background:linear-gradient(to right top,#7A26A7, #FB5996);
	}

.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:#fff;text-align:center;font-size:1.1em;color:purple;
font-weight:bold;border-radius:20px;cursor:pointer;
}
.main_dash:hover{background:#FEB9EE;color:#fff;}




@media screen and (max-width: 700px)
{

.main_title_name
{
float:left;width:100%;height:70px;line-height:70px;margin-top:10px;backgroundk:#FA7858;text-align:center;font-size:1.3em;color:#fff;
font-weight:bold;
}
.main_title_location
{
float:left;width:100%;height:40px;line-height:40px;backgroundk:#FA7858;text-align:center;font-size:1.2em;color:#fff;
font-weight:bold;
}
.main_title_contact
{
float:left;width:100%;height:40px;line-height:40px;backgroundk:#FA7858;text-align:center;font-size:1.2em;color:#fff;
font-weight:bold;
}

.main_dash
{
float:left;width:70%;height:60px;line-height:60px;margin-left:15%;margin-top:50px;background:#fff;text-align:center;font-size:1.1em;color:purple;
font-weight:bold;border-radius:20px;cursor:pointer;
}
	
	
	
}


