@font-face {
    font-family: OpenSans;
    src: url(fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: Playfair;
    src: url(fonts/PlayfairDisplay-VariableFont_wght.ttf);
}

body{
  background-color: #0a0a0a;
  color: #d5d5d5;
  margin: 0;
  font-size: 200%;
}

#nyt{
  width: 50%;
  margin: 0 auto;
}

.net-vid{
  width:100%;
}

.net-vid-parent{
  width: auto;
  margin-bottom: 150px;
  background-size: contain;
  background-repeat: no-repeat;
  padding-top: 100%;
}

.net-vid-parent p{
  text-align: justify;
  padding: 0 15%;
}

.net-vid-parent a{
    text-align: center;
width: 100%;
display: inline-block;
margin-bottom: 10px;
}

#main-container{
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 50px 0 0 0;
}

#banner{
  overflow: hidden;
  height: 40vh;
  border-bottom: 1px solid #333;
}

.banner-vid{
  margin: 0 0 0 25%;
  width: 50%;
  top: -20%;
  position: relative;
}

.banner-head{
  color: black;
  position: absolute;
  width: 100%;
  top:5%;

  -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
     -moz-animation: fadein 2s; /* Firefox < 16 */
      -ms-animation: fadein 2s; /* Internet Explorer */
       -o-animation: fadein 2s; /* Opera < 12.1 */
          animation: fadein 2s;
}

.banner-text{
  display:none;
  /*width: 70%;
  position: relative;
  text-align: justify;
  margin: 0 auto;
  margin-top: -6%;
  background: black;
  padding: 10px 20px;
  border: 1px solid #333;*/
}

#banner ul{
    position: absolute;
list-style: none;
display: flex;
flex-direction: row;
padding: 0;
width:100%;
justify-content:center;
overflow:hidden;
}

#banner ul li{
font-family: OpenSans;
font-variant-caps: all-petite-caps;
color: black;
font-weight: 700;
font-size: 150%;
width: 60vw;
padding: 0;
margin: 0;
display: flex;
justify-content: center;
}

@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


h1{
  font-size: 500%;
}
h1, h2{
  font-family: Playfair;
  text-align: center;
}

p{
  font-family: OpenSans;
}

a{
  text-decoration: none;
  color: #8aa2ff;
}

a:hover{
  color: #ff000 !important;
  font-size: 120%;
}

#footer{
  position: relative;
  bottom:0;
  background-color:#fff;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  left: 0;
}

#footer p{
  font-family: OpenSans;
  font-size: 80%;
  color: #887061;
  /* color: #81879f; */
  text-align: center;
}


.net-vid, .banner-vid{
  display:none;
}

.net-vid-parent img{
  width: 80%;
  margin: 0 10%;
}

.primary{
    background-image:url('videos/primary.jpg');
}

.secondary{
    background-image:url('videos/secondary.jpg');
}

.artists{
    background-image:url('videos/artists.jpg');
}

#banner{
  background-image: url('videos/xbit-banner.jpg');
  background-size: cover;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
}

/* MOBILE IS DEAFAULT, UPDATE FOR LARGE SCREEN */
@media screen and (min-width: 1000px) {
body{
    font-size: 100%;
}
h1{
  font-size: 450%;
  }

  #banner{
    background-size:contain;
  }

 .net-vid{
   display: flex;
 }

 .banner-vid{
   display: flex;
 }

 .banner-text{
   width: 30%;
 }

 .banner-head{
   top: 10%;
 }

 #banner ul{
    top: 0;
}

#banner ul li{
      margin: 0 30px;
}

 #main-container{
   flex-direction: row;
 }

 .net-vid-parent{
   width: 45vw;
   margin-bottom: 50px;
   padding-top: 0;
 }

 .net-vid-parent img{
   display:none;
 }

 #nyt{
   width: 25%;
 }
}
