

/* css defaults to code thats not in an at media query
code that comes after takes priority so if @ media query comes after then code will default to this
if it is onlu accesesd by an if statement then the css will never activate

it wont cause a delay in render so far as I have seen

 */


#soundcloud-icon{
      display: inline-block;
    background: url("../images/social_icons/tidal.svg") no-repeat;
    width:44px;
    height:44px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.5);
    border:1px solid white;
    cursor: pointer;
   transition: 0.3s;
   animation: shake 0.5s;
     background-position: center;
   animation-iteration-count: 3s;
   opacity: .8;
}

#insta-icon{
    margin-left:35px;
      display: inline-block;
    background: url("../images/social_icons/insta.svg") no-repeat;
    width:44px;
    height:44px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.5);
    border:3px solid rgba(255,255,255,.2);
    cursor: pointer;
    transition: 0.3s;
    animation: shake 0.5s;
    background-position: center;
    animation-iteration-count: 3s;
    opacity:.8;
}

#youtube-icon{
    margin-left: 35px;
    display: inline-block;
    background: url("../images/social_icons/youtube6.svg") no-repeat;
    width:44px;
    height:44px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.5);
    background-position: center;
    border:1px solid white;
    cursor: pointer;
    transition: 0.3s;
    animation: shake 0.5s;
    animation-iteration-count: 3s;
    opacity:.8;
}

#facebook-icon{
    margin-left: 35px;
    display: inline-block;
    background-position: center !important;
    background: url("../images/social_icons/facebook.svg") no-repeat;
    width:44px;
    height:44px;
    border-radius: 5px;
    background-color: rgba(255,255,255,.5);
    border:1px solid white;
    cursor: pointer;
    transition: 0.3s;
    animation: shake 0.5s;
    animation-iteration-count: 3s;
    opacity:.8;

}

#facebook-icon:hover{
    display: inline-block;
    background-color:  rgba(255,255,255,.7);
    cursor: pointer;
    transform: translateY(-20%);
}


#youtube-icon:hover{

    display: inline-block;
    width:44px;
    height:44px;
    border-radius: 5px;
    background-color:  rgba(255,255,255,.7);
    cursor: pointer;
  /*  filter: blur(1px);*/
    transform: translateY(-20%);
    /* box-shadow: 0px 4px 13px red; */
}

#insta-icon:hover{

    display: inline-block;
    width:44px;
    height:44px;
    border-radius: 5px;
    background-color:  rgba(255,255,255,.7);
/* box-shadow: 0px 4px 13px red; */
    cursor: pointer;
  /*  filter: blur(1px);*/
  transform: translateY(-20%);
}

#soundcloud-icon:hover{
    width:44px;
    height:44px;
    border-radius: 5px;
    background-color:  rgba(255,255,255,.7);
    cursor: pointer;
  /*  filter: blur(1px);*/
    transform: translateY(-20%);
    /* box-shadow: 0px 4px 13px red; */
}

@font-face {
    font-family: 'Roboto';
    src: url('Roboto-ThinItalic-webfont.eot');
    src: url('Roboto-ThinItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Roboto-ThinItalic-webfont.woff') format('woff'),
         url('Roboto-ThinItalic-webfont.ttf') format('truetype'),
         url('Roboto-ThinItalic-webfont.svg#RobotoThinItalic') format('svg'); (under the Apache Software License).
    font-weight: 200;
    font-style: italic;
}
  body{
    position: relative;
    z-index: 2;
    background-color:black;
    margin:0px;
  }
  .grid-container {
  display: grid;
  grid-template-columns: auto auto auto;
}

a:hover {
  color:red;
}

a:hover {
  cursor: pointer;
    font-family: "Roboto";
}




