@font-face {
  font-family: 'GT Super WT';
  src: url("https://assets.website-files.com/5bc63f5a577d83657b247707/5dab2ba5e9af6e0a66e15185_GT-Super-WT-Super.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
    font-family: 'GT Super WT';
    src: url("https://assets.website-files.com/5bc63f5a577d83657b247707/5dab2ba5508f04bef1f6b29d_GT-Super-WT-Regular.woff2") format("woff2");
    
    font-weight:400;
    font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Asul:700|Chivo');

[aos="fade"] {
  opacity: 0;
  transition-property: opacity;
}

[aos="fade"].aos-animate {
  opacity: 1;
}

html, body, div, span {

margin: 0;
padding: 0;
border: 0;
font-size: 100%;
vertical-align: baseline;

}

article, aside, details, fig caption, figure, footer, header, group, menu, nav, section {
display: block;
}

img, iframe {
vertical-align: bottom;
max-width: 100%;
}

* {
    box-shadow: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}


body {
    margin: auto;
    width: 100%;
    padding: 0;
    background-color: #17191E;
    -webkit-font-smoothing: antialiased;     -moz-osx-font-smoothing: grayscale;
}

h1 {
    font-family: 'GT Super WT';
    font-size: 75px;
    margin-top: 40px;
    line-height: 75px;
    margin-bottom: 0px;
    font-weight: 700;
    opacity: 100;
    letter-spacing: -.5px;
    color: #ffffff;
}

h2 {
    font-family: Public Sans;
    font-size: 30px;
    font-weight: 700;
    line-height: 1.4;
    margin: 1em 0 0.6em 0;
    color: #ffffff;
    letter-spacing: -1.75px;
}


p {
    margin: 1.6em 0 1.6em 0;
    -webkit-font-smoothing: antialiased;     -moz-osx-font-smoothing: grayscale;

}

h3 {
    font-family: Public Sans;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

h4 {
  font-family: Public Sans;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 40px;
  text-align: left;
  font-weight: 400;
  letter-spacing: -.5px;
  color: #C8CAD2;
}

h5 {
    font-family: 'GT Super WT';
    font-size: 24px;
    font-weight: 900;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    line-height: 30px;
    margin-bottom: 12px;
    color: #ffffff;
}

h6 {
  font-family: Public Sans;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: left;
  font-weight: 300;
  letter-spacing: -.25px;
  margin-left: 25px;
  margin-right: 25px;
  margin-top: 0px;
  color: #C8CAD2;

}

.hero-image {
    display: flex; 
    width: 100%;
    height: auto;
    border-radius: 24px;
    object-fit: contain;
    margin: 24px 0;

}

.hero-image-inline {
    width: auto;
    height: auto;
    margin: auto;
    border-radius: 24px;
    object-fit: contain;
    display: block;
    border-radius: 16px;
}

.medium {
    width: 75%;
    margin: auto;
    max-width: 1000px;
}

.inline-image {
    height: 80vh;
    width: auto;
    display: flex;
    border-radius: 0px;
    margin: 20px auto;
}

.inline-image-grid {
    height: auto;
    width: 40vh;
    border-radius: 0px;
    margin: 20px auto;
}

.caption {
    text-align: center;
    font-size: 14px;
    font-family: Public Sans;
    font-weight: 400;
    max-width: 800px;
    width: auto;
    margin: auto;
    padding: 40px;
    margin-top: -30px;
    color: #C8CAD2;
}

.caption-narrow {
    text-align: center;
    font-size: 14px;
    font-family: Public Sans;
    font-weight: 400;
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 40px;
    margin-top: -40px;
    color: #C8CAD2;    
}

.grid {
  border-radius: 15px;
  width: 100%; /* Fill the grid cell */
  height: auto;
  object-fit: cover; /* Maintains aspect ratio while filling */
}

.gallery {
  display: flex;
  justify-content: center;
  width: 100%;

}

.white {
    background-color: #17191E;
}

#social {
    font-family: Public Sans;
    font-weight: 600;
    display: flex;
    align-self: flex-end;
    margin-bottom: -80px;
    margin-top: 60px;
    font-size: 12px;
    justify-content: space-around;
}

a {
    text-decoration: none;
    -webkit-text-decoration: none;
    cursor: pointer;
    color: #ffffff;

    }
    
a:active {
    text-decoration: none;
    cursor: pointer;
    } 

a:visited {
    text-decoration: none; 
    cursor: pointer;
    }
    
a:any-link {
    text-decoration: none;
    -webkit-text-decoration: none;
    cursor: pointer;
    } 

.dark-shadow {
     box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.10), 0px 8px 16px 0px rgba(18, 21, 26, 0.16), 0px 16px 32px -4px rgba(18, 21, 26, 0.32), 0px 32px 64px -8px rgba(18, 21, 26, 0.32);
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

header {
    
 /*   height: 80vh;
*/
/*
    background-image: url(images/cover.jpg);
    background-size: cover;
    background-position: center;
*/
    
    margin: auto;
    padding: 0 50px;
    max-width: 1200px;
    
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    
    background-color: transparent;
}

header img {
    width: 80%;
    height: 80%;
    object-fit: contain;
}

.text-header {
margin: auto;
max-width: 1200px;
padding: 0 50px;
}

.article {
    padding: 40px;
    margin: auto;
    max-width: 800px;
    width: 100%;
    background-color: #17191E;
}

section {
    display: flex;
    flex-direction: row;
    
    margin: 0;
    
}

section div {
    width: 50%;
}

section:nth-child(odd) {
    flex-direction: row-reverse;
}

.button {
    background: #fff;
    font-family: Public Sans;
    font-weight: 600;
    padding: 20px;
    cursor: pointer;
    margin: 40px auto;
    width: 100%;
    text-align: center;
    box-shadow: 0 5px 20px rgba(0,0,0,.18);
    transition: 0.3s;
    border-radius: 12px;
}

.button:hover {
    background: #011E41;
    box-shadow: 0 20px 40px rgba(0,0,0,.28);
    transform: scale(1.05);
    background-color: #fbfbfb;  

}

.title-row {
  display: inline-flex;
  flex-direction: row;
  justify-content: space-between;
}

.flex-container {
  justify-content: left;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  background-color: transparent;
  margin: auto;
  max-width: 1200px;
  width: 100%;
  padding: 50px;
}

.flex-container-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
  gap: 32px;
  background-color: transparent;
  margin: auto;
  width: 100%;
  max-width: 1200px;
  padding: 20px;
}

.thumbnail {
    height: 360px;
    min-height: 100%;
    border-radius: 15px;
    box-shadow: 0 20px 20px rgba(0,0,0,.08);
}

.thumb-wrapper {
    width: 100%;
    margin: 0 auto;
}

.flex-container-thumbs {
    justify-content: left;
    display: flex;
    gap: 32px;
    flex-wrap: nowrap;
    background-color: transparent;
    width: 100%;
    padding: 50px;
    padding-left: calc(50% - 600px + 50px); /* Aligns with 1200px max-width content */
    overflow-x: scroll;
}

  .flex-container-thumbs::-webkit-scrollbar {
    display: none;
  }
  

.flex-image-container {
  display: flex;
  flex-wrap: wrap;
  background-color: transparent;
  margin: auto;
  max-width: 1200px;
  flex-direction: row;
  justify-content: center;
}

.flex-grid {
    height: auto;
    margin: 20px;
    border-radius: 0px;
    max-width: 325px;
}

.flex-container div {
  background-color: #27292f;
  width: 320px;
  height: 420px;
  text-align: left;
  line-height: 75px;
  font-size: 30px;
  box-shadow: 0 20px 20px rgba(0,0,0,.08);
  white-space: normal;
  border-radius: 15px;
  transition: 0.3s;
  cursor: pointer;
  position: relative;
}

.flex-container div:hover {
  box-shadow: 0 40px 40px rgba(0,0,0,.22);
  transform: scale(1.05);
  background-color: #27292f;  

}

.rounded {
    box-shadow: 0 20px 40px rgba(0,0,0,.28);
    border-radius: 3px;
}

/* The Close Button */
.close {
  color: #ffffff;
  position: fixed;
  display: flex;
  justify-content: center;
  align-self: center;
  font-size: 30px;
  border-radius: 50%;
  line-height: 0;
  padding: 10px;
  margin: 35px 0 0 20px;
  background-color: #27292f;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  z-index: 99999;

}

.close:hover,
.close:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: none;
  color: #211C50;
}

