@charset "utf-8";
/* CSS Document */

.header {
	background-color: #210101;
}
.background {
	background-image: url(../images/wires5.jpg);
		
}
.mainbox {
	background: rgba(255, 255, 255, 0.7)
}


.nopadding {
   padding: 0 !important;
   margin: 0 !important;

}
.img-center {margin:0 auto;}

.v-center {
  position: relative;
  transform: translateY(50%);
}
.v-centers {
  position: relative;
  transform: translateY(30%);
}

.leadsml {
  padding-top: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .leadsml {
    font-size: 18px;
  }
}


footer {
	background-color: #222;
}

footer li {
	padding: 1em;
	display: inline;
}