#banner { 
	font-family: Segoe UI,Frutiger,Frutiger Linotype,Dejavu Sans,Helvetica Neue,Arial,sans-serif;
	font-size: 20px;
	padding-top: 20px;
	width: 1080px;
}

.hermannBackground{
	background-color: #04a1a1;
	width: 100%;
	height: 110px;
	padding: 5px;
	margin-bottom: 25px;
}

.hermannText { 
	font-size: 50px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 15px;
}

.hermannSmallText { 
	font-size: 24px;
	font-weight: 400;
	color: #ffffff;
}

.travelText{
	font-size: 45px;
	color: #f47323;
	margin: 20px 40% 0 40%;
	font-weight: 600;
}

.styleText{
	font-size: 45px;
	color: #04a1a1;
	margin: 20px 40% 0 40%;
	padding-top: 20px;
	font-weight: 600;
}

.QRText{
	font-size: 32px;
	color: #04a1a1;
	padding-top: 20px;
	font-weight: 600;
}

.styleVerbiage{
	margin: 30px;
	display: block;
}

.travelVerbiage{
	margin: 30px;
	display: block;
}

.thatsItBackground{
	background-color: #f47323;
	color: #ffffff;
	height: 100px;
}

.thatsItText{
	margin-top: 25px;
	padding-top: 20px;
	background-color: #f47323;
	color: #ffffff;
	margin: 0 30% 0 30%;
	font-size: 45px;
	display: block;
	font-weight: 700;
}

#right{
	float: right;
	width: 49%;
}

#left{
	float: left;
	width: 50%;
	height: 100%;
	padding-right: 10px;
}

#banner{
	 width: 100%;
	 display: block;
}

.container{
	max-width: 1080px;
	display: block;
}