@charset "UTF-8";
/*!
* Start Bootstrap - Agency v6.0.3 (https://startbootstrap.com/theme/agency)
* Copyright 2013-2020 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-agency/blob/master/LICENSE)
*/

:root {
  --deep-black: #040405;
  --brand-color: #17BE6A;
}

body {
  font-family: "proxima-nova";
  background-color: #F5F4EE;
  color: var(--deep-black);
}

p {
  line-height: 1.75;

  a {
    color: var(--brand-color);
    text-decoration: underline;
    &:hover {
      color: var(--brand-color);
      text-decoration: none;
    }
  }
}

pre code {
  color: var(--brand-color);
  word-wrap: break-word;
}

a {
  color: #333;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h1, .h1 {
  font-size: 2.5rem;
}

h2, .h2 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.75rem;
}

h4, .h4 {
  font-size: 1.5rem;
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

.btn-primary {
  padding: 16px 32px;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 50px;

  &,
  &:hover {
    background-color: var(--brand-color);
    border-color: var(--brand-color);
  }

  &:hover {
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  }
}

body:not(:has(header)) {
  .page-section {
    min-height: calc(100dvh - 150px);
  }
}

.page-section {
  padding: 6rem 0;
  min-height: calc(100dvh - 585px);

  .group-button {
    border: 1px solid var(--deep-black);
    border-radius: 8px;
    padding: 2rem;

    h4 {
      color: var(--deep-black);
    }
  }
}

.page-section h2.section-heading {
  font-size: 1.85rem;
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .page-section h2.section-heading {
    font-size: 2.25rem;
  }
}

.page-section img.section-image {
  margin-bottom: 2rem;
}

#main-nav {
  background-color: #040405;
}
#main-nav .navbar-toggler {
  padding: 0.75rem;
  font-size: 0.75rem;
  color: #fff;
  text-transform: uppercase;
  background-color: var(--brand-color);
  border: 0;
}
#main-nav .navbar-brand {
  color: var(--brand-color);
  font-weight: 700;
  letter-spacing: 0.0625em;
  text-transform: uppercase;
}
#main-nav .navbar-brand img {
  height: 1.5rem;
}
#main-nav .navbar-nav .nav-item .nav-link {
  font-size: 0.95rem;
  color: #fff;
  letter-spacing: 0.0625em;
}
#main-nav .navbar-nav .nav-item .nav-link.active, #main-nav .navbar-nav .nav-item .nav-link:hover {
  color: var(--brand-color);
}

@media (min-width: 992px) {
  #main-nav {
    border: none;
    transition: padding-top 0.3s ease-in-out, padding-bottom 0.3s ease-in-out;
  }
  #main-nav .navbar-brand {
    font-size: 1.5em;
    transition: font-size 0.3s ease-in-out;
  }
  #main-nav .navbar-brand img {
    height: 2rem;
    transition: height 0.3s ease-in-out;
  }
  #main-nav.navbar-shrink {
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #212529;
  }
  #main-nav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
  }
  #main-nav.navbar-shrink .navbar-brand svg, #main-nav.navbar-shrink .navbar-brand img {
    height: 1.5rem;
  }
  #main-nav .navbar-nav .nav-item {
    margin-right: 1rem;
  }
  #main-nav .navbar-nav .nav-item:last-child {
    margin-right: 0;
  }
}

header {
  padding-top: 10.5rem;
  padding-bottom: 6rem;
  text-align: center;
  color: #fff;
  background-image: url("../img/header-bg.jpg");
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  position: relative;

  &:after {
    content: "";
    position: absolute;
    background: radial-gradient(ellipse at center, rgba(0,0,0,0) 0%,rgba(3,3,4,0.8) 95%,rgba(4,4,5,0.65) 100%);
    top: 0;
    left: 0;
    width: 100dvw;
    height: 100%;
    z-index: 1;
    opacity: 1;
  }

}
header .heading {
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 3.25rem;
  margin-bottom: 2rem;
  z-index: 2;
  position: relative;
}

@media (min-width: 768px) {
  header {
    padding-top: 12rem;
    padding-bottom: 7.5rem;
  }

  header .heading {
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 4.5rem;
    margin-bottom: 0.5rem;
  }
}

.footer {
  text-align: center;
  font-size: 0.9rem;
  background: var(--deep-black);
  color: white;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.footer svg {
  max-width: 175px;
}

.footer svg path {
  fill: white;
}

.webhooks .body-attributes {
  border-collapse: collapse;
}

.webhooks .body-attributes tr {
  border-bottom: 1px solid #e5e5e5;
}

.webhooks .body-attributes td {
  vertical-align: top;
  padding: 5px 10px;
}

.webhooks .body-attributes td:first-child {
  width: 200px;
  text-align: right;
}

.webhooks .object-types {
  border-collapse: collapse;
  width: 100%;
}

.webhooks .object-types tr {
  border-bottom: 1px solid #e5e5e5;
}

.webhooks .object-types td {
  vertical-align: top;
  padding: 10px 5px 10px 0px;
}

.webhooks .object-types td:first-child {
  vertical-align: top;
  padding-right: 10px;
}

.webhooks .event-types {
  border-collapse: collapse;
  width: 100%;
}

.webhooks .event-types tr {
  border-bottom: 1px solid #e5e5e5;
}

.webhooks .event-types td {
  vertical-align: top;
  padding: 10px 5px 10px 0px;
}

.webhooks .event-types td:first-child {
  vertical-align: top;
  padding-right: 10px;
}

.webhooks a {
  text-decoration: underline;
}

code {
  color: var(--brand-color);
}
