@import 'https://fonts.googleapis.com/css?family=Cormorant+Garamond';
body, ul,ol,p, h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}
.wrapper{
	max-width: 940px;
	margin: 0 auto;
	overflow: hidden;
	font-size: 19px;
	font-family: 'Cormorant Garamond', serif;
	color: #c5b6a6;
}
.title{
	background: #fff;
}
.wrapper img{
	max-width: 90%;
	float: left;
	margin: 3% 0 0 5%;
}
.wrapper h1{
	font-size: 40px;
	display: inline;
}
.wrapper h2{
	font-size: 40px;
}
.wrapper .nar{
	text-align: left;
	font-size: 40px;
	font-weight: bold;
	width: 70%;
	float: left;
	padding: 2% 0;
}
.left-box{
	max-width: 28%;
	height: 110vh;	
	float: right;
	text-align: right;
	background-color: #c5b6a6;
	color: #695c4f;
}
.wrapper.left-box {	
	text-decoration: none;
}
.text {
	padding: 80% 0;
}
.text li{
list-style-type: none;
padding: 5% 20% 20%;
font-size: 18px;
}
.text a{
	text-decoration: none;
	color: #695c4f;
}
.credits{
	font-size: 12px;
	padding: 15% 20%;
}
.credits a{
	text-decoration: none;
	color: #695c4f;
	display: inline-block;
	}
.info{
	font-size: 12px;
	width: 70%;
	height: 3%;
}
.copyright {
	width: 50%;
padding-bottom: 2%;
}
.rcn {
	width: 50%;
		padding-bottom: 2%;
}