/* Unique styles for signals.css */
html {
  --color-primary: #25282b;
  --color-secondary: #7b7d80;
  --color-tertiary: #888;
  --color-anti-primary: #fff;
  --color-anti-secondary: #dbdbdb;
  --color-dark-grey: #181819;
  --color-almost-black: #030303;
  --color-almost-white: #f4f7f8;
  --color-happy-green: #00b35f;
  --color-happy-red: #dd3b3b;
  --color-happy-blue: #2196f3;
  --color-background: #fbfbfb;
  --color-subtle: #cecece;
  --color-signals: #00bcd0;
  --color-signals-secondary: #f1fdff;
  --nav_bar_height: 78px;
  --color-dark-background: #030303;

  --ui-font: -apple-system, BlinkMacSystemFont, Segoe UI, roboto, sans-serif;
  --number-font: "roboto mono", sans-serif;
  --brand-font: erbaum, roboto, sans-serif;
  --fancy-font: 'EB Garamond', 'Source Serif Pro', serif;
  --heading_font: neue-haas-grotesk-display, Aeonik, helvetica neue, helvetica, arial, roboto, serif;
  --radius: 4px;
  font-size: 15px;
  background-color: black;
}

body {
  background-color: var(--color-background);
  color: var(--color-primary);
  font-size: 15px;
  height: 100%;
}

/* a {
  color: var(--color-primary);
  cursor: pointer;
}

a:hover {
  color: var(--color-primary);
} */

h1,
h2,
h3,
h4 {
  font-family: var(--heading_font);
  line-height: 1.2;
  font-weight: bold;
}

h1 {
  font-size: 86px;
  font-weight: 500;
}

.mobile h1 {
  font-size: 38px;
}

h2 {
  font-size: 42px;
  font-weight: 600;
  /* color: var(--color-primary); */
}

.mobile h2 {
  font-size: 32px;
}

.big_performance_number {
  font-weight: 600;
  font-family: futura, futura-pt-bold, roboto, clean_font, helvetica neue, roboto;
  font-size: 3.2em;
  line-height: 1.1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mobile .big_performance_number {
  font-size: 2.3rem;
}

@font-face {
  font-family: 'clean_font';
  src: url('/font/HelveticaNeueBold.woff') format('woff');
}

.big_performance_label {
  font-weight: normal;
  font-family: clean_font;
  line-height: 1.1;
  font-size: 1.2em;
}

.full_height {
  height: 100%;
}

.nav_logo {
  height: 44px;
}

.nav_bar {
  background-color: white;
  font-size: 12px;
  position: sticky;
  top: 0;
  z-index: 999;
  height: var(--nav_bar_height);
  box-shadow: 0px 0px 5px 0px #0003;
}

.mobile .nav_bar {
  position: relative;
}

.nav-links,
.login-btns {
  white-space: nowrap;
}

table td {
  /* padding: 8px 0; */
  vertical-align: top;
  max-width: 280px;
}

.nmr_paper {
  /* -webkit-box-shadow: 19px 14px 72px -19px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 19px 14px 72px -19px rgba(0, 0, 0, 0.75); */
  box-shadow: 12px 8px 42px -19px rgba(0, 0, 0, 0.75);
  /* border-radius: 4px; */
  overflow: clip;
  padding: 0px;
  border: 3px solid #bababa;
}

.shadow {
  box-shadow: 12px 8px 42px -19px rgba(0, 0, 0, 0.75);
}

/* TODO: Make these table rules class specific */
table.dark_table {
  background-color: #0f0f0f;
  color: white;
  /* border-radius: 8px; */
  /* border: 5px solid #bababa; */
  border-spacing: 0;
  width: 100%;
  border-collapse: unset;
}

.dark_table th {
  font-family: europa;
  /* font-size: 8px; */
}

.dark_table td {
  font-family: source-sans-pro, sans-serif, sans;
  font-weight: 200;
  font-style: normal;
  /* font-size: 9px; */
}

.dark_table th,
.dark_table td {
  border-right: 2px solid #0f0f0f;
  padding: 12px 2px;
  text-align: left;
  /* padding-right: 0px; */
  padding: 13px 15px;
}

tr.fading {
  opacity: 0.5;
}

.data_table {
  width: 800px;
}

.caption {
  /* max-width: 800px; */
  margin-top: 8px;
  font-size: 1.2em;
}

.mobile .caption {
  font-size: 0.95em;
}

p {
  color: var(--color-secondary);
  /* font-size: 1rem; */
  font-family: roboto, sans-serif;
}

p.big_text {
  font-size: 1.6rem;
}

.mobile p.big_text {
  font-size: 1.2rem;
}

strong {
  font-weight: 700;
  /* color: var(--color-primary); */
}

.footer_box {
  /* background-color: #101011;
  color: var(--color-anti-secondary); */
}

.footer_logo {
  width: 100px;
}

.social_icon {
  width: 42px;
}

header {
  justify-content: space-around;
  /* font-size: 16px; */
}

.header-stats {}

.positive_return {
  /* color: var(--color-happy-green); */
}

.positive_return::before {
  content: '▲ ';
  font-size: 0.6em;
  margin-right: 4px;
  /* margin-bottom: 40px;
  display: inline-block; */
}

.nav_link {
  font-family: var(--ui-font);
  color: var(--color-secondary);
  text-decoration: none;
  margin: 0 0 0 2em;
  text-decoration: none;
  cursor: pointer;
  font-family: var(--ui-font);
  font-weight: 600;
  transition-property: color;
  transition-duration: 0.2s;
  padding: 1em 1em;
  line-height: 1;
  text-transform: uppercase;
}

.nav_link:hover {
  color: var(--color-primary);
  transition-property: color;
  transition-duration: 0.2s;
}

header .login-signup a:first-child .action_button {
  background-color: white !important;
  border: 1px solid black !important;
  color: black !important;
}

header .login-signup a:last-child .action_button {
  background-color: black !important;
  color: white !important;
  border: none !important;
}

.dark_box .action_button {
  background-color: var(--color-anti-primary);
  color: var(--color-primary);
}

.dark_box .action_button_secondary {
  background-color: #0003;
  border: 1px solid var(--color-anti-primary);
  color: var(--color-anti-primary);
}

.action_button {
  text-decoration: none;
  background-color: var(--color-primary);
  padding: 12px 28px;
  color: var(--color-anti-primary);
  font-family: var(--ui-font);
  font-weight: 600;
  transition: 0.2s;
  outline: none;
  border: none;
  transition: all 0.2s;
  text-transform: uppercase;
  /* font-size: 16px; */
}

.action_button:hover {
  cursor: pointer;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.33);
  translate: -1px -2px;
}

