@import url('https://fonts.googleapis.com/css?family=Niramit|Sacramento|Slabo+27px|Satisfy');


.nosidebar-story .entry div.full-width.photo-essay {
	border-top: none;
}

.nosidebar-story .entry div.full-width::before,
.nosidebar-story .entry div.full-width::after {
	display: none;
}

.nosidebar-story .entry div.alignleft::before,
.nosidebar-story .entry div.alignleft::after {
	display: none;
}

.entry img.alignright,
.entry img[align="right"] {
	margin: 3px 0 9px 6px;
}

.entry img.alignleft,
.entry img[align="left"] {
	margin: 3px 6px 9px -80px;
}

.image {
	position: relative;
	width: 100%;
	/* for IE 6 */
}

.image .title-container {
	border: 5px solid white;
	padding: 20px;
	top: 30%;
	left: 30%;
	width: 425px;
	position: absolute;
	text-align: center;
}

.title-container .hed {
	top: 30%;
	left: 30%;
	width: 100%;
	padding: 35px 6px 5px 5px;
	color: #2ebfb0;
	line-height: 55px;
	font-family: 'Satisfy', cursive;
	text-align: center;
	background: #fffdfb;
	font-size: 45px;
	margin: 0;
}

.title-container .hed h2 {
	width: 350px;
}

.title-container .hed .dek {
	font-family: 'Niramit', sans-serif;
	font-size: 15px !important;
	color: #faae2e;
	margin-top: -7px;
}

img.paper-airplane {
	margin: -20px auto 15px;
}

@media only screen and (max-width: 840px) {

	.image .title-container {
		top: 20%;
		left: 20%;
	}
}



@media only screen and (max-width: 600px) {

	.image .title-container {
		top: 20%;
		left: 15%;
	}

	.hed {
		font-size: 35px;
		padding: 15px 10px 5px 5px;
	}

	.hed img {
		display: none;
	}
}

@media only screen and (max-width: 520px) {

	.image .title-container {
		top: 20%;
		left: 8%;
		width: 320px;
	}

	.hed {
		font-size: 25px;
		line-height: 28px;
	}

	.hed .dek {
		margin-top: 15px;
		line-height: 14px;
	}
}


@media only screen and (max-width: 420px) {

	.image .title-container {
		top: 20%;
		left: 5%;
		width: 320px;
	}
}

.single .bg-white-wrap {
	background-color: #fff;
}

@media screen and (min-width: 810px) {
	.single .bg-white-wrap.alignwide {
		padding: 0 0 1em;
		margin-bottom: 2em;
	}

	.bg-white-wrap>*:not(.alignwide) {
		max-width: 660px;
		margin-left: auto;
		margin-right: auto;
	}
}

/* many of the images have white around them that were designed for a white background */
.publication-butoday .page-wrapper {
	background-color: #fff;
}
