
*,
*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  min-height: 100vh;
}


body {
  font-family: system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
  color: #fff;
  background: linear-gradient(0deg, #005788, #022d5c, #407D02, #070f00, #005788); 
  background-size: 1000% 1000%; 
  /* https://www.gradient-animator.com */
  animation: glowshift 60s ease infinite;
}

@keyframes glowshift { 
    0%{background-position:50% 0%}
    50%{background-position:50% 100%}
    100%{background-position:50% 0%}
}


.wrapper {
    display: flex;
    width: 100%;
    padding: 24px 36px;
    margin: 0px auto;
    justify-content: center;
    align-items: flex-start;
}

.column-L, .column-R {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    padding-top: 17.5px;    
}


.column-C {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 75px;
    flex: 1 0 0;
    align-self: stretch;  
}

.vlines-L {
    display: flex;
    width: 53px;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.vlines-R {
    display: flex;
    width: 53px;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 7px;
    flex: 1 0 0;
}

.vline {
    box-sizing: border-box;
    width: 1px;
    height: 100%;
    flex-shrink: 0;
    /* border: 1px solid #FFF; */
    background-color: #FFF;
}


.line-vRa {
    margin-left: 44.5px;
}


.lightline {
    opacity: 0.3;
}

.medline {
    opacity: 0.6;
}

.border-U {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.logozone {
    display: flex;
    height: 68px;
    align-items: flex-start; 
}

.logoframe {
    width: 99.001px;
    height: 68px;
}

.hlines {
    display: flex;
    height: 69px;
    padding: 34px 0px 0px 0px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
}

.hline {
    box-sizing: border-box;
    width: 100%;
    height: 1px;
    flex-shrink: 0;
    stroke-width: 1px;
    stroke: #FFF;
    background-color: #FFF;
    /* border: 1px solid #ffffff; */
}


.logoimg {
    box-sizing: border-box;
    width: 162px;
    height: 68px;
    flex-shrink: 0;
    filter: drop-shadow(0px 12px 3px rgba(0, 0, 0, 0.05));
}

.border-B {
    box-sizing: border-box;
    margin-top: 75px;
    display: flex;
    /* height: 53px; */
    /* padding: 0.5px 0px 44.5px 0px; */
    flex-direction: column;
    align-items: flex-start;
    gap: 7px;
    align-self: stretch;
}

.hline-Ba, .hline-Bb {
    box-sizing: border-box;
    width: 1102px;
    height: 0px;
    flex-shrink: 0;
    stroke-width: 1px;
    stroke: #FFF;
}

.titlezone {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.40);
    filter: drop-shadow(0px 10px 4px rgba(0, 0, 0, 0.15));
    width: 90%;
}

.title-text {
    color: #FFF;
    text-align: center;
    text-shadow: 0px 12px 4px rgba(0, 0, 0, 0.30);
    font-family: "Gotham SSm A", "Gotham SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: normal;
    letter-spacing: .3rem;
    text-transform: uppercase;
}

.subhead {
    margin-top: 18px;
    text-align: center;
    /* font-family: "Chronicle SSm A", "Chronicle SSm B"; */
    font-family: "Surveyor SSm A", "Surveyor SSm B";
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    letter-spacing: .1rem;
    color:rgba(255, 255, 255, 0.9)
}

.subsubhead {
    font-family: "Surveyor SSm A", "Surveyor SSm B";
    text-align: center;
    font-style: italic;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1rem;
    margin-top: 6px;
    margin-bottom: 12px;
    color:rgba(255, 255, 255, 0.9)
}

.headlink {
    font-family: "Gotham SSm A", "Gotham SSm B";
    text-align: center;
    text-decoration: underline;
    font-weight: 300;
    font-size: 13px;
    letter-spacing: .1rem;
    margin-top: 6px;
    margin-bottom: 22px;
    color:#FFF;
}

#name-wall {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 8px;
    align-self: stretch;
    flex-wrap: wrap;
}


/* GLOWY EFFECT */

.cards {
    position: relative;
  }

  .cards__inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: .4em;
  }
  
  .card {
    --hsl: var(--hue), var(--saturation), var(--lightness);
    color:  rgba(255, 255, 255, 0.80);
    background-color: rgba(0, 0, 0, 0.20);
    border: 1px solid rgba(255, 255, 255, 0.40);
    border-radius: 4px;
    padding: 14px 20px;
    text-align: center;
    font-family: "Chronicle SSm A", "Chronicle SSm B";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;  
    /* text-transform: uppercase; */
    white-space: nowrap; 
    letter-spacing: .2rem;
    overflow: hidden;
    border-radius: 4px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.25);
  }
  
  .card {
    --hue: 165;
    --saturation: 82.26%;
    --lightness: 51.37%;
  }
  
  .overlay {
    position: absolute;
    inset: 0;
    pointer-events: none;
    user-select: none;
    opacity: var(--opacity, 0);
    -webkit-mask: radial-gradient(
      25rem 25rem at var(--x) var(--y),
      #000 1%,
      transparent 50%
    );
    mask: radial-gradient(
      40rem 40rem at var(--x) var(--y),
      #000 1%,
      transparent 50%
    );
    transition: 400ms mask ease;
    will-change: mask;
  }
  
  .overlay .card {
    background-color: hsla(var(--hsl), 0.15);
    border-color: hsla(var(--hsl), 1);
    /* box-shadow: 0 0 0 1px inset hsl(var(--hsl)); */
    color:#fff;
  }
  
  :not(.overlay) > .card {
    transition: 400ms background ease;
    will-change: background;
  }
  
  :not(.overlay) > .card:hover {
    --lightness: 95%;
    background: hsla(var(--hsl), 0.1);
  }

  @media screen and (max-width: 768px) {
    body{
        animation: glowshift 60s ease infinite; 
    }
    .wrapper {
        display: flex;
        padding: 18px 4px;
        width: 98%;
    }
    .column-L, .column-R, .frameL, .frameR, .hlines {
        display: none;
    }
    .logozone {
        margin: auto;
    }
    .cards__inner {
        flex-direction: column;
        flex-wrap:nowrap;
    }
    .cards {
        width:90%;
    }
    .overlay {
        width:90%;
    }
    .card {
        font-size: 16px;
    }

  }