  
.banner {
    /*max-width: 1000px;*/
    max-height: 800px;
    width: 100%;
	height: 56.25vw;
}

.main ul {
    list-style-type: none;
    margin: auto;
    overflow: hidden;
    font-size: 1em;
    font: Georgia;
}

.main ul.my-list-style {
    list-style-type: none;
    margin: 0;
    padding: 1.4em;
    overflow: hidden;
    font-size: 1.2em;
    font: Georgia;

}
.my-list-style li {
	padding: 8px 10px;
} 
   
.main li {
    float: left;
}

.main li a {
    color: #91AF46;
    text-align: center;
    text-decoration: none;
}


.tour-content {
	display:flex;
	flex-direction:column;
	align-items: center;
	max-width: 1422px;
	background-color: #333333;
}

.quote {
	font-size: 1.5em;
	margin: 1em 3em 1em;
	color: #EFE0D2;
	line-height: 1.5em;

}

.paren {
	font-size: 1.5em;
	line-height: .5em;
}

.attribution {
	font-style:italic;
	color: #C95327;
}

#content .tour-content h3{
	color: #91AF46 !important;
	font-size: 4em !important;
	margin: .5em 1em .5em;
}

.entry {
	display:flex;
	flex-wrap: wrap;
	justify-content:space-around;
	width: 100%;
	margin: 1em 0em 1em;
}

.entry a {
	width: 30%;
	margin: 1em 0em 1em;
    color:#EFE0D2;
    text-decoration:none;
    font-size: 1.3em;
    cursor: auto;
    
} 

.main a:hover { color:#950b24;}

.entry img {
	width: 100%;
}

.stage,
#content .stage {
	max-width: 1422px;
	padding: 0px 2vw 0px;
}