@import url('https://fonts.googleapis.com/css2?family=Handlee&display=swap');

body {
  background-color: var(--color-primary);
  background-image: url(../images/ep_naturalblack.webp);
  color: var(--color-primary);
}

#container {
  width: 80%; max-width: 1100px;
  margin: 0 auto;
}

header {
  margin: 12px 8px 32px 8px;
  text-align: center;
  
}

h1 {
  font-size: 6rem;
  letter-spacing: 4px;
  color: orangered;
}

h1, figcaption {
  font-family: "Handlee", cursive;
}

main#photos {
  min-height: 100px;
  display: flex;
  flex-direction: row;
  padding: 8px;
}

main#photos section {
  min-height: 100px;
}

#thumbnails {
  flex: 1 0 360px;
  
}

#bigsection {
  text-align: center;
  padding-top: 12px;
  flex: 1 1 auto;
}

#thumbnails figure {
  border: 2px solid var(--color-secondary);
  width: 150px; height: 150px;
  aspect-ratio: 1;
  background-size: cover;
  background-position: center;
  display: inline-block;
  margin: 8px;
}

#thumbnails figure:hover {
  cursor: pointer;
}

#bigimage {
  width: 95%;
  border: 2px solid var(--color-secondary);
  
}

#bigcaption {
  font-size: 2rem;
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-bottom: 8px;
  color: yellowgreen;
  letter-spacing: 1px;
  line-height: 1.5;
}

.fig1 {
  background-image: url(../images/snake-thumb.jpg);
}

.fig2 {
  background-image: url(../images/shake-thumb.jpg);
}

.fig3 {
  background-image: url(../images/steamboat-thumb.jpg);
}

.fig4 {
  background-image: url(../images/of-thumb.jpg);
}

.fig5 {
  background-image: url(../images/at-thumb.jpg);
}

.fig6 {
  background-image: url(../images/wvbeer-thumb.jpg);
}

.fig7 {
  background-image: url(../images/goirish-thumb.jpg);
}

.fig8 {
  background-image: url(../images/iu-thumb.jpg);
}

.fig9 {
  background-image: url(../images/rwb-thumb.jpg);
}

.fig10 {
  background-image: url(../images/carcamping-thumb.jpg);
}