body {
	margin:10% 20%;
	font-family:Newsreader, serif;
	font-size:18px;
}

.sidebar {
	width:100px;
	dispaly:absolute;
	float:right;
}

.title {
	font-family: Newsreader, Carrois Gothic, serif;
	font-size:40px;
	margin-bottom:5px;
}

.subtitle {
	font-family:Newsreader, Carrois Gothic, serif;
	font-style:italic;
	margin-bottom:100px;
}

.adobe {
	font-family:Adobe Caslon Pro, Newsreader, serif;
	src:url('../../ACaslonPro-Regular.otf') format('opentype');
}

.box {
	width:80%;
	line-height:1.2;
	margin:15px 0;
}

.photo {
	margin-top:30px;
}

.caption {
	font-style:italic;
	font-size:14px;
	width:80%;
	margin:3px 0 30px 0;
}

.star {
	text-align:center;
	font-family: Carrois Gothic, sans-serif;
	width:600px;
	margin:200px 0;
}

a {
	text-decoration:none;
	color:#6082B6;
}

a:hover {
	font-style:italic;
}

@media screen and (max-width:400px) {
	body {
		margin:10% 5%;
	}
	.box {
		width:95%;
	}
	.caption {
		width:95%
	}
}
