
margin-bottom: 15px;@charset "UTF-8";

@font-face {
font-family: 'Mistral';
font-style: normal;
font-weight: normal;
src: local('Mistral'), url('Mistral.woff') format('woff');
}
@import url('https://fonts.googleapis.com/css2?family=Seaweed+Script&display=swap');
/*font-family: 'Seaweed Script', cursive;*/

@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:wght@700&display=swap');
/*font-family: 'Libre Baskerville', serif;*/

* {
  box-sizing: border-box;
}

.halfPage {
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
#left {
	background: purple;
	background-image:url(images/LL-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
#right{
	background: blue;
	background-image:url(images/LH-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size:cover;
}
.center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
	width: 80%;
}

html, body {
	height: 100%;
}

body {
	margin:0;
	padding:0;
	border:0;
	font-family: 'Raleway', Arial, Helvetica, sans-serif; font-weight: 400;
	color:#FFF;
	font-size:15px;
	text-align: center;	
	background:#000;
	background-image:url(images/bkg.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
    background-position: center;
	background-size: cover;
}
a {
	text-decoration: none;
	color: #fff;	
}
header {
	height: 130px;
	text-align: center;
	background-color: #000;
	position: fixed;
	width: 100%;
	z-index: 999;
}
#logo {
	width: 400px;
	margin: auto;
}

nav{
	position:fixed;
	width: 100%;
	margin-top:130px;
	background: #000;
	z-index: 999;
	padding: 5px 0 0 0;
}
nav ul {
    list-style-type: none;
    padding: 0 0 15px 0;
    overflow: hidden;
	margin:10px auto 0 auto;
}
nav li {
    display: inline-block;
	margin:auto 10px;
	background: #803192;
	padding: 10px;
	border-radius: 10px;
	width: 120px;
	font-style:normal;
	color:#fff;
    text-decoration: none;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;	
}
nav li.wide {
	width: 200px;
}
nav li.wide2 {
	width: 140px;
}
nav a:hover {
	font-style:normal;
    color:#fff;
    text-decoration: none;
	display: inline-block;
}
nav li:hover {
	background: #551155;
}

#container {
	width: 1000px;
	margin: 0px auto;
}
.top {
	padding-top: 200px;
}

.caps {
	text-transform:uppercase;
}
img.poster1 {
	width: 75%;
}

.button {
	width: 50%;
	margin: auto;
	height: auto;
	background: #803192;
	padding: 20px;
	border-radius: 10px;
}
.button h2 {
	font-size: 40px !important;
}
.button:hover {
	background:#004693;
}
.button:hover h2 {
	color: #fff;
}
.button.ticket {
	padding: 10px;
	font-size: 15px;
	text-transform: uppercase;
	margin-bottom:20px;
	border: #fff 2px solid;
}

.show {
	width: 46%;
	float: left;
	background: #803192;
	border-radius: 10px;
	margin:auto;
	height: auto;
	padding: 10px;
	margin: 25px 2%;
}
.show.one {
	float:none;
	margin:auto;
	margin-bottom: 50px;
}
p.date {
	color: #fff;
	font-size: 20px;
	font-weight: 600;
	width: 75%;
	text-align:center;
	margin:auto;
	margin-bottom: 30px;
	text-transform: uppercase;
	padding-bottom:0;
	border-bottom: 2px solid #fff;
}


h1 {
	font-family: 'Mistral', 'Seaweed Script', cursive !important;
	font-style: normal;
	font-weight: normal;
	color:#FFF;
	font-size:60px!important;
	text-align: center;	
	line-height: 60px;
}
h2 {
	font-family: 'Mistral', 'Seaweed Script', cursive !important;
	font-style: normal;
	font-weight: normal;
	color:#FFF;
	font-size:60px!important;
	text-align: center;	
	line-height: 60px;
}

h2 span{
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
	font-weight: 500;
	font-size:30px;
}

h3 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif;
	font-weight: 400;
	color:#FFF;
	font-size:20px;
	text-align: center;		
	line-height: 30px;
	letter-spacing:1px;
}
h4 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
	font-weight: 600;
	color:#fff;
	font-size:25px;
	text-align: center;	
	margin: 10px 0;
	line-height: 25px;
}
h5 {
	font-family: 'Raleway', Arial, Helvetica, sans-serif !important;
	font-weight: 600;
	color:#fff;
	font-size:20px;
	text-align: center;	
	margin: 20px 0;
	line-height: 20px;
}

.quotes {
	width: 75%;
	margin:auto;
}
.blue {
	color:#006cff;
}
.red {
	color:red;
}

#clear {
	clear: both;
}


