/* # HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* ## Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#333}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* ## Box Sizing
--------------------------------------------- */

html,
input[type="search"]{
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

/* # Defaults
---------------------------------------------------------------------------------------------------- */

/* ## Typographical Elements
--------------------------------------------- */

html {
    font-size: 62.5%; /* 10px browser default */
}

/* Chrome fix */
body > div {
    font-size: 1.8rem;
}

body {
	background-color: #000;
	color: #fff;
	font-family: 'Arial', sans-serif;
	font-size: 16px;
    font-size: 1.6rem;
   	font-weight: 400;
    line-height: 2;
	margin: 0;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition:    all 0.1s ease-in-out;
	-ms-transition:     all 0.1s ease-in-out;
	-o-transition:      all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}

a {
	color: #fff;
	text-decoration: none;
}

a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
}

p {
	margin: 0 0 28px;
	padding: 0;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	font-size: 3rem;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}


/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #fff;
    font-family: 'Arial', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 20px;
}

h1 {
	font-size: 36px;
	font-size: 3.6rem;
}

h2 {
	font-size: 30px;
	font-size: 3rem;
}

h3 {
	font-size: 24px;
	font-size: 2.4rem;
}

h4 {
	font-size: 20px;
	font-size: 2rem;
}

h5 {
	font-size: 18px;
	font-size: 1.8rem;
}

h6 {
	font-size: 16px;
	font-size: 1.6rem;
}


/* ## Column Classes
--------------------------------------------- */
/* Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}

/* ## Video Styles
--------------------------------------------- */

/* Style the video: 100% width and height to cover the entire window */
#escape-room-video {
    width: 100vw;
    height: 100vh;
    -o-object-fit: contain;
    object-fit: contain;
}

 /*Add some content at the bottom of the video/page*/
#overlay {
    position: absolute;
    bottom: 0;
    background: url('img/trapped-bg.jpg') no-repeat center left;
    background-attachment: fixed;
    color: #f1f1f1;
    width: 100%;
    height: 100vh;
    padding: 20px;
}

#overlay-heading {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 1.5;
    text-align: center;
}

/* Style the button used to pause/play the video */
#video-control {
    width: 200px;
    font-size: 18px;
    padding: 10px;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    z-index: 8;
    margin: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -50%);
}

#video-control:hover {
    border: 2px solid rgba(255,255,255,0.5);
}

/* ## Header Styles
--------------------------------------------- */

header {
    position: fixed;
    background: #000;
    min-height: 60px;
    top: 0;
    z-index: 10;  
    width: 100%;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(211, 211, 211, 0.19);
}

.logo {
    max-width: 250px;
    padding: 10px;
    margin-left: 20px;
    vertical-align: middle;
}

nav {
    margin: 0;
    padding: 0;
}

/*nav ul {
    text-align: center;
}*/

nav li {
    display: inline;
}

nav li a {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 20px 10px;
}

nav li a:hover {
    border-bottom: 1px solid #fff;
}

.menu {
    float: left;
}

#social-menu {
    float: right;
    margin-right: 20px;
}

#social-menu img {
    width: 20px;
    /*height: 20px;*/
    vertical-align: middle;
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 20px;
  display: none;
  float: right;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; 
  vertical-align: middle;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -10px; }
  .hamburger-inner::after {
    bottom: -10px; }
/*
   * Slider
   */
.hamburger--slider .hamburger-inner {
  top: 2px; }
  .hamburger--slider .hamburger-inner::before {
    top: 10px;
    transition-property: transform, opacity;
    transition-timing-function: ease;
    transition-duration: 0.2s; }
  .hamburger--slider .hamburger-inner::after {
    top: 20px; }

.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg); }
  .hamburger--slider.is-active .hamburger-inner::before {
    transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
    opacity: 0; }
  .hamburger--slider.is-active .hamburger-inner::after {
    transform: translate3d(0, -20px, 0) rotate(-90deg); }


/* ## Content Styles
--------------------------------------------- */

.content {
    margin-top: 100px;
}

#story-section, 
#cast-section, 
#crew-section {
    padding: 20px;
    min-height: 100vh;
}

.section-heading {
    text-align: center;
    text-transform: uppercase;
}

#story-section p {
    /*font-size: 1.5em;*/
    padding: 20px 50px;
}

#cast-section {
    display: flex;
    flex-flow: column wrap;
    background-attachment: fixed;
}

.name {
    text-transform: uppercase;
}

.cast-row {
    display: flex;
    flex-flow: row wrap;
}

.cast-member, .crew-member {
    padding: 20px 50px;
}

.cast-member {
    position: relative;
}

