@charset "utf-8";
/* CSS Document */

	.tickets-iframe {
		
		height: 600px;
		padding: 0px;
		margin: 0px;
		
	}


.NR-logo-div {
	margin-left: auto;
    margin-right: auto;
	max-width: 300px;
}

.input_inline {
	display: inline;
}

.NR-logo {
	width: 100%;
}


@font-face {
    font-family: thewail;
    src: url(thewail.ttf);
}

html {
  scroll-behavior: smooth;
}

header.masthead {
	padding-top: 150px;
}

header.masthead h1 {
	font-family: thewail; 
	display: block;
	font-size: 4.75em;
	margin-top: 50px;
	margin-bottom: 50px;
}
 
h2,
h3,
h4,
h5,
h6 {
    font-family: Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
/*    font-weight: 700*/
}


p {
    font-size: 20px;
}

header.masthead h2 {
	
	display: block;
	margin-bottom: 50px;
	
}


section {
    padding: 100px 0;
    padding-top: 100px;
    padding-right: 0px;
    padding-bottom: 100px;
    padding-left: 0px;
}

section.about {
    background: #F77575;
    color: #fff	
}

section.tickets {
    background: #F77575;
/*    color: #fff*/
}


h3 {
    font-family: thewail;
	font-size: 3em;	
	
}


h4 {
	margin: 20px 0px 20px 0px;
}

.price {

	color:rgb(33, 37, 41);
	font-family:Montserrat, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:2rem;
    white-space: nowrap;	
    vertical-align: middle;	
    text-align: center;	
	
	margin: 0px;
}

