body{
	background-color: #fbf9f8;
}
header nav a{
	color: #1e1c1c;
}
main img{
	margin-top: 100px;
	cursor: pointer;
}
main h1{
	margin-top: 150px;
	font-size: 120px;
	color: #d0a285;
	font-family: DINPro-Bold;
}
@media(max-width: 767px) and (min-width: 360px){
	main.container, 
	section.container {
		width: 360px;
		margin-left: calc(50% - 180px);
	}
}
@media(max-width: 900px){
	main h1{
		font-size: 30px;
	}
}
#doc{
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 250px;
}
@media screen and (max-width: 500px) {
	#doc{ justify-content: center; margin-bottom: 50px }
}
#doc figure{
	width: 280px;
	height: 450px;
	margin: 0;
	margin-bottom: 50px;
}
#doc img{
	width: 100%;
}
#doc figcaption{
	margin-top: 20px;
	font-family: "DINPro-Bold";
	font-size: 20px;
	font-weight: 400;
	line-height: 27px;
}