body { margin: 0; /* background-color: transparent; background-color: #222; color: #ababab; */ background: #0c426b !important; background-color: #0c426b; color: #ababab; font-family: 'Raleway', sans-serif;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#0c426b+20,095456+100 */
background: #0c426b; /* Old browsers */
background: -moz-linear-gradient(top,  #0c426b 20%, #095456 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #0c426b 20%,#095456 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #0c426b 20%,#095456 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0c426b', endColorstr='#095456',GradientType=0 ); /* IE6-9 */ }

.container { position: absolute; width: 100%; padding: 20px; }
.column:first-child { }
.column.alt { width: 45%; display: inline-block; }
.column.alt > div { /* padding-right: 70px; */ }

body.credits .container { position: relative; width: auto; }
body.credits h1, body.media h1, body.news h1, body.thanks h1, body.contact h1 { font-size: 40px; font-weight: normal; margin-bottom: 10px; }
body.credits .main-navigation { display: inline-block; }
body.credits #credits { float: left; width: 100%; margin-bottom: 35px; }
body.credits #credits .list-title { float: left; margin: 35px 0 25px; clear: both; }

body.credits .credit-row { float: left; width: 100%; margin: 15px 0; position: relative; clear: both; }
body.credits h2 { margin: 30px 0 25px; clear: both; }
body.credits .credit-item { z-index: 2; background-color: #0c426b; position: relative; }
body.credits .credit-title { float: left; padding: 10px 10px 10px 0; }
body.credits .credit-dots { width: 100%; position: absolute; top: 20px; z-index: 1; }
body.credits .credit-dots span { display: block; border-bottom: 1px dashed #ccc; }
body.credits .credit-name { float: right; padding: 10px 0 10px 10px; }

body.media #media { margin: 20px; }

body.news #news { margin-top: 20px; }

h1 { margin: 0; padding: 0; font-size: 50px; letter-spacing: 2px; margin-bottom: 10px; }
p.social-content { margin-top: 50px; }
a { color: #fff; }
img.poster { float: left; height: 93vh; margin: 0 25px 0 0; }
span.logo { display: inline-block; width: 400px; margin-bottom: 15px; }
span.logo img { width: 100%; }

.notification-bar { width: 100%; padding: 20px; text-align: center; color: #fff; font-size: 1.6rem; background-color: #0e7586; }
.notification-bar a { text-decoration: none; font-weight: normal; }
.notification-bar a:hover { font-weight: bold; }

.main-navigation { display: inline-block; list-style-type: none; margin: 0; padding: 0 15px; background-color: #111; border: 1px solid #616161; }
.main-navigation li { display: inline-block; }
.main-navigation li a { display: block; padding: 15px 10px; }

.person { width: 280px; display: inline-block; margin: 0 20px 0 0; vertical-align: text-top; }
.person h4 { font-weight: bold; font-size: 20px; }
.person h4 span { display: block; font-weight: normal; }
.person img { width: 100%; }

.test-page .container { display: table; }
.test-page .container .column { width: auto; display: table-cell; }

body.home { background: transparent url('/images/cloud2-bkg.jpg') no-repeat fixed center; background-size: cover; }
body.home h1 { font-size: 1.8rem; margin-top: 15px; }

body.premiere .container { position: relative; width: auto; text-align: center; }
body.premiere #premiere { width: 614px; margin: 0 auto; padding: 0 15px; }

.hidden-mobile { display: block; }
.visible-mobile { display: none; }
@media (min-width: 630px) {
    body.premiere #premiere { /* width: 50%; */ }
}
@media (max-width: 870px) {
    .container { padding: 40px 0; text-align: center; margin: 0 auto; }
	.column { width: 75%; margin: 0 auto; text-align: left; }
	.column.alt { width: 75%; }
	.column:first-child { text-align: center; }
	h1 { padding-left: 20px; padding-right: 20px; margin-top: 50px; }
    body.credits h1 { margin-top: 0; }
	img { float: none; height: auto; width: 100%; }
    body.credits .person { text-align: left; }
	.visible-mobile { display: block; }
	.hidden-mobile { display: none; }
}
@media (max-height: 515px) {
	.container { padding: 40px 0; text-align: center; margin: 0 auto; }
	.column { width: 75%; margin: 0 auto; text-align: left; }
	.column.alt { width: 75%; }
	.column:first-child { text-align: center; }
	h1 { margin-top: 50px; }
	img { float: none; height: auto; width: 100%; }
	.visible-mobile { display: block; }
	.hidden-mobile { display: none; }
}
@media only screen 
  and (min-device-width: 0px) 
  and (max-device-width: 870px)
  and (-webkit-min-device-pixel-ratio: 2) {
	body { padding-top: 150px; }
	.main-navigation { position: fixed; top: 0; left: 0; font-size: 55px; }
  	.container { padding: 40px 0; text-align: center; margin: 0 auto; }
	.column { width: 75%; margin: 0 auto; text-align: left; }
	.column.alt { width: 75%; }
	.column:first-child { text-align: center; }
	h1 { margin-top: 50px; font-size: 95px; }
	h2 { font-size: 65px; }
	h3 { font-size: 55px; margin-top: 70px; }
	h4, p { font-size: 50px; }
	img { float: none; height: auto !important; width: 100%; }
	.visible-mobile { display: block; }
	.hidden-mobile { display: none; }
	.notification-bar { margin-top: 41px; }
	
	.person { width: 80%; }
	
	.purchase-ticket-btn { width: 360px; }
}
@media (max-width: 870px) {
    img.poster { height: auto; }
    .notification-bar { margin-top: 41px; }
}
/* @media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.container { padding: 40px 0; text-align: center; margin: 0 auto; }
	.column { width: 75%; margin: 0 auto; text-align: left; }
	.column.alt { width: 75%; }
	.column:first-child { text-align: center; }
	h1 { margin-top: 50px; }
	img { float: none; height: auto; width: 100%; }
}
@media only screen 
  and (min-device-width: 414px) 
  and (max-device-width: 736px) 
  and (-webkit-min-device-pixel-ratio: 3) { 
	.container { padding: 40px 0; text-align: center; margin: 0 auto; }
	.column { width: 75%; margin: 0 auto; text-align: left; }
	.column.alt { width: 75%; }
	.column:first-child { text-align: center; }
	h1 { margin-top: 50px; }
	img { float: none; height: auto; width: 100%; }
} */
@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 2) {
  	.container { padding: 40px 0; text-align: center; margin: 0 auto; }
	.column { width: 75%; margin: 0 auto; text-align: left; }
	.column.alt { width: 75%; }
	.column:first-child { text-align: center; }
	h1 { margin-top: 50px; }
	img { float: none; height: auto; width: 100%; }
	.visible-mobile { display: block; }
	.hidden-mobile { display: none; }
}