.action_button:active {
  translate: 0px 0px;
  box-shadow: unset;
}

.fact_table td:first-of-type {
  /* font-weight: bold; */
}

.hero_container {
  min-height: calc(100dvh - 248px - 120px) !important;
  color: var(--color-anti-primary);
  background: unset;
}

.mobile .hero_container {
  min-height: unset;
}

.hero_container h1 {
  font-size: 80;
  font-weight: 900;
  font-family: futura-pt-bold;
  text-shadow: 0 0 10px #0002;
  /* text-transform: uppercase; */
}

.hero_container h2 {
  text-shadow: 0 0 10px #0002;
}

.mobile .hero_container h1 {
  font-size: 46px;
  text-align: left;
}

.mobile .hero_container h2 {
  font-size: 23px;
  text-align: left;
}

.hero_intro_text {
  /* font-size: 2rem;
  font-weight: normal; */
}

.hero_main_text {
  font-family: futura;
}

.mobile .hero_text_container {
  margin: 18px 0 !important;
}

.top_background {
  background: url(/img/signals/bg4.jpg);
  background-size: cover;
  max-height: calc(100vh - var(--nav_bar_height));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* min-height: 700px; */
  background-position: center;
}

.mobile .top_background {
  min-height: unset;
  height: unset;
  background-position: right;
  /* Specific to the current image */
}

#video_dialog {
  width: 80vw;
  border: 0;
  box-shadow: 0 0 12px #0003;
  padding: 0;
}

#mobile_menu {
  background-color: var(--color-anti-primary);
}

#mobile_menu a {
  display: block;
  width: 100%;
  text-align: center;
  border-top: 1px solid var(--color-primary);
  color: var(--color-primary);
}

a.block_link {
  display: block;
  color: unset;
  text-decoration: unset;
}

.block_link:hover .underline_on_hover {
  text-decoration: underline;
}

.contact_form input {
  font-size: 1em;
  padding: 12px;
}

.python::-webkit-scrollbar {
  display: none;
}

input[type="email"] {
  border-radius: 0;
  border: 1px solid gray;
}

.hero_stats_row {
  background-color: #00000024;
  color: white;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  transition: 0.5s;
  position: relative;
  bottom: 0;
  margin-top: auto;
}

.hero_stat_container {
  text-align: center;
}

.text_highlight {
  background-color: hotpink;
  padding: 0.1em 0.2em;
}

.negative_performance::before {
  content: '▼ ';
  font-size: 0.7em;
  padding-bottom: 8px;
  vertical-align: middle;
}

.positive_performance::before {
  content: '▲ ';
  font-size: 0.7em;
  padding-bottom: 8px;
  vertical-align: middle;
}

.cursor_pointer {
  cursor: pointer;
}

@media screen and (max-width: 720px) {
  #hero_big_text {
    font-size: 80px;
  }
}