@import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,700);

body {
	margin:0;
	color:#4f383b;
	background-color:#4f81bd;
	font:14px/24px 'Open Sans', sans-serif;
	height:100%;
	width:100%;
}

img {
	border-style:none;
	max-width:100%;
}

a {
	text-decoration:none;
	color:#3891cb;
	-webkit-transition: color 0.3s;
  	-moz-transition: color 0.3s;
  	-o-transition: color 0.3s;
  	transition: color 0.3s;
}
a:hover {
	text-decoration:none;
	color:#523b3e;
}

.container{
	padding:10px 0 20px 0;
	width:900px;
	height:100%;
	margin:0 auto;
	background-color:#ffffff;
}

.image-holder{
	margin: 0 auto;
	width: 620px;
	text-align:center;
}

.image-holder img{
	box-shadow: 0 5px 7px rgba(63, 52, 47, 0.8);
	-webkit-box-shadow: 0 5px 7px rgba(63, 52, 47, 0.8);
	-moz-box-shadow: 0 5px 7px rgba(63, 52, 47, 0.8);
}

.image-header{
	color:#4f81bd;
	font-style: italic;
}

.image-by{
	font-style: italic;
	text-align: center;
	font-size:16px;
}

.message{
	margin:0 auto;
	width:700px;
	font-size:36px;
	color:#0b8f59;
	text-align:center;
	padding-bottom:20px;
	font-style: italic;
}

.message p{
	margin-bottom:30px;
	line-height:1.1em;
}

p{
	margin: 10px 0 10px 0;
}

#jp_container_1{
	display:none;
}

.note{
	text-align:center;
	font-style: italic;
	padding-top:20px;
}

h1{
	font-size:26px;
}

.message h1{
	text-align:center;
	padding:40px 0 30px 0;
}

strong{
	font-weight:bold;
}