
    
    body {
        
        background-color: black;
        
        
    }
    
    .inline {
        
  display: inline;
  padding: 5px;
    }
    
    .white {
        
        color: white;
        
    }
    
.column {
  float: left;
  
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}


.section {
   
  display: flex;
  justify-content: right;
  align-items: center;
}
    
    .back {
    
      
      width: 100%;
      
      height: 30%;
      
    }


    
    .container {
        
  justify-content: space-between;
  flex-direction: column;
  /**height: 40vh;**/
  display: flex;
        
    }
    
    

 .btn {
     
  justify-content: center;
  display: flex;

margin-top: 5.5vh;
 
     
 }




#column-content {
  display: inline-block;
  
  width: 220px;
}
video {
  vertical-align: middle;
}
span {
    color: white;
  display: inline-block;
  vertical-align: middle;
}

/* for visual purposes */
#column-content {
  /**border: 1px solid #181818;**/
  position: relative;
}



nav#block-stark-main-menu li     {
    
    display: inline;
    


    color: white;
    font-size: 1em;
    font-weight: bold;
    
    }
  
nav#block-stark-main-menu a     {  
    
        color: white;

}    
    
    
ul.links {
    list-style-type: none;
    
}
  
    


ul { list-style-type: none; }

/* Extra small devices (phones, 600px and down) */

@media only screen and (min-width: 480px) { 
        
video{ width: 11em; }
}

@media only screen and (min-width: 600px) { 
    
video{ width: 11em; }
}

@media only screen and (max-width: 480px) { 
    
video{ width: 11em; }
}

@media only screen and (max-width: 600px) { 
    
video{ width: 12em; }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) { 
    
video{ width: 11em; }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) { 
    
video{ width: 22.5em; }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) { 
    
video{ width: 15em; }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) { 
    
video{ width: 210px; }

}
     
 