/* About */
#about,
#about2,
#about3 {
  padding-top: 0;
  padding-bottom: 0;
  color: #333;
}

@media (max-width: 768px) {
  #about,
  #about2,
  #about3 {
    text-align: center;
  }
}

/* Countdown */

#clock div {
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0 25px;
  text-transform: uppercase;
  letter-spacing: 2px;
  line-height: 60px;
}
#clock span {
  display: block;
  font-size: 72px;
  font-weight: 300;
  padding: 30px 0;
  border-bottom: 1px solid #333;
}

@media (max-width: 768px) {
  #clock div {
    font-size: 14px;
    margin: 0 15px;
  }
  #clock span {
    font-size: 42px;
    padding: 15px 0;
  }
}

@media (max-width: 468px) {
  #clock div {
    font-size: 11px;
    margin: 0 7px;
  }
  #clock span {
    font-size: 32px;
    padding: 5px 0;
  }
}

/* Sponsors */

#sponsor {
  background: #151515;
}

.sponsor img {
  max-width: 132px;
  height: 50px;
  margin: 50px auto;
  display: block;
}

/* Team

#team h2 {
  margin-bottom: 55px;
}
.team {
  background-color: #eee;
  display: block;
  padding: 1.5rem;
  margin-bottom: 40px;
}
.team p {
  margin: 0;
}

.team .list-inline {
  padding-top: 25px;
} */

/* Mission */

#mission {
  width: 100%;
  color: #fff;
  background: #111 url(../img/7.jpg) no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

#mission .fa {
  display: block;
  padding: 30px 0;
}

/* Subscribe form */

.subscribe-form .form-control {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-right: 15px;
}

.help-block li {
  list-style: none;
  color: #990000;
}
.help-block ul {
  padding: 0;
  margin: 0;
}
