body{
    font-family: 'Lato', sans-serif;
    background-color:#232323;
    color:#ccc;
    font-weight:300;
}

h1, h2{
    margin:0 0 10px 0;
    padding:0;
    font-weight:300;
}

a{color:#999;}

.main-copy{
    top:0px;
    left:0px;
    display:table;
    width:100%;
    height:100vh;
    color:#fff;
    text-align:center;
}


.copy-box{
    display:table-cell;
    vertical-align: middle;
    text-align:left;
}

.copy{
    display:block;
    position: relative;
    margin:0 auto;
    width:calc(100vw - 40px);
    max-width:calc(800px - 40px);
    padding: 0 20px 0 20px;
    font-weight:300;
    color: #999;
    line-height:1.25em;
}

.summary{
    margin: 0 0 20px 0;
}

.movie-btn, .tube-link {
    
    text-align: center;
    border-style: solid;
    /* border-width: 3px; */
    border-color: #333;
    background-color: #54b9e1;
    margin: 0 0 10px 0;
    padding: 15px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.1em;
    cursor: pointer;
    /* width: calc(100% - 20px); */
    color: #000;
    /* background-color: #54b9e1; */
    border-color: #54b9e1;
}

.modal-vid{
    position:fixed;
    top:0px;
    left:0px;
    width:100%;
    height:100vh;
    z-index:999;
    display:none;
}
.movie-box {
    top: 0px;
    left: 0px;
    display: table;
    width: 100%;
    height: 100vh;
    background-color: #232323;
    background-color: rgb(105 100 100 / 80%);
    color: #fff;
    text-align: center;
}

.close{
    position:absolute;
    font-weight:300;
    letter-spacing:0.125em;
    text-transform:uppercase;
    font-size:10px;
    right:0px;
    top:-30px;
    color:#fff;
    cursor:pointer;
}

.wide-screen{
    display:table-cell;
    text-align: center;
    vertical-align: middle;
}

.vid-holder{
    display:inline-block;
    top:0px;
    left:0px;
    position:relative;
    margin:0 auto;
    -webkit-box-shadow: 0 0 10px 0 #000000;
    box-shadow: 0 0 10px 0 #000000;
    border-style:solid;
    border-width:1px;
    border-color:#333;
}


.standard-img, .widescreen-img, .sixteen-nine, .pal{
    max-height:calc(100vh - 122px);
    max-width:calc(100vw - 122px);
    position:relative;
    margin:0 auto;
    /*transition: all 0.5s;*/
    display:none ;
}



.show{
    display:block;
}

.hide{
    display:none;
}

.vid-holder video, .vid-holder iframe{
    position: absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background-color:#000;
    background-image:url(https://s3.amazonaws.com/imglibs/video_bg.png);
    background-position:center center;
    background-repeat:no-repeat;
}

.promo-text p {
    font-size: 16px;
    font-weight: 500;
    color: #222;
    margin-bottom: 0;
}
.promo-section {
    padding-top: 90px;
    padding-bottom: 150px;
}
.promo-text h1 {
    margin-bottom: 20px;
}