body{
    background-color:black;
    width:99.9vw;
    margin:0;
    font-family:Helvetica, Arial;
}


#headb{
    background-image:url('vg.jpg');
    padding:4vw;
    background-attachment:fixed;
}

.iframeyt{
    width:100%;
    height:auto;
    text-align:center;
    
}

.iframeyt iframe{
    width:80vw;
    
    height:50vw;
    text-align:center;
    
}


#order{
    margin:0;
    z-index:1;
    background-color:green;
    color:white;
    position:fixed;
    top:0;
    font-size:2vh;
    text-align:center;
    height:5vh;
    width:99vw;
    visibility: visible;
    display:inline-block;
}

img {
    display:inline-block;
  text-align:center;
    width:40vw;
  transition: 1s;
}



#menu img{
    width:8vw;
    transition:0.5s;
}
#menu img:hover{
    width:7vw;
    height:auto;
}

h1{
    text-align:center;
    color:white;
    font-size:4vw;
}

.content.hidden {
    visibility:hidden;
}
.content:hover .hidden{
visibility:visible;
}


#hide {
    display:none;
}

strong{
    
    color:red;
}


.content{
    margin-left:0;
    font-family:Franklin Gothic;
}


.mid{
    width:100vw;
    height:100vh;
    margin-top:0;
    background-image:url('slide.gif');
    background-size:cover;
    background-attachment:fixed;
}

@media only screen and (max-device-width: 1366px) {
  .mid {
    background-attachment: scroll;
  }
}


#over{
    text-align:center;
    z-index:2;
    position:fixed;
}

a {
    color:white;
}

#bottommenu{
    z-index:1;
    width:100vw;
    height:10vw;
    background-color:#20CECE ;
    background-color:rgba(10, 169, 255, 0.5);
    border-radius:2vw;
    bottom:-1;
    right:0;
    text-align:center;
    position:relative;
    font-size:3vw;
}

#menu{
    z-index:1;
    width:10vw;
    background-color:#20CECE;
    background-color:rgba(10, 169, 255, 0.5);;
    border-radius:5vw;
    margin-left:-1vw;
    text-align:center;
    position:fixed;
    font-size:1vw;
}
.icons{
    border-radius:25vw;
    width:8vw;
}





body{
background-color:black;
margin:0 auto;
text-align:center;
font-family:georgia;
}

a{
color:white;
}

.million{
overflow:hidden;
margin-right:1vw;
margin-top:1vw;
padding:0;

width:33vw;
height:33vw;
border-radius:25vw;
display:inline-block;
vertical-align:top;
color:white;
transition: width height 0.5s ease;
}

.million:hover{
width:50vw;
height:50vw;
}

.content1{
padding-top:40%;
text-align:center;
}

.content1 iframe{
width:100%;
}


#i1{
background-size:cover;
}
#i1 div.content{
padding-top:15%;
}

#i21{
background-size:cover;
}