body {
  background-image: url("./SphynxinScarf.png");
  height: 100vh;
  background-position: center top;
  background-repeat: repeat-x;
  background-attachment: fixed;
}

nav a, header a {
  color: rgb(24, 19, 24);
  font-size: 65px;
  font-family: 'Sacramento', cursive;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
}

img {
  height: 100px;
  width: 100px;
  background-color: transparent;
  border-radius: 50px;
  box-shadow: 1px 1px 1px white;

}

.img {
  border-radius: 50px;
  background-color: transparent;
  border: none;
  text-align: center;
}

nav {
  font-family: 'Sacramento', cursive;
  text-align: center;
  margin-left: 70px;
  text-shadow: 1px 1px 1px white;
}

.large {
  font-family: 'Sacramento', cursive;
  text-align: center;
  margin: 20%;
  font-size: 80px;
  text-decoration: none;
  border-bottom: 1px solid white;
  margin-bottom: -1px;
  text-shadow: 1px 1px 1px white;
}

section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.small {
  font-family: 'Sacramento', cursive;
  font-size: 40px;
  margin-left: 566px;
  border: none;
  padding-bottom: 258px;
  text-shadow: 1px 1px 1px white;
}

.signature {
  background-color: white;
  border: 2px solid pink;
  margin: 20%;
  width: 100vw;
}

.smalltitle {
  font-family: 'Amatic SC', cursive;
  text-align: center;
  font-size: 20px;
  padding-top: 30px;
}

.largetitle {
  font-family: 'Vidaloka', serif;
  text-align: center;
  font-size: 60px;
  font-style: italic;
  margin-bottom: 0;
}

.description {
  text-align: center;
  font-size: 20px;
  font-family: 'Sorts Mill Goudy', serif;
}

.outro {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
}

.copyright {
  font-family: 'Amatic SC', cursive;
  font-size: 20px;
}

.first {
  background-color: white;
}

.second {
  background-color: #F4EFDE;
}

.third {
  background-color: #DBA539;
  text-align: center;
  margin-bottom: -40px;
}

.spacer {
  height: 400px;
}

.scarfpic {
  display: inline-block;
  width: 33%;
}

.scarfpic img {
  width: 100%;
  height: auto;
}

.scarfpics {
  text-align: center;
}

.info {
  display: inline-block;
  width: 33%;
}

.sectiontitle {
  font-size: 30px;
}

.row {
  text-align: center;
  padding-bottom: 100px;
}

.first hr {
  width: 500px;
}

.second hr {
  width: 500px;
}

.info hr {
  width: 250px;
}

.sectioninfo {
  font-family: 'Sorts Mill Goudy', serif;
}

main {
  margin-left: -8px;
  margin-right: -8px;
}