.view-bio {
    text-decoration: underline;
}

.panel {
    z-index: 16;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    overflow-y: scroll;
    display: none;
    background-color: #000;
}

.cast-photo {
    text-align: center;
}

.cast-photo img {
    width: 100%;
}

.actor-bio {
    padding: 20px 50px;
}

.actor-photo img {
    width: 100%;
}

.close {
    position: relative;
    font-size: 1.2em;
    padding: 5px;
    margin: 20px 20px 20px 0px;
}

#crew-section {
    display: flex;
    flex-flow: column wrap;
}

.crew-member:nth-child(odd) .crew-photo {
    float: right;
}

.crew-photo img {
    width: 100%;
    float: left;
    padding: 10px;
    border-radius: 50%;
}

.crew-bio {
    padding: 10px;
}

#story-section {
    background: url('img/old-locked-door.jpg') no-repeat center;
    background-size: cover;
}


.heading {
    text-align: center;
}

.wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.section-heading:target {
    padding-top: 90px;
}

.press a {
    text-decoration: underline;
}

.press a:hover {
    text-decoration: none;
}

.press-item {
    padding: 20px;
    margin: 20px 0;
    /*border: 2px dashed #fff;*/
}

.press-image {
    width: 300px;
}

.contact-info {
    text-align: center;
}

.credits {
    min-height: 100px;
}

.feature-title {
    text-align: center;
}

.feature-synopsis {
    background: url(img/shadows-room-2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    color: #000;
}

.feature-synopsis p:last-child {
    margin-bottom: 0;
}

.feature-contact {
    background: url(img/shadows-room-1-alt.jpg) no-repeat center;
    background-size: cover;
    text-align: center;
}

.feature-credits,
.feature-synopsis,
.feature-contact {
    padding: 30px 20px;
}

.contact-image {
    width: 300px; 
}
/* ## Footer
--------------------------------------------- */

footer {
    background-color: #000;
    min-height: 60px;
    box-shadow: 0 -4px 8px -4px rgba(0, 0, 0, 0.2), 0 -6px 20px -6px rgba(211, 211, 211, 0.19);
}

.colophon {
    margin: 0;
    padding: 10px 0;
}

#social-menu li {
    display: inline;
}

#social-menu li a {
    display: inline-block;
    padding: 10px;
}


/* # Masonry Grid
--------------------------------------------------------------------------------------------------- */

.grid {
    max-width: 1200px;
    margin: 0 auto;
}

/* clearfix */
.grid:after {
    content: '';
    display: block;
    clear: both;
}

.grid-item {
    display: block;
    float: left;
    width: 350px;
}

/* # Media Queries
---------------------------------------------------------------------------------------------------- */
@media only screen and (max-width: 1440px) {
    
    body {
        font-size: 2rem;
    }
    .overlay {
        background-size: cover;
    }
    
    .cast-row {
        margin-bottom: 30px;
    }
    .colophon {
        font-size: 1.6rem;
    }
}

@media only screen and (max-width: 1080px) { 

    .logo-wrap, .menu-wrap {
        width: 50%;
    }
    
    nav, .hamburger {
        display: inline-block;
    }
    
    .menu-wrap {
        display: none;
        position: absolute;
        top: 60px;
        right: 0;
        height: 100vh;
        width: 70vw;
        background-color: #000;
        padding: 20px;
        z-index: -1;
    }
    

    #main-menu li {
        display: block;
    }

    
    nav li a {
        padding: 5px;
    }
    
    .colophon {
        margin-left: 20px;
    }
    
}


@media only screen and (max-width: 768px) {

    .five-sixths,
	.four-sixths,
	.one-fourth,
	.one-half,
	.one-sixth,
	.one-third,
	.three-fourths,
	.three-sixths,
	.two-fourths,
	.two-sixths,
	.two-thirds {
		margin: 0;
		width: 100%;
	}
    
    
    #overlay-heading {
        position: relative;
    }
    
    #story-section p {
        padding: 10px;
    }
    
    .cast-member, .crew-member {
        padding: 10px 20px;
    }
    
    footer {
        text-align: center;
    }
    
    .colophon {
        margin-left: 0;
    }
    
    #social-menu {
        margin-right: 0;
    }
    
    .menu, #social-menu {
        float: none;
    }
    
    #social-menu li {
        display: inline-block;
    }
    
}

@media only screen and (max-width: 425px) {
    
    .logo {
        max-width: 200px; 
    }
    
    #overlay-heading {
        font-size: 3rem;
    }
}

@media only screen and (max-width: 425px) { 
    .logo {
        margin-left: 10px; 
    }

}