#blank {
    opacity: 0;
    cursor: default;
}

#blank2 {
    opacity: 0;
    cursor: default;
}

img {
    border-radius: 15px 15px 0 0;
    width: 100%;
    height: 200px;
    object-fit: cover;
}

img header-image:hover {
    display: none;
}

.image-0 {
    background-image: url(images/g-vfN2N1_400x400.jpg);
    background-size: cover;
    background-position: center;
}

.header-image {
    height: 100px;
    width: 100px;
    border-radius: 1000px;
    margin-top: 60px;
    margin-bottom: 20px;
    transition: 0.3s;
    box-shadow: 0 8px 15px rgba(0,0,0,.12);

}


section div.text {
    padding: 60px;
}

section div.full-image {
    height: 100vh;
    
    background-image: url(images/photo-1.jpg);
    background-size: cover;
    background-position: center;
    
    position: sticky;
    position: -webkit-sticky;
    top: 0;
}

section div.image-2 {
    background-image: url(images/photo-2.jpg);
}

section div.image-3 {
    background-image: url(images/photo-3.jpg);
}

.spacer {
     margin: 40px 0;
}


@media (max-width: 1200px) {
    
    body {
        font-size: 16px;
    }
    
    h1 {
    margin-top: 60px;    
    font-size: 60px;
    line-height: 55px;
}


    h4 {
        font-size: 22px;
        line-height: 36px;
    }
    
    header {
/*        height: 75vw;*/
/*        margin: 5vw;*/
        height: auto;
        
    }
    
    .header-image {
    margin-bottom: 0px;
    }
    
    section {
        display: block;
    }
    
    section div {
        width: 100%;
        
    }
    
    section div.text {
        padding: 30px;
    }
    
    section div.full-image {
        height: 100vw;
    }
    
    #blank2 {
    opacity: 0;
    display: none;
    }

