
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;700&display=swap');

html {
  scroll-behavior: smooth;
}

// <uniquifier>: Use a unique and descriptive class name

.geist-<uniquifier> {
  font-family: "Geist", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

html, body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: 'Geist', serif;
}

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

h3 {
  text-transform: uppercase;
  font-size: 20px;
}

h1 {
  font-size: 87px;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  margin: 0;
  margin-top: -30px;
  text-transform: uppercase;

}



.extra-content {
     display: none;
     margin-top: 15px;
     color: #555;
   }

.line{
  display: inline-block;
  width: 90%;
  opacity 0.5s ease, visibility 0s 0s;
}

.line-text{
  display: none;  /* Hidden by default */
  display: inline-block;
  width: 90%;
  padding-top: 40px;

}

/* Flexbox layout */
.row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px;
}

.column {
  flex: 1; /* Each column takes equal space */
  min-width: 300px; /* Prevents items from being too small */
  padding: 10px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
  height: 800px;
}

.row2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px;
}

.row2:after {
  content: "";
  display: table;
  clear: both;

}

.numeron {
  font-size: 20px;
  display: inline-block;
 vertical-align: top;

}

.link_image {
  padding-left: 20px;
  height: 63px;
}

.link_coll{
  display: inline-block;
  //height: 470px;
  margin-top: 20px;
}

.content{
  padding-left: 60px;
  padding-right: 60px;
}

.menu_link {
  display: inline-block;
  padding-left: 60px;
}

.menu_link3 {
  display: inline-block;
  padding-right: 60px;
  float:right;
}

.grey {
  color: #BBBBBB;
}

.exh_card {
  font-size: 57px;
  padding-left: 10px;
  padding-top: 100px;
  display: inline-block;
}

.arrow {
  display: inline-block;
  height: 63px;
  //padding-right: 10%;
  margin-right: 10%;
  margin-top: 95px;
  //padding-top: 95px;
  padding-bottom: 50px;
  float: right;
  transition: transform 0.3s ease; /* Smooth rotation */
  transform-origin: 12.5% 74.5%; /* Ensure rotation happens around the center */
  z-index: -1;
}

.vertical {
writing-mode: tb-rl;
-webkit-transform:rotate(180deg);
-moz-transform:rotate(180deg);
-o-transform: rotate(180deg);
-ms-transform:rotate(180deg);
transform: rotate(180deg);
white-space:nowrap;
display:inline-block;
float: left;
color: #bbbbbb;
font-size: 15px;
}

.content_images{
  display: inline-block;
}

.sub_image{
  display: inline-block;
  width: 91%;
  float: right;
}

.sub_image2{
  display: inline-block;
  width: 45%;
  float: left;
  margin-left:9%;
}

.sub_image3{
  display: inline-block;
  width: 45%;
  float: right;
}

.date {
  margin-bottom: 0px;
  float: left;
  display:inline-block;
  color: #bbbbbb;
}

.type {
  margin-bottom: 0px;
  float: right;
  display:inline-block;
  color: #bbbbbb;
}

.type2 {
  margin-bottom: 0px;
  float: right;
  display:inline-block;
  color: #000000;
}

.year{
  margin-bottom: 0px;
  float: left;
  display:inline-block;
  color: #000000;
}

.grey_line{
  margin-bottom: 0px;
}

.card_image {
  display:inline-block;
  width: 100%; /* Makes images scale properly */
  height: auto;
  max-width: 400px;
  float: left;
 padding: 0;
 margin: 0;
 padding-right: 20px;
 cursor: pointer; /* Prevents too large scaling */
}

.card_header {
  font-size: 28px;
  margin-top: -5px;
}

.card_header2 {
  font-size:21px;
  margin-top: -5px;
}

.card_text{
  font-size: 20px;
  color: #bbbbbb;
}

.i_frame::-webkit-scrollbar {
    display: none; /* Hides the scrollbar */
}

.i_frame {
    overflow: -moz-scrollbars-none; /* Hides the scrollbar */
}

.about_h {
  font-size: 47px;
}

/* Responsive menu */
#menu {
  margin-right: 10px;
  margin-top: 10px;
  border-bottom: 1px solid black;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: inline-block;
  font-size: 25px;
  width: 100%;
  gap: 15px;
  padding: 10px;
  z-index: 999;
}


#landing_image {
  height: 310px;
}

#top_image {
  margin-top: 50px;
  height: 130.75px;
}

#center_stuff{
left: 0;
line-height: 200px;
margin-top: -200px;
position: absolute;
text-align: center;
top: 50%;
width: 100%;
}

#landing_text {
  font-size: 47px;
  margin-top: -100px;
  text-transform: uppercase;
}

#left {

  border-right: 1px solid black;
  border-bottom: 1px solid black;
}

#right {

  border-bottom: 1px solid black;
  padding-left: 30px;
}



#hamburger-menu {
    display: none;
    font-size: 4rem;
    cursor: pointer;
    float: right;
    padding-right: 40px;
    z-index: 999;
}





/* Responsive Menu */
@media (max-width: 1260px) {



  .link_image {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .h1_text{
    font-size: 57px;
  }

  .numeron {
    font-size: 15px;
    display: inline-block;
   vertical-align: top;
   margin-bottom: 10%;

  }

  #landing_text {
    font-size: 30px;
    margin-top: -100px;
    text-transform: uppercase;
  }

    #left {

      border-right: 0px solid black;
      border-bottom: 0px solid black;
      padding: 0;
      margin: 0;
    }

    #right {

      border-bottom: 0px solid black;
      padding: 0;
      margin: 0;
    }

    .column {
      width: 100%;
      padding: 0;
      margin: 0;
    }

    .row {
      flex-direction: column;
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0;
      margin: 0;
        padding-top: 135px;
              //margin-left: 10%;

    }

    .row2 {
      flex-direction: column;
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding: 0;
      margin: 0;
        //padding-top: 135px;
              //margin-left: 10%;

    }

    .row:after {
      content: "";
      display: table;
      clear: both;
      height: auto;
    }
    .row2:after {
      content: "";
      display: table;
      clear: both;
      height: auto;
    }

    #menu {
        display: none; /* Hide menu initially */
        flex-direction: column;
        position: absolute;
        top: 60px; /* Adjust based on your design */
        left: 0;
        width: 100%;
        background-color: white;
        text-align: center;
        padding: 10px 0;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
    }

    #menu.active {
        display: flex; /* Show menu when active */
    }

    #hamburger-menu {
        display: block; /* Show hamburger icon */
    }

    .menu_link {
      display: inline-block;
      padding-left: 0px;
    }

    .menu_link3 {
      display: inline-block;
      padding-right: 0px;
    }

    .arrow {
        height: 40px;
        width: 40px;
        margin-top: 10%;
        display: inline-block;
        padding-bottom: 30px;
        z-index: -1;
    }

    .exh_card {
      font-size:37px;

      display: inline-block;
    }

    .card_image {

      display:inline-block;
      width: 100%; /* Makes images scale properly */
      height: auto;
      float: left;
     padding: 0;
     margin: 0;
     cursor: pointer; /* Prevents too large scaling */
     padding-right: 30px;
     margin-bottom: 30px;

    }

  iframe{
  margin: 0;
  padding: 0;
  margin-left: -10%;}


}

@media (max-width: 768px) {
  .column {
    width: 100%;
    margin: 10px 0;
  }

  .card_image {
    max-width: 100%;
    height: auto;
  }

  .exh_card {
    font-size: 20;
  }

  .line-text {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {


  .column h1 {
    font-size: 1.1em;
  }

  .arrow {
    width: 20px;
    height: 20px;
  }
}
