div.background{

	/*position: fixed;*/

    width: 100%;
	height: 1200px;

	display: block;

	background-image: url("/assets/background/homeblack01.jpg");
	background-size: 100% 100%;
	background-repeat: no-repeat;

	-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);


 
	

}

div.intro {
	position: absolute;
	/*top: 55%;*/
    left: 50%;
    margin-top: -950px; 
    margin-left: -250px; 
	width: 500px;
	height: 700px;
	background-color: black;
	opacity: 0.8;
	border-radius: 5%;
}

div.avatar{
	position: relative;
	left: 50%;
	top: 10%;
	width:204px;
	height: 220px;
	margin-left: -102px;
	background-image: url("/assets/profile/profile06.jpg");
	background-position: 35% 35%;
	background-size:105% 105%;
	background-repeat: no-repeat;
	border-radius: 50%;


	border: 5px solid rgba(255,255,255,0.5);
	background-origin: padding-box; 

    box-shadow: 0 6px 10px 0 rgba(255, 255, 255, 0.2),  0 10px 25px 0 rgba(255, 255, 255, 0.19);

}

div.intro_text {
	position: relative;
	top: 10%;

	color: white;

	font-size: 25px;

	text-align: center;
}

div.intro_text p.name {

	font-size: 40px;
	font-weight:bold;
	text-align: center;
}



div.coming_soon { /* coming soon page*/
	color: white;
	height: 300px;
	width: 800px;
	margin-top: -150px; 
    margin-left: -400px;
	font-size: 100px;
	text-align: center;
	font-weight: bold;
	position: absolute;
    top: 50%;
    left:50%;
}






