

/* Larger font size for desktop screens */

body {
	background-color: fefaee;
	font-family: "Lato","HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, sans-serif;
	color: 393232;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.3;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}


.headline {
	width: 60%;
	margin: auto;
	display: block;
	font-size: 1.2em;
	font-weight: 300;
}

.general {
	width: 70%;
	margin: auto;
	display: block;
	font-size: 1em;
	font-weight: 300;
}

.pass {
	background-color: #e6dfca;
}

.pass1 {
	background-color: #e6bc99;
}

.pass2 {
	background-color: #f3aaa5;
}


#videohero {
  position: relative;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}


hr {
    height: 2px;
    color: #d4d3d0;
    background: #d4d3d0;
    font-size: 0;
    border: 0;
	width: 80%;
}

.titledate {
	width: 60%;
	margin: auto;
	justify-content: center;
	display: block;
	font-size: 1.7em;
	font-weight: 400;
	font-style: italic;
}



.fineprint {
	width: 60%;
	margin: auto;
	justify-content: center;
	display: block;
	font-size: .75em;
	font-weight: 200;
}



h1 {
	font-family: "Noto Sans";
	width: 90%;
	display: block;
	font-size: 3.5em;
	font-weight: 500;
	margin: auto;
	justify-content: center;
}


h2 {
	display: block;
	font-size: 2.5em;
	font-weight: 400;
	margin: 0 0 0 0;
}

h3 {
	display: block;
	font-size: 1.8em;
	font-weight: 400;
	margin: 15 0 0 0;
}

h4 {
	display: block;
	font-size: 0.75em;
	font-weight: 300;
	margin: 0 0 0 0;
}


h5 {
	display: block;
	font-size: 1.4em;
	font-weight: 600;
	margin: 0 0 0 0;
}


h6 {
	display: inline;
	font-size: 1.15em;
	font-weight: 400;
	margin: 0 0 0 0;
}


	
/* Buttons */
.button-ticket {
    opacity: 1;
    display: block;
    width: 45%;
    height: auto;
    transition: .2s ease;
    backface-visibility: hidden;
    cursor: pointer;
    padding: 20 0 80 0;
}

.button-ticket:hover {
    opacity: 0.5;
}


.padded{
	width: 80%;
	padding: 30 0 70 0;
}



a {
	text-decoration: none;
	color: 3e2626;
}

a:hover {
	color: d8352e;
}





/* Mobile View */
@media (max-width: 800px) {


	body {
		font-size: 1.7em;
		font-weight: 300;
		line-height: 1.3;
	    max-width: 100%;
	}


	.headline {
		width: 90%;
		margin: auto;
		justify-content: center;
		display: block;
		font-size: 0.9em;
		font-weight: 300;
	}

	h1 {
		width: 95%;
		display: block;
		font-size: 2em;
		font-weight: 500;
		margin: auto;
		justify-content: center;
	}

	h2 {
		display: block;
		font-size: 2em;
		font-weight: 400;
		margin: 0 0 0 0;
	}

	h3 {
		display: block;
		font-size: 1.4em;
		font-weight: 400;
		margin: 15 0 0 0;
	}

	h4 {
		display: block;
		font-size: 0.6em;
		font-weight: 200;
		margin: 0 0 0 0;
	}

	h5 {
		display: block;
		font-size: 1.4em;
		font-weight: 600;
		margin: 0 0 0 0;
	}


	h6 {
		display: inline;
		font-size: 1.2em;
		font-weight: 400;
		margin: 0 0 0 0;
	}

	.button-ticket {
	    width: 30%;
	}

	.general {
		width: 94%;
	}


}

