@charset "UTF-8";
/*
CSS for microsite
Derek Dixon - Spark!
Mar 2017
Disney - GOTG2
*/

* {
    margin: 0;
    padding: 0;

}
html,
body {
   margin:0;
   padding:0;
   height:100%;
}

body {
    font-family: 'Audiowide', sans-serif;
    font-weight: 300;
    text-align: center;
    color: #fff;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: 100%;
    background: #34180d;
}

body {
    background-size: 100% auto;
    background-size: cover;
    background-attachment: fixed;
    background-image: url(../images/wood.jpg);
    background-repeat: no-repeat;
    background-position: top center;
}

#background {
    top: 0;
    left: 0;
    position: absolute;
    /*
    position: fixed;
    min-height: 100%;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-image: url(../images/wood.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: -1;
    */
}

#ship {
    position: absolute;
    top: 338px; /* 0 for title.png 338 for title.jpg */
    left: 0;
    width: 100%;
    height: auto;
    z-index: 0;

}

#leftwood {
    position: absolute;
    background-image: url(../images/leftwood.png);
    background-repeat: no-repeat;
    background-position: top right;
    width: 50%;
    height: 1150px;
    top: 40px;
    left: 0px;
    z-index: 0;
}

#rightwood {
    position: absolute;
    background-image: url(../images/rightwood.png);
    background-repeat: no-repeat;
    background-position: top left;
    width: 50%;
    height: 1150px;
    top: 40px;
    right: 0px;
    z-index: 0;
}

#container {
   min-height:100%;
   position:relative;
   z-index: 30;
}
#header {
   padding:20px 0 0 0;
}
#middle {
   padding:10px;
   padding-bottom:80px;   /* Height of the footer */
}

b {
    font-weight: 900;
}

p {
    margin: 20px 0;
}

.text {
    font-family: 'Audiowide', sans-serif;
    font-weight: 900;
    font-size: 2.4em;
    z-index: 30;
}

#wrapper {
    width: 800px;
    height: 692px;
    background-image: url(../images/Player.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    position: relative;
    margin: 0 auto;
}

#animation_desktop {
    margin: 76px 0 0 76px;
}

#animation_mobile {
    position: fixed;
    width: 100%;
    min-height: 100vh;
    height: 100%;
    max-height: 100vh;
    top: 0;
    left: 0;
}

#nav {
    position: absolute;
    height: 149px;
    width: 408px;
    top: 470px;
    left: 197px;
    font-weight: bold;
    text-rendering: optimizeLegibility;
    font-family: arial, helvetica, sans-serif;
}

#close {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 100;
    width: 88px;
    height: 88px;
}

.buttons {
    float: left;
    height: 149px;
    /*margin-right: 3px;*/
    overflow: hidden;
}
.buttons p {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 0;
  text-transform: uppercase;
  font-size: 15px;
  line-height: 14px;
  margin: 15px 0;
  z-index: 5;
}

.buttons a {
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index: 30;
}
.buttons a:hover + .letterpress {
  color: rgba(255,0,0,.6);
}

.letterpress {
  text-shadow: 1px 2px 3px rgba(255,255,255,.2),
               0 0 0 rgba(0,0,0,.6),
               -1px 1px 0 rgba(255,255,255,.2),
               1px 1px 0 rgba(255,255,255,.8);
  color: rgba(0,0,0,.6);
}

.tight {
  letter-spacing: -1px;
  font-size: 13px !important;
  line-height: 13px;
}

#bt01 {
  background: #000 url(../images/play.jpg) no-repeat;
  width: 114px;
  position: absolute;
  top:0;
  left:0;
}
#bt02 {
  background: #000 url(../images/more.jpg) no-repeat;
  width: 84px;
  position: absolute;
  top:0;
  left:117px;
}

#bt03 {
  background: #000 url(../images/press.jpg) no-repeat;
  width: 84px;
  position: absolute;
  top:0;
  left:204px;
}
#bt04 {
  background: #000 url(../images/trailer.jpg) no-repeat;
  width: 114px;
  position: absolute;
  top:0;
  left:291px;
}

button {
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius: 2em;
    padding: 1em 1em;
    margin: 45px auto 0 auto;
    min-width: 50%
}

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

#audio {
    visibility: hidden;
}

#pauseBt2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor:pointer;
}

#playBt2 {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    cursor:pointer;
}

/*
#pauseBt2:hover + #pauseBt {
    background: rgba(0, 0, 0, 0.5) url(../images/pausebt.png) no-repeat center center;
    background-size: cover;
}
*/

@media only screen and (orientation:portrait) {
    /*
    #animation_mobile {
        -ms-transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        min-width: 100% !important;
        min-height: 100% !important;
    }
    */
}

@media only screen and (orientation:landscape) {}