p {
  color:white;
  font-family: "Roboto";
  padding:10px;
}
ul {
}
ul li{
  font-family: "Roboto";
  color:white;
  display: inline-block;
  transition: .3s;
   font-weight: bold;
   font-size: 20px;
   animation: shake 0.5s;
   animation-iteration-count: 3s;
}
ul li:hover{
  font-family: "Roboto";
  color:red;
  display: inline-block;
  cursor:pointer;

}
#footer-row{
  position: fixed;
  bottom:0px;
  width:100%;
  z-index: 2;
}
#nav-wrapper{
  width: 285px;
  display: block;
  margin-left: 300px;
}
#logo{
  animation: shake 0.5s;
  animation-iteration-count: 3s;
    background: url("../images/logo.svg") no-repeat;
    height:200px;
    width:200px;
    margin-top: 30px;
    margin-left: 60px;
}
#logo:hover{
  cursor: pointer;
}
.nav-menu-items{
  margin-top:50px;
  margin-left: 30px;
}
#header-row{
  position: inherit;
  height:200px;
  z-index: 2;
}
#back-drop{
  background: url("../images/back_cover_cutout_2.png") 50% no-repeat;
  position: fixed;
  width:100%;
  height:100%;
  animation: float 2s infinite,fadeIn 1.1s forwards;
  animation-delay: 1.1s, 1.1s;
  opacity: 0.0;

}

#back-drop2{
  background-size: cover !important;
  background: url("../images/back_drop_moon.png") 50% no-repeat;
  position: fixed;
  width:100%;
  height:100%;
  /* animation: float 4s;
  animation-iteration-count: infinite; */
  animation: fadeIn 1.1s forwards;
  animation-delay: 1.1s;
  opacity: 0.1;


}

#lense-flare{
  background: url("../images/lense_flare_v3.png") no-repeat;
  position: fixed;
  width:100vw;
  height: 100vh;
  z-index: 1;
  -webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
  opacity: .0;
  object-fit: fill;
  /* animation: fade 5s;
  animation-iteration-count: infinite; */
}

#black-backdrop{
  background-color: rgba(0,0,0,.2);
  width:100vw;
  height: 100vh;
  position: fixed;
  z-index: 3;
    cursor: pointer;
}
#black-backdrop-no-opacity {
  background-color: black;
  width:100vw;
  height: 100vh;
  position: fixed;
  z-index: 4;
  opacity:0;
  /* animation: fadeOut 1.7s;
  animation-iteration-count: forwards; */
}
#news-popup{
  color:white;
  /* border: rgba(60,60,60,.5) 1px solid; */
  transition: 0.3s;
  z-index: 4;
  transform: translateX(-50%);
  position: fixed;
  height:350px;
  /* border-radius: 400px; */
  margin-top: 190px;
  width:350px;
  margin-left:50%;
  margin-right:50%;
  /* background-color: rgba(0,0,0,.5); */
  text-align: center;
  padding:30px;
}

#about-popup{
  display:none;
  transition: 0.3s;
  z-index: 4;
  transform: translateX(-50%);
  position: fixed;
  height:350px;
  border-radius: 20px;
  margin-top: 190px;
  width:600px;
  margin-left:50%;
  margin-right:50%;
  color:white;
  line-height: 37px;
  text-align: center;
  padding:30px;
  letter-spacing: 2px;
  animation: focus .5s;
  animation-iteration-count: forwards;

}

#shop-popup{
  display:none;
  /* transition: 0.3s; */
  z-index: 4;
  transform: translateX(-50%);
  position: fixed;
  border-radius: 20px;
  margin-top: 190px;
  margin-left:50%;
  margin-right:50%;
  color:white;
  line-height: 37px;
  text-align: center;
  padding:30px;
  letter-spacing: 2px;
  transition: .3s;
}

#shirtOneDisplay{
  margin-top: -50px;
  transform: scale(1);
  transition: .3s;
}
#shirtOneDisplay:hover{
    transform: scale(1.3);
}

