*{
	margin: 0;
	padding: 0;
}
body{
	background: url('../imagesmy/Walln_1920x1080.jpg') fixed;	
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;	
	min-width: 800px;
	overflow-x: hidden;  
}
/*================ TITLE ================*/
.title{
	margin-top:25px;
	margin-bottom: 20px;
	margin-right: 50px;
	color: #c00;
	font-weight:bold;
	line-height: 0.8;	
	float: right;
	text-shadow: 1px 1px #ff0;	
}
.title .p1{
	font-size: 40px;
}
.title .p2{
	font-size: 30px;
	margin-left: 20px;
}
/*================ CANDLE ================*/
.portret img {
	position: absolute;
	top: 20px;
	left: 180px;	
	height:	auto;	
	width: 280px;
/*	border: 2px solid #ccc;	*/
}
.memo-btn {
	position: absolute;
    top: 670px;
	left: 260px;	
}
.memo-btn .memo{
	background-color: #000;	
	font-size: 15px;
	color: #fff;
	line-height: 0.8;
	border: 1px solid #fff;
    border-radius: 5px;
	padding: 10px;
	text-align: center;
}
.candle img{
	position: absolute;
    top: 530px;
	left: 270px;
	width: 100px;
	height: 192;		
}
/*================ ALL_ABOUT ================*/
.all_about{
	padding-right: 30px;
	overflow-y: scroll;
    overflow: auto;
    height: 67vh;
}
.name{
	color: #ccc;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin-top: 40px;
}	
.infor{
	color: #ccc;
	font-size: 22px;
	text-align: center;		
    text-indent: 50px;
	margin-top: 25px;
	margin-left: 150px;
	margin-right: 150px;	
}	
.sourc{
	color: #ccc;
	font-size: 20px;
	text-align: right;
	margin-top: 25px;
	margin-left: 150px;
	margin-right: 200px;	
}
/*================ BUTTON ================*/	
.section-btn{
	position: absolute;
    top: 650px;
	margin-left: -10px;
}
.btn {
	color: #fff;
	background: transparent;
	font-size: 12px;
	font-weight: bold;
	padding: 7px;
	border: 1px solid #fff;
	transition: background .5s;
}
.btn-secondary{
	margin-top: 10px;
}
.btn:hover{
	background: #999;
	color: #000;
	border: 1px solid #bbb;	
}
/*===========================@media=========================*/
@media only screen and (max-width : 1600px) {
	body{
		background: url('../imagesmy/Walln_1600x900.jpg') fixed;	
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}	
	.portret img {
		top: -30px;
		left: 145px;	
		width: 250px;
	}
	.section-btn{
		top: 490px;
		margin-left: -40px;
	}
	.btn {
		font-size: 11px;
		padding: 5px;
	}
	.memo-btn {
		top: 500px;
		left: 210px;	
	}
	.candle img{
		top: 350px;
		left: 220px;
	}
	.name{
		font-size: 24px;
		margin-top: 20px;
	}	
	.infor{
		font-size: 20px;
		margin-top: 10px;
	}	
	.sourc{
		font-size: 18px;
	}	
}
@media only screen and (max-width : 1440px) {
	body{
		background: url('../imagesmy/Walln_1440x900.jpg') fixed;	
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;
	}	
	.portret img {
		left: 115px;	
	}
	.memo-btn {
		top: 500px;
		left: 180px;	
	}
	.candle img{
		top: 370px;
		left: 190px;
	}
	.section-btn{
		margin-left: -55px;
	}	
}
@media only screen and (max-width : 1366px) {
	body{
		background: url('../imagesmy/Walln_1366x768.jpg') fixed;	
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;		
	}
	.title{
		margin-top: 20px;
		margin-right: 20px;	
	}	
	.title .p1{
		font-size: 30px;
		padding-left: 40px;	
	}
	.title .p2{
		font-size: 26px;	
		padding-bottom: 0px;
		padding-left: 0px;			
	}		
	.portret img {
		top: -10px;
		left: 125px;
		height:	auto;	
		width: 200px;
	}
	.memo-btn {
		top: 410px;
		left: 190px;	
	}
	.memo-btn .memo{
		font-size: 10px;
		border-radius: 5px;
		padding: 7px;
	}
	.candle img{
		top: 270px;
		left: 185px;
		width: 85px;
		height: 163;	
	}
	.all_about{
		height: 60vh;
	}	
	.name{
		font-size: 22px;
		text-align: center;
		margin-top: 10px;
	}	
	.infor{
		font-size: 16px;
		text-align: center;
		margin-top: 15px;
		margin-left: 50px;
		margin-right: 50px;	
	}	
	.sourc{
		font-size: 12px;
		text-align: right;
		margin-top: 15px;
		margin-left: 150px;
		margin-right: 20px;	
	}	
	.section-btn{
		top: 380px;
		margin-left: -15px;
	}
	.btn{
		font-size: 8px;
		padding: 5px;
	}	
}
@media only screen and (max-width : 1280px) {
	body{
		background: url('../imagesmy/Walln_1280x1024.jpg') fixed;	
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;		
	}
	.portret img {
		top: 100px;
		left: 100px;
		width: 220px;
	}	
	.memo-btn {
		top: 630px;
		left: 165px;	
}
	.memo-btn .memo{
		font-size: 12px;
	}
	.all_about{
		height: 60vh;
	}
	.name{
		font-size: 24px;
		margin-top: 40px;
	}	
	.infor{
		font-size: 20px;
	}	
	.sourc{
		font-size: 16px;
	}	
	.candle img{
		top: 500px;
		left: 170px;
	}
	.section-btn{
		top: 600px;
		margin-left: -35px;
	}
	.btn{
		font-size: 10px;
		padding: 5px;
	}	
}
@media only screen and (max-width : 1024px) {
	body{
		background: url('../imagesmy/Walln_1024x768.jpg') fixed;	
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 100% 100%;		
	}
	.title{
		margin-top:25px;
		margin-right: 0px;		
	}	
	.title .p1{
		font-size: 26px;
		margin-right: 0px;
		margin-top: -10px;		
	}
	.title .p2{
		font-size: 20px;
		margin-top: 0px;
		margin-left: 35px;
	}
	.portret img {
		top: -10px;
		left: 83px;
		width: 170px;
	}
	.all_about{
		margin-left: 35px;
		height: 60vh;
	}	
	.name{
		font-size: 20px;
		text-align: center;
	}	
	.infor{
		font-size: 15px;
		text-align: center;
		margin-top: 15px;
		margin-left: 10px;
		margin-right: 10px;	
	}	
	.sourc{
		font-size: 12px;
		text-align: right;
		margin-top: 0px;
		margin-left: 10px;
		margin-right: 10px;	
	}
	.memo-btn {
		top: 430px;
		left: 132px;	
	}
	.memo-btn .memo{
		font-size: 10px;
		line-height: 0.8;
		padding: 5px;
	}	
	.candle img{
		top: 280px;
		left: 130px;
	}	
	.section-btn {
		top: 400px;
		margin-left: -55px;
	}
	.btn{
		font-size: 8px;
		padding: 5px;
	}		
}