html {
    background-image: url(background6.png);
    background-size: 100%;
    background-repeat: repeat;
}

.header {
    font-family: "Jacquard 12 Charted" ;
    font-size: 10vw;
    text-align: center;
    color: #43123f;
    margin-top: 3vw;
}

@font-face {
    font-family: myFirstFont;
    src: url("fonts/rascal.TTF") format('embedded-opentype'),
         url("fonts/rascal.TTF") format('woff2'),
         url("fonts/rascal.TTF") format('woff'),
         url("fonts/rascal.TTF") format('truetype'),
         url("fonts/rascal.TTF") format('svg');
}

.rascal {
    font-family: myFirstFont;
}

h1 {
    font-size: 8vw;
    color: #43123f;
    text-align: center;
}

.rotate {
		width: fit-content;
		height: fit-content;
		display: inline-block;
		position: absolute;
	}

.rotate:hover img, .rotate:focus img {
		transform: rotate(4deg);
	}

.rotate:hover span, a:focus span {
		opacity: 1;
	}

span {
	opacity: 0;
	position: absolute;
	top: 40%;
	left: 45%;
	transform: translate(-50%, -50%);
	font-size: 3vw;
  font-family: 'Courier New', Courier, monospace;
	color: #b2ab2b;
	z-index: 99;
	}

.home {
    width: 7vw;
    background-color: #43123f;
    color: #b2ab2b;
    padding: 1.5vw;
    font-family: 'Courier New', Courier, monospace;
    font-size: 1.8vw;
    text-align: center;
    border-radius: 1vw;
    text-decoration: none;
    position: absolute;
    top: 2vw;
    left: 2vw;
}

.home:hover {
    background-color: #b2ab2b;
    color: #43123f;
    transition-duration: 0.3s;
}

.slideshow-container {
  max-width: 60vw;
  position: relative;
  margin: auto;
  top: 1vw;
}

.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: #3d1900;
  font-weight: bold;
  font-size: 1.5vw;
  transition: 0.6s ease;
  border-radius: 1vw;
  user-select: none;
}

.next {
  right: 0;
}

.prev:hover, .next:hover {
  background-color: #d64b34;
}

.numbertext {
  color: #3d1900;
  font-size: 2vw;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

.quilts-container {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.quilts-container img {
  width: 60%; 
  margin-bottom: 5vw; 
  border-radius: 2vw;
}

footer {
  position: fixed;
  bottom: 0;
  width: 99vw;
  background-color: #b2ab2b;
}

a {
  float: left;
  display: block;
  color: #3d1900;
  text-align: center;
  padding: 1vw 1vw;
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.2vw;
  text-decoration: none;
}

p {
  float: right;
  font-family: 'Courier New', Courier, monospace;
  color: #43123f;
  font-size: 1.2vw;
}

footer a:hover {
  background-color: #d64b34;
}

.graphic-container {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}

.graphic-container img {
  width: 50%;
  margin-bottom: 6vw;
  border-radius: 2vw;
}

.caption1 {
  position: absolute;
  top: 100vw;
  left: 12vw;
  background-color: #ea785b;
  width: 12vw;
  padding: 2vw;
  border-radius: 2vw;
  border: 0.3vw #f3d0c3 dotted;
  font-family: 'Courier New', Courier, monospace;
  color: #43123f;
  font-size: 1.5vw;
}

.caption2 {
  position: absolute;
  top: 170vw;
  right: 10vw;
  background-color: #ea785b;
  width: 15vw;
  padding: 2vw;
  border-radius: 2vw;
  border: 0.3vw #f3d0c3 dotted;
  font-family: 'Courier New', Courier, monospace;
  color: #43123f;
  font-size: 1.5vw;
}

.caption3 {
  position: absolute;
  top: 227vw;
  left: 9vw;
  background-color: #ea785b;
  width: 15vw;
  padding: 2vw;
  border-radius: 2vw;
  border: 0.3vw #f3d0c3 dotted;
  font-family: 'Courier New', Courier, monospace;
  color: #43123f;
  font-size: 1.5vw;
}

.quiltcaption1 {
  position: absolute;
  top: 30vw;
  left: 4vw;
  width: 20vw;
  background-color: #b2ab2b;
  padding: 1.5vw;
  border: 0.3vw #f3d0c3 dotted;
  font-size: 1.5vw;
  font-family: 'Courier New', Courier, monospace;
  color: #43123f;
}

.quiltcaption2 {
  position: absolute;
  top: 70vw;
  right: 4vw;
  width: 20vw;
  background-color: #b2ab2b;
  padding: 1.5vw;
  border: 0.3vw #f3d0c3 dotted;
  font-size: 1.5vw;
  font-family: 'Courier New', Courier, monospace;
  color: #43123f;
}



@media only screen and (min-width: 700px){
  .indexdisplay {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    position: relative;
    top: 5vw;
    justify-content: center;
  }
  .indexdisplay img {
    max-width: 30vw;
  }
  .slideshow-container {
    max-width: 40vw;
  }
}

@media only screen and (max-width: 700px) {
.indexdisplay {
  display: flex;
  flex-direction: column;
  position: relative;
  align-items: center;
}
.icons {
  margin: 5vw;
}

p {
  font-size: 2vw;
}
a {
  font-size: 2vw;
}
}

.icons {
  width: fit-content;
	height: fit-content;
	display: inline-block;
	position: relative;
}

.icons:hover img, .icons:focus img {
		transform: rotate(4deg);
	}

.icons:hover span, a:focus span {
		opacity: 1;
	}

.about {
  font-family: 'Courier New', Courier, monospace;
  font-size: 1.5vw;
  color: #43123f;
  position: relative;
  width: 60%;
  margin: auto;
  padding: 2vw;
  border-radius: 2vw;
  margin-bottom: 3vw;
}

.about img {
  width: 80%;
  position: absolute;
  left: 5vw;
  border-radius: 1.5vw;
  margin-bottom: 10vw;
}