
body {
    font: 22px/28px 'Inconsolata', sans-serif;
    background-image: url("../images/bg.jpg");
    background-position-x: center;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
    color: black;
    padding: 0px 30px 300px 30px;
}

.fullscreen-bg {
    position: fixed;
    top: -30px;
    right: 0;
    bottom: -40px;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

.fullscreen-bg__video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}


.rounded { border-radius: 4px; }

@media (min-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    height: 300%;
    top: -100%;
    bottom: -40px;
  }
}

@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
    width: 300%;
    left: -100%;
    bottom: -40px;
  }
}

@media (max-width: 767px) {
  .fullscreen-bg {
    width: 300%;
    left: -100%;
    bottom: -40px;

    
  }

}



strong {
	font-weight: bold;
	-webkit-font-smoothing: antialiased;
}

p {
	font-weight: 700;
}


a.ticket-box {
	background-color: transparent;
	border: 1px solid;
	border-color: #f85284; 
	padding: 20px 40px;
	color: black;
	font-size: 20px;
}

a.ticket-box:hover {
	background-color: #fff881;
	color: black;
}

a.ticket-box-small:hover {
	background-color: #f7daa5;
	color: black;
}


a {
	font-weight: 700;
	text-decoration: none;
	color: white;
}

a:hover {
	font-weight: 700;
	color: #fff881;
	
}
	
.scale-with-grid {
		max-width: 100%;
		height: auto;
		}		
		
h1 {
	font-weight: bold;
}


h2 {
	font-size:3rem;
}

#ticket-box {
	position: fixed;
	top: 0px;
	right: 0px;
	background-color: fuchsia;
	padding: 0 40px;
	color: black;
}

.modal {
	background-color: #fa9530;
	padding: 5px 5px 20px 5px;
}

