body, html {
  height: 100%;
  margin: 0;
  font: 400 15px/1.8 Helvetica Neue, sans-serif;
  color: #777;
  font-weight: lighter;
}

.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  opacity: 1;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  height: 100%;
}
.bgimg-1 video {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    z-index: 0;
}

.bgimg-2 {
  background-image: url("tashkent.PNG");
  min-height: 500px;
}

.bgimg-3 {
  background-image: url("vietnam.png");
  min-height: 500px;
}

.caption {
  position: absolute;
  left: 0;
  top: 5%;
  width: 100%;
  text-align: center;
  color: #000;
}


.caption span.border {
  background-opacity: 0;
  color: #111;
  padding: 18px;
  font-size: 30px;
  letter-spacing: 10px;
  opacity: 0.50
}

.email {
    letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  letter-spacing: 2px;
}

h3 {
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #111;
  font-weight: lighter;
  letter-spacing: 10px;
}
h4 {
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #fff;
  font-weight: lighter;
  letter-spacing: 10px;
}

/* Turn off parallax scrolling for tablets and phones */
@media only screen and (max-device-width: 1024px) {
  .bgimg-1, .bgimg-2, .bgimg-3 {
    background-attachment: scroll;
  }
}
table{
  width: 90%;
  align-self: center;
}
#kit {
  width: 90%;
}

td {
  width: 30%;
  text-align: center;
  letter-spacing: 3px;
}

p {
  text-align: center;
  letter-spacing: 3px;
}

.details {
  width: 45%;
  text-align: center;
}