@import url("fallback_mov.css");

 /* ==================STYLE FOR movie PAGES========*/

@supports (display: grid) {

    * {box-sizing: border-box;}
  /*===========media query min-width 800px+++=========*/
  @media screen and (min-width: 800px){
   * {box-sizing: border-box;}
   
    body {
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
      margin: 0;
      padding: 0;
      background: #2a2928;
      max-width: 100vw;
      margin-bottom: 2rem;
    }
    #container { 
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: minmax(71px, auto);
      color: #414e5a;
      max-width: 940px;
      min-width: 800px;
      margin: 0 auto;
      background-color: #2a2928;
      border: 1px solid #ccc;
      position: relative;
    }

    #container #header {
      grid-column: 1;
      grid-row: 1;
      background: url(../artbyrt_images/bannrSm.gif) top left repeat-x;
      position: relative;
      z-index: 1;
    }
    #container #header img {
      overflow: hidden;
    }
    #header img{
      position: absolute;
      top: 3px;
      left: 3px;
      margin-left: 2%;
      object-fit: contain;
      z-index: 5;
      overflow: hidden;
    }
    #header img.tspLogo {
      background: #fff;
      border-radius: 5px;
      z-index: 5;
    }
    #header a:hover {
      background: none;
      text-decoration: none;
    }
    #header img.tpLogo {
      left: 150px;
      object-fit: contain;
      background: #fff;
      border-radius: 5px;
    }
    #container div.video video{
      margin: 4rem 20%;
      display: block;
      text-align: center;
      border-bottom: 1px solid #ccc;
    }
    

    /*---------------bottom nav ----------------*/
    #container #intNav {
      grid-column: 1;
      grid-row: 4;
      background-color: #E5F0EC;
      border-top: 1px solid #7a8f88;
    }	
    #container #intNav ul{
      font-size: .9rem;
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      align-content: flex-start;
      justify-content: space-around;
      list-style: none;
      max-width: 100%;
      margin: 0;
      padding: 0;
    }
    li a {
       display: block;
       padding: .3rem .5rem;
    } 
    #container #intNav ul li, #container #intNav ul li.last {
      flex: 1;
      border-left: 1px solid #7a8f88;
      align-items: stretch;
      border-right: none;
      text-align: center;
    } 
    #container #intNav ul li.first{
      border-top: none;
    }
    #container #intNav ul li a:link, #movLink a:link  {font-style: normal;
      color: #353551;
      text-decoration: none;
    }
    #container #intNav ul li a:visited, #movLink a:visited  {
      font-style: normal;
      color: #353551;
      text-decoration: none;
    }
    #container #intNav ul li a:hover, #movLink a:hover  {font-style: normal;
      color: #c2d4ce;
      text-decoration: none;
      background: #5d4b33;
      border-radius: 5px;
    }
    #movLink a{
      margin: 2rem;
      padding: .6rem;
    } 
    /*---------------SPLASH PAGES FOOTER ------------------*/

    #container #footer {
      grid-column: 1;
      grid-row: 5;
      padding: 10px; 
      background-color: #EAF3F4;
      border-top: 1px solid #5d4b33;
      border-bottom: 1px solid #5d4b33;
    } 
    #container #footer p {
      font-size: .9rem;
      color: #7a8f88;
    }
  }
  /*==========END MEDIA QUERY min-width 800px ========*/


  /*===========media query max-width 800px=========*/
  @media screen and (min-width: 468px) and (max-width: 800px){
   * {box-sizing: border-box;}
    body {
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
      margin: 0;
      padding: 0;
      background: #2a2928;
      max-width: 100vw;
      margin-bottom: 2rem;
    }

    #container { 
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: minmax(71px, auto);
      color: #414e5a;
      background-color: #2a2928;
      max-width: 800px;
    }

    #container #header {
      grid-column: 1;
      grid-row: 1;
      background: url(../artbyrt_images/bannrSm.gif) top left repeat-x;
      position: relative;
      z-index: 1;
      max-width: 100vw;
      max-height: 71px;
    }
    #container #header img {
      overflow: hidden;
    }
    #header img{
      position: absolute;
      top: 3px;
      left: 3px;
      margin-left: 2%;
      object-fit: contain;
      z-index: 5;
      overflow: hidden;
    }
    #header img.tspLogo {
      background: #fff;
      border-radius: 5px;
      z-index: 5;
    }
    #header a:hover {
      background: none;
      text-decoration: none;
    }
    #header img.tpLogo {
      left: 140px;
      object-fit: contain;
      background: #fff;
      border-radius: 5px;
    }
    
    #container .video {
      grid-column: 1;
      grid-row: 2;
    }
    #container div.video video{
      width: 95vw;
      height: 95vh;
      transform-origin: left top;
      padding: 2px;
      max-width: 800px;
    }
 
    /*---------------bottom nav ----------------*/
    #container #intNav {
      grid-column: 1;
      grid-row: 3;
      background-color: #E5F0EC;
      border-top: 1px solid #7a8f88;
      max-width: 98vw;
    }	
    #container #intNav ul{
      font-size: 4vh;
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      align-content: flex-start;
      list-style: none;
      margin: 0;
      padding: 0;
    }
    li a {
       display: block;
       padding: .3rem .5rem;
    } 
    #container #intNav ul li, #container #intNav ul li.last {
      flex: 1;
      border-top: 1px solid #7a8f88;
      align-items: stretch;
      border-right: none;
      text-align: left;
    } 
    #container #intNav ul li.first{
      border-top: none;
    }
    #container #intNav ul li a:link {font-style: normal;
      color: #353551;
      text-decoration: none;
    }
    #container #intNav ul li a:visited {
      font-style: normal;
      color: #353551;
      text-decoration: none;
    }
    #container #intNav ul li a:hover {font-style: normal;
      color: #c2d4ce;
      text-decoration: none;
      background: #5d4b33;
      border-radius: 5px;
    }
    /*---------------SPLASH PAGES FOOTER ------------------*/

    #container #footer {
      grid-column: 1;
      grid-row: 4;
      padding: 10px; 
      background-color: #EAF3F4;
      border-top: 1px solid #5d4b33;
      border-bottom: 1px solid #5d4b33;
      max-width: 97vw;
    } 
    #container #footer p {
      font-size: 4vh;
      color: #7a8f88;
    }
  }
  /*==========END MEDIA QUERY max-width 800px ========*/
  /*****************************/


  /*===========media query max-width 468px=========*/
  @media screen and (max-width: 468px){
   * {box-sizing: border-box;}
    body {
      font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
      margin: 0;
      padding: 0;
      background: #2a2928;
      max-width: 100vw;
      margin-bottom: 2rem;
    }

    #container { 
      display: grid;
      grid-template-columns: 1fr;
      grid-template-rows: minmax(71px, auto);
      color: #414e5a;
      background-color: #2a2928;
      max-width: 468px;
    }

    #container #header {
      grid-column: 1;
      grid-row: 1;
      background: url(../artbyrt_images/bannrSm.gif) top left repeat-x;
      position: relative;
      z-index: 1;
    }
    #container #header img {
      overflow: hidden;
    }
    #header img{
      position: absolute;
      top: 3px;
      left: 3px;
      margin-left: 2%;
      object-fit: contain;
      z-index: 5;
      overflow: hidden;
    }
    #header img.tspLogo {
      background: #fff;
      border-radius: 5px;
      z-index: 5;
    }
    #header a:hover {
      background: none;
      text-decoration: none;
    }
    #header img.tpLogo {
      left: 140px;
      object-fit: contain;
      background: #fff;
      border-radius: 5px;
    }
    #container { 
      grid-column: 1;
      grid-row: 2;
      padding: 0;
      margin: 0;
      max-width: 468px;
      min-width: 320px;
    }
    #container .video {
      grid-column: 1;
      grid-row: 2;
    }
    #container div.video video{
      max-width: 95vw;
      max-height: 95vh;
      transform-origin: left top;
      padding: 2px;
    }
 
    

    /*---------------bottom nav ----------------*/
    #container #intNav {
      grid-column: 1;
      grid-row: 3;
      background-color: #E5F0EC;
      border-top: 1px solid #7a8f88;
    }	
    #container #intNav ul{
      display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
      align-content: flex-start;
      justify-content: space-around;
      list-style: none;
      font-size: .9rem;
      max-width: 468px;
      min-width: 320px;
      margin: 0;
      padding: 0;
      font-size: 4vh;
    }
    li a {
       display: block;
       padding: .3rem .5rem;
    } 
    #container #intNav ul li, #container #intNav ul li.last {
      flex: 1;
      border-top: 1px solid #7a8f88;
      align-items: stretch;
      border-right: none;
      text-align: left;
    } 
    #container #intNav ul li.first{
      border-top: none;
    }
    #container #intNav ul li a:link {font-style: normal;
      color: #353551;
      text-decoration: none;
    }
    #container #intNav ul li a:visited {
      font-style: normal;
      color: #353551;
      text-decoration: none;
    }
    #container #intNav ul li a:hover {font-style: normal;
      color: #c2d4ce;
      text-decoration: none;
      background: #5d4b33;
      border-radius: 5px;
    }
    /*---------------SPLASH PAGES FOOTER ------------------*/

    #container #footer {
      grid-column: 1;
      grid-row: 4;
      padding: 10px; 
      background-color: #EAF3F4;
      border-top: 1px solid #5d4b33;
      border-bottom: 1px solid #5d4b33;
      max-width: 95vw;
    } 
    #container #footer p {
      font-size: 3vh;
      color: #7a8f88;
    }
  }
  /*==========END MEDIA QUERY max-width 468px ========*/
}

/*============MISC ADD==============*/
#directionBac > p.film-pg a{
  font-weight: bold;
  color: #fff !important;
  text-decoration: none;
  font-size: 2em;
}
#directionBac > p.film-pg a:hover{
  filter: blur(2px);
}
  