

.hero {
background: url('../images/ampglobal_bg.jpg') no-repeat center center;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
display: table;
width: 100%;
}

.hero .container1 {
display: table-cell;
text-align: center;
vertical-align: middle;
height: 635px
}


.boxed {
 background-color:  rgba(0,0,0,.4); 
 width:50%;
 margin-left:auto;
 margin-right:auto;
 padding: 15px; 
} 

.item {
  /* Padding is used for smaller screens */
 padding: 0 15px 0 15px;
 text-align: center;
}

.highlight { background-color:#666;
 }

.wt {
        color: white;
}
