#left-header
{
	margin-left: 10%;
 	line-height: 60%;
}

#right-header
{
	margin-left: 70%;
	line-height: 0%;
}

#middle
{
	width: 30em;
}

.title-size
{
	font-size: 55px;
}

.cursive
{
	font-family: "Snell Roundhand";
	color: #5E7CF4;
}

.papyrus
{
	font-family: "Papyrus";
}

#table
{
	width: 100%;
}

th, td
{
	padding: 8px;
	text-align: left;
	border-bottom: 2px solid #EEEEEE;
}

th
{
	color: #D890FA
}

.blue-block
{
	background-color: #D4E9FB;
	height: 300px;
	margin-right: 3%;
	margin-left: 6%;
}

.video-block
{
	margin-right: 6%;
}

.center
{
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.image-row
{
	display: flex;
}

.five-image
{
	flex: 20%;
	padding: 5px;
}

.rotate
{
	transform: rotate(90deg);
}

.three-image
{
	flex:33.33%;
	padding: 5px;
}

.two-image
{
	flex: 41%;
}

img
{
	width: 100%;
}

#front-image
{
	width: 500px;
	height: 375px;
	padding: 5px;
    border:8px solid #5E7CF4;
}

#adventure-video
{
	width: 100%; 
	height: 100%;
}