section {
	width: 340px;
	margin: 0 auto;
	text-align: center;
}


* {
	font-family: 'Cutive Mono', monospace;
}

h2 {
	background-color: #004545;
	color: white;
	padding: 0.5rem;
	font-size: 2.2rem;
	text-transform: uppercase;
	margin: 2rem 0;
}

h3 {
	font-size: 1.5rem;
	word-spacing: normal;
	margin-bottom: 1rem;
}

h4 {
	text-decoration: underline;
}

h4, p {
	font-size: 1.1rem;
}

a:not(.lipLocationLink) {
	color: #007D45;
	text-decoration: underline;
}

.lipLocationLink {
	display: block;
	padding-top: 80px;
	margin-top: -80px;	
}

.lipDate {
	display: flex;
	flex-direction: column;
	align-items: center;
}


.banner {
	background-color: #004545;
	padding: 1.5rem;
}

.banner__border {
	padding: 1rem;
	background-color: #003d2c;
}

.banner__inner {
	padding: 1rem;
	background-color: #004545;
}

.banner hr {
	background-color: #007D45;
	height: 0.25rem;
}

.banner__title,
.banner__subtitle {
	color: white;
	text-align: center;
	line-height: 1;
	margin-bottom: 0;				
}

.banner__title {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 1.95rem;
}

.banner__title span:not(:last-child) {
	margin-right: 1rem;
}

.banner__subtitle {
	font-size: 0.8rem;
}

.intro {
	padding: 2rem;
	text-align: center;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {

	section {
		width: 540px;
	}

	.banner__inner {
		padding: 1.5rem;
	}

	.banner__title {
		font-size: 3.6rem;
	}

	.banner__subtitle {
		font-size: 1.5rem;
	}

}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {



/*
	.banner {
		padding: 2.5rem;
	}
*/
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {



}


.tube--hc {
	background-color: #F3A9BB;
}

.tube--district {
	background-color: #00782A;
}

.tube--circle {
	background-color: #FFD300;
}

.tube--district {
	background-color: #00782A;
}

.tube--over {
	background-color: #EE7C0E;
}

.tube--dlr {
	background-color: #00A4A7;
}

.container {
	margin-top: 4.5rem;
}

.catBanner {
	position: fixed;
	top: 0;
	width: 1140px;
	z-index: 99999;
}

.menu {
	display: flex;
	justify-content: center;
	background-color: white;
}


.catBanner,
.menuCol,
.menu {
	height: 4.5rem;
}

a.menu__link {
	font-size: 1.5rem;
	color: #004545;
	text-transform: uppercase;
	padding: 1.5rem 1rem;
	line-height: 1.5rem;
}

div.bannerCat {
	background-size: 100%;
	background-position: 0 4.5rem;
	height: 650px;
}

.bobby {
	background: url('./bobby.png') left top no-repeat;
}

.otto {
	background: url('./otto.png') right top no-repeat;
}

.mobileMenuRow {
	background-color: white;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
}

.mobileMenuRow .menu {
	display: none;
}

.mobileMenuRow .menu__link {
	font-size: 1.1rem;
	padding: 1.5rem 0.5rem;
}

.mobileMenu {
	height: 3.5rem;
	width: 3.5rem;
	background: url('./mobileburger.png') no-repeat top center;
	background-size: 100%;
	cursor: pointer;
	margin-top: 0.5rem;
}

.mobileMenuRow--showing .mobileMenu {
	display: none;
}

.mobileMenuRow--showing .menu {
	display: flex;
}


.bottomCat {
	width: 50%;
	background-size: 100%;
	height: 600px;
}

.bottomCat.bobby {
	background-image: url('./bobby--bottom.png');
	margin-right: 1rem;
}

.bottomCat.otto {
	background-image: url('./otto--bottom.png');
	margin-left: 1rem;
}


.bottomMobile {
	background: url('./bottombanner.png') no-repeat center top;
	background-size: 100%;
	height: 1300px;
}

.diamond {
	background: url('./diamond.png') center center no-repeat;
	background-size: contain;
	height: 2rem;
	margin: 1.5rem 1rem 2.5rem 1rem;
}

.banner .diamond {
	margin: 2rem 1rem 1rem;
}

.dressCode {
	width: 100%;
	margin: 2rem 0;
}