@font-face {
  font-family: 'NewYork';
  src: url(../fonts/NEWYORK.OTF);
}

.alumnus-gallery {
  background-color: #f2f1ed;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.alumnus-gallery .center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.alumnus-gallery .center .header {
  font-family: "NewYork";
  font-size: 39px;
  font-weight: 500;
  line-height: 62px;
  -webkit-transition: 400ms;
  transition: 400ms;
  color: rgba(51, 51, 51, 0.9);
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 750px) {
  .alumnus-gallery .center .header {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
  }
}

@media only screen and (max-width: 570px) {
  .alumnus-gallery .center .header {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
  }
}

@media only screen and (max-width: 400px) {
  .alumnus-gallery .center .header {
    font-size: 28px;
    font-weight: 500;
    line-height: 38px;
  }
}

.alumnus-gallery .center .handler-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
}

.alumnus-gallery .center .handler-container .item {
  padding: 8px 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-transition: 400ms;
  transition: 400ms;
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  transition: 400ms;
}

@media only screen and (max-width: 750px) {
  .alumnus-gallery .center .handler-container .item {
    font-size: 13px;
    line-height: 21px;
  }
}

@media only screen and (max-width: 570px) {
  .alumnus-gallery .center .handler-container .item {
    font-size: 12px;
    line-height: 20px;
  }
}

@media only screen and (max-width: 400px) {
  .alumnus-gallery .center .handler-container .item {
    font-size: 12px;
    line-height: 20px;
  }
}

.alumnus-gallery .center .handler-container .item:hover {
  background-color: rgba(51, 51, 51, 0.1);
}

.alumnus-gallery .center .handler-container .item.active {
  border-bottom-color: #c4a776;
}

.alumnus-gallery .center .gallery-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  margin-top: 30px;
}

@media only screen and (max-width: 400px) {
  .alumnus-gallery .center .gallery-container {
    gap: 15px;
  }
}

.alumnus-gallery .center .gallery-container .item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 400px;
  width: 400px;
  max-height: 400px;
  max-height: 400px;
  min-width: 400px;
  min-height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

@media only screen and (max-width: 570px) {
  .alumnus-gallery .center .gallery-container .item {
    width: 320px;
    width: 320px;
    max-height: 320px;
    max-height: 320px;
    min-width: 320px;
    min-height: 320px;
  }
}

@media only screen and (max-width: 400px) {
  .alumnus-gallery .center .gallery-container .item {
    width: 280px;
    width: 280px;
    max-height: 280px;
    max-height: 280px;
    min-width: 280px;
    min-height: 280px;
  }
}

.alumnus-gallery .center .gallery-container .item:hover {
  -webkit-box-shadow: 0px 0px 13px 3px rgba(51, 51, 51, 0.3);
          box-shadow: 0px 0px 13px 3px rgba(51, 51, 51, 0.3);
}

.alumnus-gallery .center .gallery-container .item:hover img {
  height: 130%;
  width: 130%;
}

.alumnus-gallery .center .gallery-container .item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: 400ms;
  transition: 400ms;
}
/*# sourceMappingURL=alumnus.css.map */