.flex-container-thumbs {
        padding-left: 50px;
    }
    

}

@media (max-width: 575px) {
    
.thumbnail {
    min-height: 100%;
    border-radius: 15px;
    height: 200px;
}

.text-header {
margin: auto;
max-width: 1200px;
padding: 0 30px;
}
    
    h1 {
    font-size: 40px;
    line-height: 40px;
    margin-top: 40px;
    width: 100%;
}
    header {
    width: 100%;
    padding: 0 30px;
    margin: 0px;
    }
    
    .article {
    padding: 40px 30px;
    margin: auto;
    max-width: 800px;
    width: 100%;
    }
    
    h2 {
    font-size: 26px;
    line-height: 1.4;
    color: #ffffff;
    letter-spacing: -1.75px;
    }
    
    #blank {
    opacity: 0;
    display: none !important;
    }
    
    #blank2 {
    opacity: 0;
    display: none !important;
    }
    
    .close {
      color: #ffffff;
      position: fixed;
      display: flex;
      justify-content: center;
      align-self: center;
      font-size: 30px;
      border-radius: 50%;
      line-height: 0;
      padding: 8px;
      margin: 25px 0 0 15px;
      background-color: #27292f;
      box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.flex-container {
padding: 30px;
justify-content: center;
}

.flex-container-thumbs {
        padding-left: 30px;
    }

}