/* Unique styles for main.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: #e8e8e8;
  --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);
} */

.color_white {
  color: white;
}

.almost_invisible {
  opacity: 0.1;
}

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;
  transition: 0.25s;
  margin-bottom: 8px;
  line-height: 1.4;
}

.blurred {
  filter: blur(3px);
}

.invisible {
  opacity: 0;
}

.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: 48px;
}

.nav_bar {
  /* background-color: var(--color-almost-black); */
  font-size: 12px;
  position: sticky;
  top: 0;
  z-index: 999;
  height: var(--nav_bar_height);
}

.mobile .nav_bar {
  position: relative;
}

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;
}

.video-container-nmr {
  padding: 56.25% 0 0 0;
  position: relative;
  background-color: #a45187;
}

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-anti-secondary);
  text-decoration: none;
  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-anti-primary);
  transition-property: color;
  transition-duration: 0.2s;
}

.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;
}

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

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

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

.hero_container h1 {
  font-size: 110px;
  font-weight: 900;
  font-family: futura-pt-bold;
  /* text-transform: uppercase; */
}

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

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

.hero_main_text {
  font-family: futura, futura-pt-bold;
}

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

.hero_subtitle_text {
  letter-spacing: 0.020em;
}

.mobile .hero_subtitle_text {
  font-size: 26px !important;
  letter-spacing: initial !important;
}

.top_background {
  background: url(/img/main/bg.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 */
}

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

#mobile_menu a {
  display: block;
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
}

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;
}

.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;
}

.banner {
  background-color: white;
  display: none;
}

.banner a {
  text-decoration: none;
}

.banner h2 {
  font-weight: 500;
}

.banner_video_icon {
  width: 100%;
}

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

/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/

.hljs {
    display: block;
    overflow-x: auto;
    padding: 0.5em;
    color: #abb2bf;
    background: #000000;
  }

  .hljs-comment,
  .hljs-quote {
    color: #5c6370;
    font-style: italic;
  }

  .hljs-doctag,
  .hljs-keyword,
  .hljs-formula {
    color: #c678dd;
  }

  .hljs-section,
  .hljs-name,
  .hljs-selector-tag,
  .hljs-deletion,
  .hljs-subst {
    color: #e06c75;
  }

  .hljs-literal {
    color: #56b6c2;
  }

  .hljs-string,
  .hljs-regexp,
  .hljs-addition,
  .hljs-attribute,
  .hljs-meta-string {
    color: #98c379;
  }

  .hljs-built_in,
  .hljs-class .hljs-title {
    color: #e6c07b;
  }

  .hljs-attr,
  .hljs-variable,
  .hljs-template-variable,
  .hljs-type,
  .hljs-selector-class,
  .hljs-selector-attr,
  .hljs-selector-pseudo,
  .hljs-number {
    color: #d19a66;
  }

  .hljs-symbol,
  .hljs-bullet,
  .hljs-link,
  .hljs-meta,
  .hljs-selector-id,
  .hljs-title {
    color: #61aeee;
  }

  .hljs-emphasis {
    font-style: italic;
  }

  .hljs-strong {
    font-weight: bold;
  }

  .hljs-link {
    text-decoration: underline;
  }