#tech-popup{
  display:none;
  transition: 0.3s;
  z-index: 4;
  transform: translateX(-50%);
  position: fixed;
  height:350px;
  border-radius: 20px;
  margin-top: 190px;
  width:600px;
  margin-left:50%;
  margin-right:50%;
  color:white;
  line-height: 37px;
  text-align: center;
  padding:30px;
  letter-spacing: 2px;
  animation: focus .5s;
  animation-iteration-count: forwards;

}


#back_drop_video{
  opacity: .2;
  width:100vw;
  height: 100vh;
  position: fixed;
  z-index: 0;
  object-fit: fill;
}



#vignette{
  background: url("../images/vignette_2.png") no-repeat;
  opacity: 0;
  width:100vw;
  height: 100vh;
  z-index: 1;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  position: fixed;
  object-fit: fill;
  animation: fadeIn2 3.0s forwards;
  animation-delay: 1.1s;
}



#social-media-icons{
  width: 320px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-160%);
}

.grid-container-2 {
  display: grid;
  grid-template-columns: auto auto auto;
border: 1px  rgba(50, 50, 50, 0.8) solid;
  /* border-radius:20px; */
}
.grid-container-2:hover{
  /* box-shadow: 0px 0px 30px red; */
}
.grid-item-2 {
    font-family: "Roboto";
  background-color: rgba(0, 0, 0, 0.8);
  border: 1px solid rgba(0, 0, 0, 0.8);
  padding: 60px;
  font-size: 30px;
  text-align: center;
}
.grid-item-2 a:hover{
  cursor: pointer;
}
#grid-item-2-display{
  width: 450px;
  height: 550px;
    transition: 0.3s;
  /* animation: shake 2s;
  animation-iteration-count: 2s; */
}
#grid-item-2-display:hover{
  transform: scale(1.3);
}

#smart-button-container{
  margin-top: 50px;
}

#grid-item-2-nav{
    text-align: left;
    font-size: 20px;
}
.grid-item-2:hover {
  /* background-color: rgba(255, 255, 255, 0.4); */
  border: 1px solid rgba(0, 0, 0, 0.8);
   text-shadow: 0px 0px 5px black;
  padding: 60px;
  font-size: 30px;
  text-align: center;
}

.grid-item-2 a{
  color:white;
  transition: .3s;
}
.grid-item-2 a:hover{
  color:red;
}
#exit-shop{
height: 60px;
position: absolute;
border-radius: 35px;
width: 60px;
background-color: rgba(0, 0, 0, 0.3);
border: 1px solid rgba(100, 100, 100, 0.5);
margin-right: -3px;
margin-top: -31px;
text-align: center;
line-height: 61px;
right:0px;


}
#exit-shop:hover{
background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}

#color-pallete-wrapper ul li{
  display: inline-block;
}

#swipe-left-tech-popup{
    position: absolute;
    cursor:pointer;
    margin-top: 204px;
    height: 60px;
    border-radius: 35px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.3);
    border: 1px solid rgba(100, 100, 100, 0.5);
    text-align: center;
    line-height: 61px;
    margin-left: -95px;
}

#swipe-right-tech-popup{
  position: absolute;
  cursor:pointer;
  right:0px;
  margin-right: -75px;
  margin-top: 204px;
  height: 60px;
  border-radius: 35px;
  width: 60px;
  background-color: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(100, 100, 100, 0.5);
  text-align: center;
  line-height: 61px;
}




@media only screen and (max-width: 600px) {
  #nav-wrapper{
    display: none;
  }
  #back-drop{
    transition: 0.3s;
    background-size: 560px;
  }
  #logo{
    margin-left: 35px;
  }
  .grid-container {
    justify-items: center;
    grid-template-columns: none;
  }

  #about-popup{


    overflow:scroll;
    width:100%;
    padding:20px
    height:400px;
    margin-left:50%;
    margin-right:50%;
    color:white;
    line-height: 37px;
    text-align: center;
    padding:30px;
    letter-spacing: 2px;
    animation: focus .5s;
    animation-iteration-count: forwards;

  }




  }
