html,
body,
ul,
ol {
  margin: 0;
  padding: 0; }

body {
  font-family: "helvetica neue", helvetica, sans-serif;
  color: #363637;
  box-sizing: border-box; }

a,
a:visited {
  text-decoration: none;
  color: #157EFA; }

a:hover {
  text-decoration: underline;
  color: #157EFA; }

header {
  display: grid;
  grid-template-areas: "header-left header-right";
  height: 50px;
  border-top: 5px solid #363637;
  border-bottom: 1px solid #ddd;
  margin-bottom: 50px;
  width: 100%;
  background-color: #fff;
  position: fixed;
  z-index: 2; }

header div {
  max-width: 1200px; }

.logo {
  grid-area: header-left;
  height: 45px; }

nav {
  grid-area: header-right;
  text-align: right;
  padding: 15px 0; }

nav a {
  padding: 0 15px;
  color: #777 !important;
  text-decoration: none;
  font-size: 1rem; }

nav a:hover {
  color: #363637 !important; }

nav a.active {
  color: #363637 !important;
  border-bottom: 2px solid #363637 !important;
  padding-bottom: 5px; }

footer {
  height: 50px;
  background-color: #363637;
  color: #fff;
  padding: 15px;
  display: grid;
  grid-template-areas: "footer-left footer-right";
  align-items: center; }

footer a {
  color: #fff !important;
  padding: 0 5px; }

footer a:hover {
  color: #157EFA !important; }

footer p {
  display: inline; }

.footer-left {
  grid-area: footer-left;
  font-size: 12px; }

.footer-right {
  grid-area: footer-right;
  color: #fff;
  text-align: right; }

.grid {
  display: grid;
  grid-template-columns: 1fr;
  max-width: 1400px;
  margin: 0 auto; }

h1, h2, h3 {
  text-align: center;
  margin: 0; }

h1 {
  font-size: 40px;
  padding-top: 100px; }

h2 {
  margin-bottom: 8px;
  font-size: 30px;
  font-weight: 300; }

h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px; }

p {
  display: block;
  margin: 0 auto 25px;
  max-width: 680px;
  padding: 15px; }

.section-header {
  margin-top: 50px; }

.podcast-first-concepts {
  max-width: 800px;
  margin: 50px auto;
  display: block;
  width: 92%; }

.podcast-final {
  max-width: 940px;
  margin: 50px auto 100px;
  display: block;
  width: 92%; }

.valo-lp {
  max-width: 1200px;
  display: block;
  margin: 0 auto 100px;
  width: 90%; }

.homepage-banner {
  max-width: 800px;
  margin: 50px auto;
  width: 80%; }

.emails-two {
  max-width: 900px;
  margin: 50px auto 100px;
  width: 80%; }

.emails-two {
  max-width: 600px;
  margin: 50px auto 100px;
  width: 80%; }

.spacer {
  padding-bottom: 100px; }

@media (min-width: 768px) {
  .podcast-first-concepts {
    border: 1px solid #ddd;
    width: 100%; }
  .podcast-final {
    border: 1px solid #ddd;
    width: 100%; } }

@media (prefers-color-scheme: dark) {
  body {
    color: #ddd;
    background-color: #222; }
  h1 {
    color: #fff; }
  header {
    background-color: #363637;
    border-bottom: 1px solid #181818; }
  nav a.active {
    border-bottom: #ddd !important;
    color: #ddd !important; }
  nav a:hover {
    color: #C6C6C6 !important;
    text-decoration: none; }
  .st0,
  .st1 {
    fill: #fff !important; } }
