.fs100 {
  font-size: 100%!important;
}

body {
  background: black;
  color: white;
  font-family: sans-serif;
  margin: 10px 10px 2em 10px;
  font-family: 'Gotu', 'Varta', sans-serif;
}

h1 {
  color:rgb(197, 147, 124); 
  margin-top: 1.5em;
  font-size:250%;
  font-family:'Quintessential', 'Gotu', 'Varta', sans-serif;
}

h2 {
  /* color:rgb(164, 69, 165); */
  color:rgb(192, 147, 192)	;
  margin-top: 2.5em;
  font-weight: 700;
  font-size:180%;
  /* color:rgb(197, 147, 124); */
}

h3 {
  margin-top: 2.5em;
  color:rgb(192, 147, 192)	;
}

cite {
  font-weight: bold;
  font-size: 110%;
  /* color: rgb(177, 130,178); */
  color: #ddf;
  font-style:normal;
}

cite::after {
  content:'\00a0';
}

div.nav {
  display: flex;
  flex-wrap: wrap;
  margin-bottom:1em;
}

div.nav a {
  color:white;
  font-size: 18pt;
}

div.nav a.nav_main {
  font-size: 28pt;
  margin-right:auto;
  padding-right:50px;
}

div.nav .nav_main:hover {
  text-decoration: none;
}

div.nav ul {
  display: flex;
  margin:0;
  padding: 0;
  list-style-type: none;
  gap: 15px;
}

div.nav li {
  margin:0;
  color:white;
  /* margin-right:10pt; */
}

div.main {
  margin: auto;
  max-width: 900px;
}

div.main p {
  font-size: 130%;
}

a:link {
  color: rgb(165, 214, 245);
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: rgb(165, 214, 245);
}

a:hover {
  color: rgb(165, 214, 245);
  text-decoration: underline;
}

a:active {
  color: white;
}

.project_hero {
  display: block;
  font-size: 18pt;
  color: white;
  height: 400px;
  background-color: lightgrey;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 5px solid black;
  text-align: center;
  /* text-shadow: 2px 2px #333333; */
  text-decoration: none;
}

.project_hero h2 {
  margin: 0;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px 10px 0px 10px;
  color: white;
}

.project_hero:hover {
  text-decoration: none;
}


.shop {
  display: flex;
  /* justify-content: center; */
  /* align-content: stretch; */
  gap:10px;
}

.shop a {
  color:black;
  font-size:20pt;
  text-align: center;
  display: block;
  height: 250px;
  flex-grow: 1;
}

.album {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}

.album a {
  display: block;
  height: 250px;
  min-width: 250px;
  background-size: cover;
  background-position: center;
  flex-grow: 1;
  /* border: 1px solid rgb(65, 65, 65); */
}