@font-face {
  font-family: "Colfax Regular";
  font-style: normal;
  font-weight: normal;
  src: local("Colfax Regular"), url("Colfax-Regular.woff") format("woff");
}

@font-face {
  font-family: "Colfax Bold";
  font-style: normal;
  font-weight: normal;
  src: local("Colfax Bold"), url("Colfax-Bold.woff") format("woff");
}

a {
  text-decoration: none !important;
  color: inherit;
}

body {
  font-family: "Colfax Regular";
  font-weight: normal;
  line-height: 25px;
}

.landing-img {
  text-align: center;
  position: fixed;
  padding-top: 10px;
  left: 0;
  right: 0;
  z-index: 3;
}

.landing {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.video-container {
  margin-top: 60px;
}

.landing-main {
  font-family: "Colfax Bold";
  text-align: center;
  position: absolute;
  margin: auto;
  padding-bottom: 90px;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.footer-sub-text {
  color: rgba(142, 142, 142, 1);
}

.landing-footer {
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
}

.footer-text {
  font-size: 15px;
  font-family: "Colfax Regular";
  font-size: 15px;
  margin-top: -10px;
}

.app-logo {
  margin-top: 6px;
}

.text-logo {
  padding-bottom: 50px;
}

.spec-button {
  border-radius: 10px;
  outline: none;
  border: none;
  color: #ffffff;
  background-color: #3776ff;
  padding: 15px;
  margin: 5px;
}

.cutsheets {
  margin-top: -10px;
}

.spec-button:hover {
  filter: brightness(80%);
}
