.wrapper {
	width: 1000px;
	min-height: 720px;
	margin: 0 auto;
	text-align: center;
	padding-top: 20px;
}

h1 {
	font-family: Nunito;
	font-size: 45px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
}
h2 {
	font-family: Nunito;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 26.3999996185303px;
}
h3 {
	font-family: Nunito;
	font-size: 20px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.3999996185303px;
}
h4 {
	font-family: Nunito;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 500;
	line-height: 15.3999996185303px;
}
h5 {
	font-style: italic;
	font-weight: 200;
	font-size:16px;
	margin-bottom:-10px;
}
blockquote {
	font-family: Lobster;
	font-size: 21px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 30px;
}
pre {
	font-family: Lobster;
	font-size: 13px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 18.5714302062988px;
}
p {
	font-family: Nunito, 'Open Sans';
	font-weight: 200;
	font-size: 16px;
}
body {
	color:#475376;
	background-color: #f6f9fd;
	font-family: Nunito, 'Open Sans';
	font-weight: 200;
	font-size: 16px;
}
#logo {
	position: fixed;
	top:10;
	left:10;
}
#logo img {
	width:100px;
	height:100px;

}
#sample-prints img {
	width: 1000px;
	transition:transform 0.35s ease;
}
#sample-single-print img {
	width: 196px;
	transition:transform 0.35s ease;
}
#sample-single-print > img:hover {
  -webkit-transform:scale(1.5);
	  transform:scale(1.5);
  }
#primary-content-wrapper {
	width:600px;
	text-align: center;
	background-color: lightblue;
}
#primary-content {
	text-align: justify;
	display: inline-block;
	max-width: 800px;
	padding-left:10px;
	margin-top:-10px;
/*				background-color: lightblue; */
}
#primary-content ul {
	text-align:left;
}
a {
	border-bottom: 2px dotted #bbd;
	text-decoration: none;
	color:#765946;
}