@import url("https://use.typekit.net/jmk3xov.css");

canvas {
  position: fixed;
  top: 0;
  left: 0;
}


:root {
  --dark-bg: rgba(15, 15, 15, 0.95);
  --spacing: 350px;

  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
}


main {
  width: 100vw;
  color: white;
  z-index: 99;
  position: absolute;
  width: 100%;
  margin: 0px auto;
  padding: 120px 0px;
  
  display: grid;
  grid-template-columns: repeat(12, 1fr);
}

h1, h2, h3, blockquote {
  font-family: elevon, sans-serif;
  font-weight: 700;
  font-style: normal;
}

canvas {
  position: fixed;
  top: 0;
  left: 0;
}

  header {
    background: var(--dark-bg);
    grid-column: 2 / span 5;
    font-size: 2.5rem;
    padding: 2rem;
    margin-bottom: var(--spacing);
  }

  section {
    grid-column: 2 / 8;
    padding: 1rem;
    background: var(--dark-bg);
    font-size: 1.25rem;
    line-height: 1.5;
    margin-bottom: var(--spacing);
  }

  blockquote {
    margin: 0;
    padding: 0;
    grid-column: 2 / span 9;
    margin-bottom: var(--spacing);
  }

  blockquote p {
    color: black;
    background-color: white;
    font-size: 4rem;
    display: inline;
    line-height: 1;
  }

  .left {
    grid-column: 6 / 12;
  }

  .horizontal {
    height: 2px;
    background-color: transparent;
    background-image: linear-gradient(90deg,transparent, #1de9b6,transparent);
    margin: 1rem 0;
    border: 0;
    opacity: .8;
  }

  @font-face {
    font-family: 'Good Times';
    src: url('/assets/fonts/goodTimesRg.otf');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
/* The Modal (background) */
.modal-2 {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content-2 {
/*  background-color: #323232 !important; */
  background-image: linear-gradient(-45deg, #474747, #787878, #717171, #313131);
  margin: 25% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #1de9b6 !important;
  width: 80% !important; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.card-info {
  margin-bottom: 30px;
  box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
  border: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
/*  background-color: #323232e8;*/
  background-image: linear-gradient(90deg, #343434c7, #4d4d4dc7, #5b5b5bc7, #4d4d4dc7, #343434c7);
  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 0.375rem;
}

.card-team {
  margin-bottom: 30px;
  box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
  border: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
/*  background-color: #323232e8;*/
  border: 1px solid #1de9b6 !important;
  background-image: linear-gradient(-45deg, #474747, #787878, #717171, #313131);

  background-clip: border-box;
  border: 1px solid rgba(0,0,0,.05);
  border-radius: 0.375rem;
}

.card-team-header {
  padding: 1.25rem 1.5rem;
  margin-bottom: 0;
  background-color: #323232e8;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
card-team-header:first-child {
  border-radius: calc(0.375rem - 1px) calc(0.375rem - 1px) 0 0;
}
.card-team-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.5rem;
}

.card-profile-image {
  position: relative;
}

.portfolio-link:hover {
  color:#1fe7b5 !important;
}

.grecaptcha-badge { 
  visibility: hidden;
}
