body{
	background-color: black;
}


.container{
	display:grid;
	margin-top: 80px;
	background-color: black;
	border:solid #f39b23 2px;
	width: 100%;

}

div.background {
	 border: 2px solid black;
  
  
  }
  div.transbox {
  	margin: 10px;
  	margin-right: 16px;
  background-color:#f39b23;
  border: 1px solid black;
  opacity: 0.7;
  height: 600px;
  filter: alpha(opacity=60); /* For IE8 and earlier */

  }

  div.transbox section{
  margin: 5%;
  font-weight: bold;
  color: #000000;
  text-align: justify;
  font-size: 12pt;
  height: auto;

}
 

  .background .col-md-4{
  	height:auto;
  	margin-bottom: 10px;
  	border:solid #f39b23 1px
  	
  
  }
  h3{
  	text-align: center;
  }

  .page-footer{
  	background-color: #f39b23;
  	

  }

  .footer-copyright{
  	background-color: black;
  	color: #f39b23;
  	height: 40px;
  }
  .footer-copyright a{
  	color: #f39b23;
  }
  
@media only screen and (max-width: 600px) {
  div.col-md-4 {
    font-size: 10px;
  }
}