@import url("https://use.typekit.net/vqn5eol.css");

/*div {
  border: .2em solid grey;
} */

.container {
  margin-left: 70px;
  margin-right: 20px;
  display: grid;
  display: flex;
  height: 10em;
  grid-template-columns: 1em 3em;
  justify-content: space-between;
  color: white;
}

.container2 {
  margin-top: 3em;
  display: grid;
  justify-content: center;
  color: white;
  display: flex;
  width: auto;
  text-align: center;
  align-self: flex-end;
  font-family: "politica-expanded", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 1px;
}

.illustrations {
  width: 20em;
  text-decoration: underline solid rgba(184, 211, 255);
  text-decoration-thickness: 4px;
  text-underline-offset: 12px;
}

.animations {
  width: 20em;
}

body {
  background-image: url(bg/fansite_gallery1.png);
}

.one {
  width:;
  line-height: 0%;
  color: rgb(255, 240, 255);
}

.name {
  font-family: "bourbon", serif;
  font-weight: 400;
  font-size: 40pt;
  line-height: 0%;
}

.surname {
  font-family: "bourbon", serif;
  font-weight: 400;
  font-size: 40pt;
  line-height: 0%;
  letter-spacing: 5pt;
}

a {
  font-size: 25px;
  text-decoration: none;
  color: rgb(255, 240, 255);
  width: fit-content;
  position: relative;
}

a:after {
  content: "";
  position: absolute;
  background-color: rgba(184, 211, 255);
  height: 4px;
  width: 0;
  left: 0;
  bottom: -10px;
  transition: 0.3s;
}

a:hover:after {
  width: 100%;
}

.two {
 display: flex;
 width: auto;
 /*width: 30em;*/
 text-align: center;
 align-self: flex-end;
 color: rgb(50, 47, 44);
 font-family: "politica-expanded", sans-serif;
 font-weight: 700;
 font-style: normal;
 letter-spacing: 2px;
 font-size: 36pt;
}

.three {
  align-self: flex-end;
  text-align: center;
  margin-left: 200px;
  font-family: "vox", sans-serif;
  font-weight: 600;
  font-size: 35pt;
  color: rgb(255, 240, 255);
}

.history {
  width: 8em;
}

.gallery {
  width: 8em;
  text-decoration: underline solid rgba(184, 211, 255);
  text-decoration-thickness: 4px;
  text-underline-offset: 12px;
}

.gallery_illus {
  width: 1100px;
  columns: 3;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 80px;
}

.gallery_illus img {
  opacity: .5;
}

.gallery_illus img:hover {
  opacity: 1;
}

img {
  margin-bottom: 10px;
}

.gallery_anima {
  width: 1100px;
  columns: 3;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 100px;
}

.gallery_anima video {
  opacity: .5;
}

.gallery_anima video:hover {
  opacity: 1;
}

video {
  margin-bottom: 10px;
}
