body {
  background-color:#fff;
}

/*.banner{
  background: url(
    /docs/web/st/pentest/5025607-hacker-background-wallpaper.jpg?height=400 );
}*/
/*div .bammer {
  overflow: hidden;
  position:relative;

  
}*/

.banner video{
    background: #010400;
    background-size: cover;
    left: 0;
    opacity: 0.7;
    position: absolute;
    top: 0;
    transition: 1s opacity;
    width:100%;
	z-index:-1;
}

.bannertext{
  background-color: #0d3422;
  border-radius: 5px;
  margin: 15px;
  opacity: 0.9;
  padding: 10px;   
}

h1{
  font-size: 39px !important;
  line-height: 1 !important;
  margin-bottom: 14px; 
  text-shadow: 2px 2px 5px #000;
  text-align:center;
}

.bannertext p{
  color:#fff;
  text-align: justify;
  text-shadow: 2px 2px 5px #000;
}

li {
  list-style-type: circle; 
}

.container:before, .container:after {
  clear:both;
}
@media print {
  .bannertext{
     margin:0;
    color:#fff !important;
     background-color: #0d3422 !important;
  }
    .bannertext a{
    color:#fff !important;
  }
  .bannertext p{
    color:#fff !important;
  }
  h1{
    color:#fff !important;
  }

}
h2, h3 {
  margin-bottom: 14px; 
}
.banner a {
  color: white;
}