* {
  box-sizing: border-box;
}

.footer-container {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #cfcfcf;
  padding-top: 30px;
  background-color: #242424;
  height: auto;
  text-align: center;
  width: 100vw;
}

.footer-row {
  height: auto;
  padding-bottom: 15px;
}

.footer-row a {
  color: #cfcfcf;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 20px;
}

.footer-row a:hover {
  color: #ffffff;
}

body, html {
  margin: 0;
  padding: 0;
  height: 100%;
}

.background-image-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: -1;
  /* transition: opacity 2s ease; */
  background-attachment: fixed;
}

.background-image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: opacity 1s ease-in-out;
}

#img2 {
  opacity: 0;
  transition: opacity .5s;
}

.large-title {
  font-family: Blippo, Didot, Cochin, Georgia;
  position: relative;
  /* display: flex; */
  text-align: center;
  font-size: 120px;
  margin-top: 3vh;
  font-weight: 900;
  color: #ffffff;
  padding-bottom: 0px;
  z-index: 0;
}

.header-container {
  /* display: flex; */
  /* justify-content: space-between; */
  /* text-align: center; */
  margin-bottom: 50px;
  padding: 40px;
  z-index: 0;
}

a {
  color: rgb(255, 255, 255);
  font-size: 30px;
  text-decoration: none;
  z-index: 1;
}

.page-link {
  font-size: 40px;
}

.page-title {
  font-family: Blippo, Didot, Cochin, Georgia;
  margin: 0;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-weight: 900;
  color: rgb(255, 255, 255);
  text-shadow: 4px 5px 4px rgba(161, 161, 161, 0.221);
  z-index: 1;
  text-decoration: none;
  font-size: 110px;
  text-shadow: 0px 0px 20px rgb(0, 0, 0);
  /* width: 80vw; */
}

.content-container {
  z-index: 1;
  padding-top: 5vh;
  padding-bottom: 5vh;
  /* margin-bottom: 80px; */
}

.link-container {
  /* justify-content: center; */
  text-align: center;
  margin-bottom: 10px;
}

.single-link {
  margin: 0 50px; 
  color: #ffffff; 
  text-decoration: none;
}

.single-link:hover {
  /* text-decoration: underline; */
  text-shadow: 0px 0px 5px #ffffff;
}

.art-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
}

.art-item {
  margin: 0 60px;
  width: auto;
}

.art-item img {
  filter: grayscale(0%);
  width: auto;
  height: 250px;
  margin: 0px 0px;
  box-shadow: 0px 0px 5px rgba(251, 251, 251, 0.547);
  border: 6px solid #f2f2f2f6;
  margin-bottom: 30px;
}

/* .art-item img:hover {
  filter: grayscale(0%);
  border: 6px solid #ffffffc1;
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.837);
} */

.art-title {
  font-family: Blippo, Didot, Cochin, Georgia;
  color: #ffffff;
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
}

.dropdown {
  display: inline-block;
  position: relative;
  /* margin: auto 3%; */
}

.dropdown-toggle {
  cursor: pointer;
}

.bar {
  width: 30px;
  height: 4px;
  background-color: #ffffff;
  margin-bottom: 6px;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: #b8b8b8a9;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.361);
  z-index: 2;
}

.dropdown-menu a {
  font-size: 22px;
  text-align: center;
  display: block;
  padding: 10px;
  color: #ffffff;
  text-decoration: none;
}

.dropdown-menu a:hover {
  background-color: #3a3a3a8b;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.book-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 30vh;
}

.book-item {
  margin: 60px 100px;
  width: auto;
  text-align: center;
  height: 350px;
}

.book-item img {
  height: 300px;
  max-height: 100%;
  box-shadow: 0px 0px 20px rgba(189, 212, 255, 0.576);
  /* box-shadow: 0px 0px 20px rgba(255, 238, 201, 0.682); */
  border: 7px solid #ffffffe1;
}

.book-title {
  color: #ffffff;
  display: block;
  width: 200px;
  font-size: 20px;
}

.book-author {
  color: #ffffff78;
  display: block;
  width: 200px;
  font-size: 18px;
}

.rating-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.star {
  background: gold;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 20px;
  width: 20px;
}

.emptystar {
  background: rgb(122, 122, 122);
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
  display: inline-block;
  height: 20px;
  width: 20px;
}

.art-grid {
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  display: grid;
  padding-top: 80px;
  padding-left: 12vw;
  padding-right: 12vw;
  padding-bottom: 100px;
}

.art-column img {
  max-width: 100%;
  /* height: auto; */
  box-shadow: 0px 0px 20px rgba(251, 251, 251, 0.227);
  border: 0.7vw solid #fcfcfcf1;
  margin-bottom: 40px;
}

.art-column img:hover {
  box-shadow: 0px 0px 13px rgba(255, 255, 255, 0.837);
}

.about-page-link {
  font-size: 110px;
  white-space: nowrap;

}

@media screen and (max-width: 600px) {
  .about-page-link {
    font-size: 80px;
    top: 300px;
  }
}


.about-container {
  margin-top: 270px;
  width: 100%;
}

.about-side-column {
  width: 25vw;
  position: absolute;
  margin-left: 10vw;
  /* margin-right: 10vw; */
  text-align: center;
  color: #0e4d96;
  display: block;
  /* background-color: #000000; */
}

.about-side-column img {
  width: inherit;
  border-radius: 100%;
}

.about-side-column-contacts {
  /* height: 40px; */
  width: 60px;
  margin: auto;
}

.about-side-column-contacts a {
  position: relative;
  margin-top: 40px;
  font-size: 40px;
  padding-top: 30px;
  color: inherit;
}

.about-side-column-email {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 16px;
  font-style: italic;
  padding-top: 30px;
  color: inherit;
}

.about-text-container {
  color: #000000;
  /* display: block; */
  padding-top: 3vw;
  /* width: 50vw; */
  margin-left: 45vw;
  margin-right: 8vw;
  font-size: 22px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}

.research-container {
  margin-top: 100px;
  align-items: center;
}

.research-container img {
  /* float: left; */
  /* padding: 5%; */
  padding-top: 5%;
  padding-bottom: 5%;
  width: 35vw;
}

.research-text-img-container {
  display: flex;
  align-items: center;
  width: 100%;
  /* justify-content: center; */
  margin-top: 30px;
}

.research-header {
  font-size: 40px;
  width: 90vw;
  padding-left: 6%;
  /* padding-right: 7%; */
  padding-top: 4%;
  padding-bottom: 4%;
}

.research-text {
  float: left;
  /* max-height: 500px; */
  font-size: 26px;
  padding: 5%;
  /* padding-left: 50px; */
  /* padding-right: 50px; */
}

#fullpage {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  /* padding: auto; */
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.517);
}

#fullpage-art {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.708);
  background-size: contain;
  background-repeat: no-repeat no-repeat;
  background-position: center center;
}

#fullpage-art img {
  max-height: 90vh;
  max-width: 90vw;

  /* object-fit: contain; */
}

/* #fullpage-art::after {
  content: '✖';
  content: '×';
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 2rem;
  color: white;
  cursor: pointer;
} */


.research_scroll_container {
  position: flex;
  overflow: auto;
  /* height: 25vh; */
  white-space: nowrap;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 70px;
}

.research_scroll_container img {
  height: 25vw;
  width: auto;
  padding: 0;
}

.research_scroll_caption {
  /* padding-top: 10px; */
  position: flex;
  margin-left: 5vw;
  margin-right: 5vw;
  margin-top: 10px;
  text-align: center;
  font-size: 20px;
}