	
	:root {
  	
   
	}
	html, body{
		height:100%;
		//background-image: linear-gradient(to bottom, #fff, #cdd1ec);
	}
	body{
		padding:40px;
		
		font-size:20px;
		line-height:24px;
		
		font-size:18px;
		line-height:20px;
		font-family:'Times New Roman', Helvetica, sans-serif;
		
		
	}
	
	
	#cover{
	 	position:absolute;
		bottom:0px;
		left:0px;
		width:100%;
		height:100%;
		padding:0px 40px;
		pointer-events:none;
		z-index:100;
		overflow:hidden;
		background:url(../media/home.jpg) no-repeat;
		background-size:cover;
	}
	
	
	#main{
		
		position:relative;
		z-index:200;	
	}
	
	h1{
		font-weight:normal;
		font-size:100px;
		line-height:80px;
		margin:0px 0px 20px 0px;
		padding:0px;
	}
	h2{
		font-weight:normal;
		font-size:50px;
		line-height:48px;
		margin:0px 0px 40px 0px;
		padding:0px;
	}
	a{
		color:#000;
	}
	ul{
		padding:0px;
		margin:0px 0px 0px 20px;
	}
	ol{
		padding:0px;
		margin:20px 0px 20px 20px;
	}
	.box{
			background:white;
			padding:12px;
		}
	
@media screen and (max-width: 600px) {
	body{
		padding:10px;
	}
	
	#cover{
		position:relative;
		height:80vw;
	}
	
	h1{
		
		font-size:50px;
		line-height:50px;
		margin:20px 0px 10px 0px;
	}
	h2{
		font-size:28px;
		line-height:28px;
		margin:0px 0px 32px 0px;
	}
	.box{
		padding:0px;
	}

}