  .banner {
    display: flex;
	justify-content:space-between;
	max-width: 1422px;
	max-height: 800px;
	width: 100%;
	height: 56.25vw;
}

#switch-map {
	font-size: 3vw;
	align-self:flex-end;
}

.tag {
	align-self: flex-end;
	color: white;
	margin: 0;
	font-size: 5vw;
	background: rgba(0, 0, 0, 0.75);
	padding: .3em;
	font-family: Helvetica Neue, Arial, sans-serif;
}

.tour-content {
	display: flex;
	max-width: 1422px;
	background-color: #333333;
    
} 

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

#map {
	width: 50%;
	min-height: 30vh;
}

.words {
	width: 50%;
	display: flex;
	flex-direction: column;
	margin-bottom: 1.5em;
}

.upper {
	display: flex;
	justify-content: space-between;
}

.map-upper {
	display: none;
}

#switch-map {
	display: none;
}

#switch-text {
	display: none;
}

#content .words h3 {
	color: #91AF46 !important;
	font-size: 1.5em !important;
	margin: .6em .8em .4em;
	font-family: Helvetica Neue;
}

.words p {
	color: #EFE0D2;
	margin: .4em 2em .4em;
}

.words ul {
	color: #EFE0D2;
	margin: .4em 1em .4em;
}

.words li {
	padding: .1em 0em .1em;
}

.words li strong {
	color: #C95327;
}

.tour-content a {
	color: #C95327;
}

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

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

.image-small {
	width: 50%;
}

.image-small img {
	width: 100%;
	height: 100%;
}

.leaflet-control-attribution {
	font-size: 1vw !important;
}

@media screen and (min-width:1200px) {
	.tag {
		font-size: 4.25em;
	}
	.leaflet-control-attribution {
		font-size: 12px !important;
	}
}

@media screen and (max-width:800px) {
	.words {
		display: flex;
		width: 100%;
	}
	#map {
		width: 100%;
		display: none;
	}
	#switch-map {
		display: block;
	}
	.image-small {
		display:none;
	}
}

.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;
}

.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;
    
} 
