/* stripe 81cbbc */

body {
	background: #fff;
	margin-top: 30px;
}

.page {
	font-family: 'Vollkorn', Arial;
	width: 700px;
	position: relative;
	margin-left:100px;

	padding: 15px 0;
	color: #212121;
	
	-webkit-border-bottom-left-radius: 20px 500px;
	-webkit-border-bottom-right-radius: 500px 30px;
	-webkit-border-top-right-radius: 5px 100px;
	
	-moz-border-radius-bottomleft: 20px 500px;
	-moz-border-radius-bottomright: 500px 30px;
	-moz-border-radius-topright: 5px 100px;	
	
	border-radius-bottomleft: 20px 500px;
	border-radius-bottomright: 500px 30px;
	border-radius-topright: 5px 100px;
	
	background: #fcf59b;
	background: 
		-webkit-gradient(
			linear,
			left top, left bottom,
			from(#81cbbc),
			color-stop(2%, #FFFBEC)
		);
		
	background: 
		-moz-repeating-linear-gradient(
			top,
			#FFFBEC,
			#FFFBEC 38px,
			#81cbbc 40px
		);
		
	background: 
		repeating-linear-gradient(
			top,
			#FFFBEC,
			#FFFBEC 38px,
			#81cbbc 40px
		);		
		
		/*Original color in place of FFFBEC - #fcf59b*/
		
	-webkit-background-size: 100% 40px;
	
	-webkit-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 2px 10px 1px rgba(0,0,0,.2); 
	box-shadow: 0 2px 10px 1px rgba(0,0,0,.2); 
	
}

/*.page:before {
	content: ' ';
	background: url(tape.png) no-repeat;
	width: 129px;
	height: 38px;
	position: absolute;
	top: -15px;
	left: 40%;
	display: block;
}
*/
#letter-content {
	font-family: 'Vollkorn', Arial;
	padding: 0 100px;
	line-height: 1.3em;
	margin-bottom: 40px;
	font-size: 19px;
	font-style: italic;
	width: 640px;
}

#letter-content li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}

#language {
	clear:both;
	position: absolute;
	left: 750px;
}

a.round-button {
	display: inline-block;
	line-height: 1;
	padding: 10px;
	width: 130px;
	text-decoration: none;
	text-align:center;
	font-family: Vollkorn, Arial Unicode, Arial, Helvetica, sans-serif;
	font-family:1em;
	letter-spacing:-1px;
	font-weight: bold;
	color: #fff;
	background-color: #990000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

@media only screen and (max-width: 767px)
{
    /* MEDIA QUERY FOR PHONE/TABLET */

	.page {
		font-family: 'Vollkorn', Arial;
		width: 100%;
		position: relative;
		margin-left:10px;

		padding: 15px 0;
	}

	#letter-content {
	font-family: 'Vollkorn', Arial;
	padding: 0 10px;
	line-height: 1.3em;
	margin-bottom: 40px;
	font-size: 19px;
	font-style: italic;
	width: 100%;
	}

	#letter-content img.cloud {
		width:100%;
		height: auto;
	}

	#language {
	clear:both;
	position: relative;
	left: 10px;

	}

}