﻿.countdown {
  font-size: 24px;
  margin: 20px 0;
  /* font-family: "Courier New", Courier, monospace; */
}

.day,
.hours,
.minutes,
.seconds {
  background-color: #fff;
  font-size: 32px;
  color: #2a2a2a;
  display: block;
  height: 60px;
  width: 60px;
  margin: 0 10px;
  border-radius: 12px;
}

.discord-section {
  background-color: #212529;
  color: #d3d3d3;
  padding: 0px 10px;
  font-family: Arial, Helvetica, sans-serif;
  border-radius: 10px;
  max-width: 340px;
}

.email-inp {
  background-color: #272626;
  border: 0ch;
  padding: 10px;
  width: 80%;
  margin-top: 10px;
  color: #fff;
  caret-color: auto;
}

.email-submit {
  background-color: #4b4a4a;
  border: 0ch;
  padding: 10px 20px 10px 20px;
  color: #fff;
  caret-color: transparent;
  transition: 0.3s;
}

.icons a {
  font-size: 25px;
  color: #fff;
  margin-left: 10px;
  margin: 15px 0;
}

video {
  /* width: 100%;
  height: auto; */
  /* border-radius: 10px;
  margin-top: 20px; */
  /* position: relative; */
}

.mainHeader {
  background: url(../images/TwitterHeader.png) no-repeat;
  min-height: 500px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#team .card {
  background-color: transparent;
  text-align: center;
  /* background: linear-gradient(
    to right,
    #bf953f,
    #fcf6ba,
    #b38728,
    #fbf5b7,
    #aa771c
  ); */
}

#team .col-lg-4 {
  margin-top: 20px;
}

#team .card-title {
  letter-spacing: 5px;
  font-size: 25px;
  font-weight: bold;
}

#team .card-text {
  letter-spacing: 3px;
}

/* .release {
  display: flex;
  align-items: center;
  justify-content: space-around;
} */

.release img {
  height: 60px;
}