.form{
	width: 600px;
	background: #333;
	padding: 15px;
	border-radius:8px;
	margin:auto;
	margin-top: 50px;
}
form {
	width:100%;
	height:auto;
	margin:auto;
	line-height: 35px;
	text-align: left;
}
input[type="text"], input[type="email"], textarea {
	width: 100%;
	height: 30px;
	margin-bottom: 15px;
	background: #fff;
	border: none;
	padding: 10px;
	font-family: 'Raleway', sans-serif; font-weight: 400;
	color:#000;
	font-size: 16px;	
}
textarea {
	height: 150px;
}
label {
	width:100%;
	font-size: 16px;
}
input[type=submit] {
    border-radius: 10px;
    border: 0;
    width: 120px;
    height: 40px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif; font-weight: 400;
	color:#fff;
	font-size: 18px;
    background: #803192;
	margin-top:15px;
}

footer {
	width:100%;
	margin:auto;
	background:black;
	height:auto;
	padding: 20px 0 10px 0;
	text-align: center;
}
#show {
	width: 480px;
	height: 300px;
	padding-top: 80px;
	margin:50px auto;
	border: solid 2px #fff;
	float:left;
}
#show.LL {
	background-image:url(images/LL-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-right: 20px;
}
#show.LH {
	background-image:url(images/LH-bkg.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-left: 20px;
}



.video {
	width: 710px;
	height: 400px;
	margin: auto;
}

.poster {
	width: 50%;
	float:left;
	margin: auto;
	text-align: center;
	margin-top: 0;
	padding: 0 10%;
}
.three {
	float: left;
	width: 33%;
	text-align: center;
	margin: auto;
	margin-bottom: 40px;
	padding: 0 3% !important;
}

#bio {
	margin-bottom: 75px;
}

p.lennon {
	font-family: 'Mistral', 'Seaweed Script', cursive !important;
	font-style: normal;
	font-weight: normal;
	color:#FFF;
	font-size:60px!important;
	text-align: center;
	margin-bottom:0;
	line-height: 60px;
}
p.beatles {
	font-family: 'Libre Baskerville', serif !important;
	font-style: normal;
	font-weight: normal;
	color:#FFF;
	font-size:38px!important;
	text-align: center;
	margin-bottom:0;
	margin-top:0;
	line-height: 50px;
}






/************************************************************************************
MEDIA QUERIES
*************************************************************************************/
/* for 800px or less */
@media only screen and (max-width: 800px) {
	
	#logo{
		width: 300px;
		margin-top: 10px;
	}
	.top{
		padding-top:195px;
	}
	#container {
		width: 90%;
		margin: auto;
	}
	#show {
		width: 90%;
		float:none;
	}
	#show.left, #show.right {
		margin: 0 auto 15px auto;
	}
	nav li {
		font-size: 10px;
		width: 80px;
		padding: 5px;
		border-radius: 5px;
		margin:5px 0 auto 0px;
	}
	
	nav li.wide {
		width: 150px;
		margin-top: 5px;
	}
	nav li.wide2 {
		width: 100px;
		margin-top: 5px;
	}
	.show {
		width: 90%;
		margin:auto;
		float:none;
		margin-bottom: 20px;
	}
	
	.quotes {
		width: 100%;
	}
	h5 {
		font-size: 16px;
		line-height: 16px
	}

	.video {
		width: 400px;
		height: 225px;	
	}
	
	.form {
		width: 100%;
	}
	form {
		width:100%;
		height:auto;
		margin:auto;
		line-height: 35px;
		text-align: left;
		font-size: 14px;
	}
	input[type="text"], input[type="email"], textarea {
		width: 100%;
		height: 30px;
		margin-bottom: 10px;
		background: #fff;
		border: none;
		padding: 10px;
		font-family: 'Raleway', sans-serif; font-weight: 400;
		color:#000;
		font-size: 12px;	
	}
	textarea {
		height: 150px;
	}
	label {
		width:100%;
	}
	input[type=submit] {
		border-radius: 10px;
		border: 0;
		width: 120px;
		height: 40px;
		text-transform: uppercase;
		font-family: 'Raleway', sans-serif; font-weight: 400;
		color:#fff;
		font-size: 18px;
		background: #803192;
		margin-top:15px;
	}
	h2 {
		font-size: 40px !important;
	}
	.button {
		width: 90%;
	}
	.button h2 {
		font-size: 30px!important;
		line-height: 0;
	}
	
}


@media only screen and (max-width: 400px) {
	
	.halfPage {
		width: 100%;
		height: 50%;
		float: none;
		position: relative;
	}
	.halfPage h2 {
		font-size: 50px!important;
	}
	.center {
		width: 90%;
	}

	.video {
		width: 275px;
		height: 154px;	
	}
	body {
		background-repeat:repeat;
		background-attachment: fixed;
		
		background-size:auto;
		font-size: 12px;
	}
	img.poster1 {
		width: 100%;
	}
	.three {
		
		margin-bottom: 0px;
	}
	h4 {
		font-size: 20px;
	}
	
	h3 {
		font-size: 15px;
		line-height: 20px;
	}
	p.lennon {
		font-size:35px!important;
		line-height: 35px;
	}
	p.beatles {
		font-size:22px!important;
		line-height: 30px;
	}
	
	header h3 {
		margin-top: -10px;
	}
	header {
		height: 120px;
	}
	nav {
		margin-top: 105px;
	}



}