@font-face {
  font-family: "futura";
  src: url(fonts/FuturaPTMedium.otf);
}
@font-face {
  font-family: "futuraregular";
  src: url(fonts/FuturaPTBook.otf);
}
@font-face {
  font-family: "play";
  src: url(fonts/PlayfairDisplaySC-Regular.ttf);
}
a:link {
  color: black;
  text-decoration: none;
}

a:visited {
  color: black;
  text-decoration: none;
}

a:hover {
  color: black;
  text-decoration: none;
}

a:active {
  color: black;
  background-color: transparent;
  text-decoration: none;
}
body {
  font-family: "futura";
  letter-spacing: 4px;
}
.container {
  background-color: #fafafa;
  width: 92%;
  height: auto;
  margin: 0 auto;
  margin-top: 50px;
}
.header-menu {
  display: flex;
  align-items: center;
  width: 80%;
  justify-content: space-between;
  margin: 0 auto;
  padding-top: 50px;
}
.anker {
  font-family: "futura";
  letter-spacing: 4px;
  color: #333;
  font-size: 12px;
  margin: 0;
  text-decoration: none;
  padding: 0;
}
h3 {
  font-family: "play";
  margin: 0;
  letter-spacing: 4px;
  font-size: 20px;
  padding: 0;
}

.gallery {
  display: grid;
  width: 95%;
  margin: 0 auto;
  margin-top: 50px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  column-gap: 40px;
  row-gap: 10px;
  overflow: hidden;
}

.test {
  width: 100px;
  height: 100px;
  background-color: black;
}

.image-container {
  font-family: "futura";
  padding: 15px;
  padding-right: 0;
  color: white;
  width: 100%;
  min-height: 750px;
  object-fit: cover;
  background-image: url(images/Dismembered/mahi.jpg);
}
.image-container:hover {
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.image-container1:hover {
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.image-container2:hover {
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 0.3s;
}
.image-container1 {
  color: white;
  padding-right: 0;
  font-family: "futura";
  padding: 15px;
  padding-right: 0;
  min-width: 0;
  width: 100%;
  object-fit: cover;
  background-image: url(images/Mixmediaglass/Mixed\ media\ 1.jpg);
}
.image-container2 {
  min-width: 0;
  font-family: "futura";
  padding: 15px;
  padding-right: 0;
  color: white;
  width: 100%;
  object-fit: cover;
  background-image: url(images/Nomads/2.jpg);
}
.gallery .image-container:nth-child(1) {
  grid-column: 1/3;
  grid-row: 1/3;
}
.gallery .image-container:nth-child(3) {
  grid-row: 2/3;
  grid-column: 3/4;
}
/* .gallery img:nth-child(11) {
  grid-row: 4/6;
  grid-column: 2/4;
} */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  background-color: inherit;
  padding: 0;
  font-family: "futura";
  letter-spacing: 3px;
  color: #333;
  font-size: 12px;
  margin: 0;
  margin-right: 20px;
}

.navbar a:hover,
.dropdown:hover .dropbtn {
  color: rgb(173, 171, 171);
}

.dropdown-content {
  padding: 10px;
  position: absolute;
  margin-top: 2px;
  left: -10px;
  background-color: #f7f6f5;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  opacity: 0;
  display: none;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 5px 15px;
  font-size: 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  color: rgb(173, 171, 171);
  cursor: default;
  transition: color 0.2s;
}

.dropdown:hover .dropdown-content {
  opacity: 1;
  transition: opacity 0.5s;
  display: block;
}
.dropdown {
  position: relative;
}
/* 
 */
.my-pic-container {
  margin: 100px auto;
  width: 50%;
}
.my-pic-container img {
  cursor: default;
  width: 100%;
}
.my-pic-container img:hover {
  opacity: 1;
}
.bio-container {
  width: 80%;
  margin: 20px auto;
}
.subpage-gallery {
  display: grid;
  grid-template-columns: 1fr;
  width: 70%;
  margin: 0 auto;
  row-gap: 20px;
}
.subpage-gallery img {
  width: 100%;
}
.tt a {
  text-decoration: none;
  color: white;
}
.tt a:visited {
  text-decoration: none;
  color: white;
}
.tt a:visited {
  text-decoration: none;
  color: white;
}
.tt a:hover {
  text-decoration: none;
  color: white;
}
.tt a:focus {
  text-decoration: none;
  color: white;
}
.tt a:hover,
.tt a:active {
  text-decoration: none;
  color: white;
}
@media only screen and (max-width: 1000px) {
  .gallery {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }
  .gallery .image-container:nth-child(1) {
    grid-column: 1/2;
    grid-row: 1/2;
  }
  .gallery .image-container:nth-child(3) {
    grid-row: 3/4;
    grid-column: 3/4;
  }
  .tt {
    min-height: 400px !important;
    background-size: cover;
  }
}
.tt {
  max-width: 100% !important;
}
.image-container.tt,
.image-container1.tt,
.image-container2.tt {
  color: white;
}
