body{
    background-color:black;
    font-family: 'Amatic SC', cursive;
    color:white;
  
}

/*#flexbox{


display: -webkit-flex;
  
 
  display: -moz-flex;
 
  
  display: flex;
  
/*
  width:800px;*/

  /*  -webkit-flex-wrap:wrap;
    flex-wrap: wrap;

    justify-content:center;



}*/

/*#flexbox div{
    padding:10px;
*/


#night{
    z-index: 3 !important;
    width:100%;
    position:fixed;
    top:-45px;
    padding:5px 25px 0px    25px;
    background-color:black;
    
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
   
    color:white;
    font-size:50px;
    text-align:center;

}
h4{
    display: block;
    font-size: 50px;
    margin:10px 0;
    font-family: 'Amatic SC', cursive;
    color:white;
    text-rendering: optimizelegibility;
    -webkit-margin-before: 1.33em;
-webkit-margin-after: 1.33em;
-webkit-margin-start: 0px;
-webkit-margin-end: 0px;
}

.hidden{
    display: none;
    width:300px;
    padding-top:200px;
}

.textItem{
    position: absolute;
    top: 120px;
    width:400px;
    padding-left: 60px;
    font-size:50px;
    color: white;
}

.textItem p{
    display:none;

}

/*.popout {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 50px 0 0 0;
    -moz-transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}*/

/*
img{
    width:500px;
    display:inline;
    padding-bottom:10px;
    

}

#paper_planes{
    height:495px;
    width:500px;
    background-color:black;
    font-family: 'Amatic SC', cursive;
    color:white;
    font-size:80px;
    text-align:center;
    
    
}

#burn_paper{
    height:495px;
    width:500px;
    background-color:black;
    font-family: 'Amatic SC', cursive;
    color:white;
    font-size:80px;
    text-align:center;
    

}*/

#video{
position: absolute;
width: 100%;
height:100%;
background: -webkit-gradient(linear, left top, left bottom, from(#333366), to(#000));
background: -moz-linear-gradient(top, #333366, #000);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#333366', endColorstr='#000');
}
    
}











