 

@font-face {
  font-family: 'Suisse Intl Medium';
  src: url('../font/SuisseIntl-Medium.ttf') format('truetype');

}


@font-face {
font-family: 'Suisse Intl';
src: url('../font/SuisseIntl-Regular.ttf') format('truetype');

}



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

body {

  -webkit-font-smoothing:antialiased !important;

  text-rendering: auto;
text-rendering: optimizeSpeed;
text-rendering: optimizeLegibility;
text-rendering: geometricPrecision;
  font-family: 'Suisse Intl';
  line-height: 1.5;
  color: #000;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  max-width:1800px;
}

/* Header - Logo and Navigation */

header {

  float:left;
display: grid;
grid-template-columns: repeat(5, 1fr);
gap: 10px;

  justify-content: space-between;
  align-items: left;
  padding: 20px;
  padding-top: 30px;
  padding-bottom: 150px;
  /* border-bottom: 1px solid #eaeaea; */
  font-size: 18px;
  line-height: 1.3;

}



 h6 {
  font-size: 17px;
  font-style: bold;
  padding-bottom: 10px;
}

.logo {

  padding-left: 0%;
  margin-bottom: 0%;
  
}

.logo2 {
  border-left: 0.5px solid #c8c8c8; 
  padding-left: 5%;
  margin-bottom: 0%;
}


.spacer {
  padding-bottom: 20%;
}

.logo2 p, .logo p {
  font-size: 14px;
float:left;
  margin-bottom: 0px;
}

.logo2 .title {
  font-size: 14px;
float:left;
  margin-bottom: 25px;

}
.logo2 .gray {
  font-size: 14px;
float:left;
  margin-bottom: 10px;
color:#a4a4a4;
}



.nav-links {
  font-size: 18px;
}

.nav-links a {
  text-decoration: none;
  color: #000;
}

.item a img:hover {
  transform: scale(0.99);
    transition: all .2s ease-in-out;
}


.item a video:hover {
  transform: scale(0.99);
    transition: all .2s ease-in-out;
}

.text {
  min-height:80px;
}
a {
  text-decoration: underline;
  color:black;

}

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

.nav-links a strong {
  font-weight: bold;
}

.nav-links a:not(:last-child)::after {
  content: ", ";
}

/* Main Content */
main {
  padding: 20px 20px;
  /* flex: 1; */
}

#slack img:hover {
  cursor: wait;

}
.featured {
  max-width: ;
  padding-left:0px;
}

.featured h2 {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: normal;
}

.grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 10px;
}

c {
  color:rgb(125, 125, 125);
}
.item {
  text-align: center;
  margin-bottom:60px;
}

.item img, .item video {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

.item a {
  text-decoration:none;
  color:blacK;
  
}

.item {
  display: flex;
  flex-direction: column;
  text-align: center;
  min-height: 350px; /* Adjust this if needed for a consistent look */
  border: 1px solid transparent; /* Add this if you'd like to see the boundaries for easier adjustment */
}



/* Align text to the bottom */
.item p {
  font-size: 14px;
  line-height: 1.4;
  padding-top: 10px;
  text-align:left;
  align-self: flex-start; /* Ensures text stays aligned with the image at the bottom */
}


footer {
  padding: 20px;
  padding-top:0px;
  padding-bottom:10px;

  font-size: 14px;
  /* border-top: 1px solid #eaeaea; */
float:left;
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 10px;

}

.logo p {
  width:90%;
}


.logo2 p {
  width:90%;
}


 header .logo a{
  color:rgb(0, 0, 0);

 }

@media only screen and (max-width: 1100px) { 

footer, header {

grid-template-columns: repeat(3, 1fr);
}

  .grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
  

}




@media only screen and (max-width: 700px) { 

  footer, header {

    grid-template-columns: repeat(2, 1fr);
    gap: 10px;

    }

.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}



}


@media only screen and (min-device-width : 175px) and (max-device-width : 600px) { 

  footer {

    grid-template-columns: repeat(1, 1fr);
    }


    .logo2, .logo {
      border-left: 0px solid #c8c8c8; 
      padding-left: 0%;
      margin-bottom: 10%;
    }


    .logo2 p, .logo p{
      border-left: 0px solid #c8c8c8; 
      padding-left: 0%;
      margin-bottom: 0%;
    }
    

    header {
      padding-bottom: 0px;

      margin-bottom:0px;
    }
    
.grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 10px;
}


}
