@charset "utf-8";
/* CSS Document */


/*----------------------------------------------------------------------*/

body {
	background-color: #EEE9DA;
}

/*  Content Start  */



.content {
	width: 100%;
	margin: 0px auto;
	padding-top: 0px;
	position: relative; /* Leaving the position relative and the bottom 0px keeps the transition box covering the full screen on this page & thejourney */
	bottom: 0px;
}



h1 {
	color: #262425;
	text-align: center;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
	letter-spacing: 0.25em;
	padding: 40px 0px 40px 0px;
	margin: 0px 0px 2px 0px;
	border-bottom: solid 0.1px #777777;
	box-shadow: 0px 2px 3px 0px #777777;
}

p {
	color: #FFFFFF;
	font-size: 30px;
	text-align: center;
}



.row0image {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	/*position: relative;
	bottom: 3px;*/
	border-bottom: solid 0.1px #777777;
	box-shadow: 0px 2px 3px 0px #777777;
}

.row2image {
	width: 100%;
	height: auto;
	display: block;
	margin-top: 0px;
	border-bottom: solid 0.1px #777777;
	box-shadow: 0px 2px 3px 5px #777777;
}

.row1p1 {
	font-style: italic;
}

.contentlink {
	color: #FF0004;
}

/*  Content End  */




/*----------------------------------------------------------------------*/



/*  Large Screen Start  */

@media (min-aspect-ratio: 1) {
	
/*-------------------------*/	
	
	
h1 {
	font-size: 70px;
}

/*------------------------*/	
	
}

/*  Large Screen End  */



/*-----------------------------------------------------------------------*/




/*  Small Screen Start  */

@media (max-aspect-ratio: 1) {
	
/*---------------------------*/			
	
.row1h1 {
	font-size: 90px;
}
	
.content {
	width: 100%;
}
	
	


/*--------------------------*/	
	
}

/*  Small Screen End  */