@font-face {
  font-family: "TNgineers";
  src: url("TNgineers.ttf");
}
* {
  box-sizing: border-box;
}
html, body {
  font-family: 'TNgineers', sans-serif;
  color: #e9e6e2;
  background: #121d35;
  word-spacing: 4px;
}
main {
  background: #121d35;
  max-width: 600px;
  width: 100%;
  padding: 10px 20px 30px 20px;
  margin: 40px auto;
  text-align: center;
  position: relative;
}
main video {
  width: 100%;
}
main.expand {
  max-width: 600px;
}
main .home {
  position: absolute;
  top: 30px;
  left: 20px;
}
main .pk {
  position: absolute;
  top: 30px;
  right: 20px;
}
h1, h2, h3 {
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  font-weight: normal;
  height: 20px;
}
h1 {
  margin-bottom: -10px;
}
h2 {
  margin-top: 30px;
}
img.preview {
  display: block;
  margin: auto;
  width: calc(100% - 40px);
  margin-bottom: 40px;
}
img.logo {
  margin: 0 auto 10px auto;
  width: 120px;
  padding: 10px;
  display: block;
}
.icon {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 8px 5px 10px 5px;
}
.icon img {
  width: 80px;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0.9);
  transition: all 0.3s ease;
}
.icon:hover img {
  transform: scale(1);
}
p {
  color: #72a2b5;
  line-height: 30px;
  margin: 0 0 10px 0;
}
ul {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}
li {
  padding: 5px 0;
  line-height: 15px;
}
a {
  color: #e6aa5a;
  text-decoration: none;
  display: inline-block;
  transition: color 0.3s ease;
  cursor: pointer;
}
.app1 a, .app5 a, .app6 a {
  color: #14a9ff;
}
.app3 a, .app8 a {
  color: #149a86;
}
.app4 a, .app9 a {
  color: #be61c6;
}
.gold {
  color: #e6aa5a;
}
a:hover {
  color: #fff
}
.white {
  color: #e9e6e2;
}
table {
  width: 100%;
  vertical-align: middle;
  position: relative;
  z-index: 1;
}
.links a {
  margin: 0 6px 0 2px;
  line-height: 40px;
  display: inline-block;
  height: 30px;
}
.bg {
  background-size: cover;
  background-position: center;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  filter: blur(5px);
}
.bg::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #121d35;
  opacity: 0.5;
}
.bg1, .bg5, .bg6, .bg12 {
  background-image: url('../img/tn-bg.png');
}
.bg2, .bg7 {
  background-image: url('../img/apico-bg.png');
}
.bg3, .bg8 {
  background-image: url('../img/ftbs-bg.png');
}
.bg4, .bg9 {
  background-image: url('../img/rb-bg.png');
}
.bg10, .bg11 {
  background-image: url('../img/mudborne-bg.png');
}

.linktree {
  margin-top: 10px;
}
.linktree a {
  width: 100%;
  display: block;
  height: 70px;
  margin-bottom: 20px;
}
.linktree .link {
  width: 100%;
  height: 70px;
  background: #182642;
}
.linktree .link img {
  width: 50px;
  height: 50px;
  float: left;
  margin: 10px;
}
.linktree .link h2 {
  float: left;
  text-align: center;
  width: calc(100% - 140px);
}
.app12 main {
  background: none;
  width: 100%;
}

.tabs {
  margin-bottom: 20px;
}
.button {
  cursor: pointer;
  background: #182642;
  line-height: 10px;
  text-align: center;
  padding: 20px 10px 0 10px;
  border: 4px solid #182642;
  display: block;
  width: 240px;
  margin: auto;
}
.button:hover {
  background: #26364f;
  border-color: #26364f;
}
.info {
  display: inline-block;
  width: 200px;
  padding-right: 5px;
  color: #477a8f;
}
@media only screen and (max-width: 400px) {
  main {
    margin: auto;   
  }
}