/* 
WOO CUSTOM STYLESHEET
---------------------

Instructions:

Add your custom styles here instead of style.css so it 
is easier to update the theme. Simply copy an existing 
style from style.css to this file, and modify it to 
your liking.

*/


/*------------------------------------*\
	Styles for Experience Page
\*------------------------------------*/
.experience {
	background: #f5f5f5;
	border: 1px solid #eee;
	border-radius: 3px;
	margin: 10px 0;
	padding: 20px;
}
.experience .image {
	width: 220px;
	float: left;
}
.experience img {
	max-width: 100%;
	height: auto;
}
.experience .desc {
	
	font-size: 24px;
	font-weight: bold;
	margin-left: 260px;
}

.experience .btn_div {
	margin-left: 260px;
	margin-top: 20px;
}
.experience .btn_div .button {
	margin: 0;
}

.choose_adventure, .terms {
	text-align: center  !important;
}
.choose_adventure .button, .terms .button {
	color: white;
	margin: 20px 10px;
}
.choose_adventure h2 {
	font-size: 30px;
}
.choose_adventure h3 {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
}
.terms {
	margin-top: 40px;
}


#content.adventure {
	padding-top: 10px;
}
