@keyframes fadeinall {
    0% {
      opacity: 1; }
	  
    97% {
      opacity: 0; }
	  
    98% {
      opacity: 0;
      -webkit-transform: translateY(0);
      transform: translateY(0); }
	  
    100% {
      opacity: 0;
      -webkit-transform: translateY(-100%);
      transform: translateY(-100%);
      z-index: -1; } }
	  
    #fadein {
      opacity: 1;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
      background-color: #FFFFFF;
      z-index: 999;
      -webkit-animation-fill-mode: forwards;
      animation-fill-mode: forwards;
      -webkit-animation: fadeinall 1s normal both;
      animation: fadeinall 1s normal both;
      -webkit-animation-delay: 0.3s;
      animation-delay: 0.3s; }
	  
	#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  z-index:-1;
}



	body{
		margin:0 auto;
	font-family: "Lato", "Helvetica Neue", Arial, Helvetica, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
background-color:black;

	
	}
	
	h1{
		text-align: center;
		color: white;
		font-size:50px
	}

	header {
  margin: auto;

  text-align: center;

	}
#navbar {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  display: flex;
   overflow: hidden;
   align-content:center;
}

li{
	padding:5px;
}


main{
	 min-height: 100vh;
		max-width: 1200px;
	  margin:auto;
	  width:100%;
	 background-color: #141414;
	font-weight: normal;
	list-style: none;
	margin: auto;
	outline: 0;
padding: 0;
z-index: 1;

  border-right-style: double;

  border-left-style: double;
  border-color:#F8BD8B;
 }

	 



.store{
	 display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  border: 7px double #C9BCB1;
  
}

    footer{
	margin: auto;
	width: 50%;
	text-align: center;
	max-width:700px;
   }
   
   p{
	padding:20px;
	color:#C9BCB1;
   }
   
 
  
footer {
	font-size:13px;

}
#logo{
	height:auto;
	width:50%;
	padding:20px;
}
nav{
	align:center;
	  align-content:center;
}
a:link {
  color: #F8BD8B;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #C9BCB1;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: white;
  background-color: transparent;
  text-decoration: underline;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: underline;
}

#language{
	  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  text-decoration: none;
  background-color: #333333;
  display: flex;
   overflow: hidden;
   align-content:center;
}