* {
  margin: 0;
}

.header {
  display: flex;
  color: white;
  background-color: black;
  padding: 20px;
  font-size: 10px;
  justify-content: left;
  margin: 0;
  position: fixed;
  width: 100%;
  font-family: "Oxygen";
  z-index: 5;
}

main {
  padding-top: 750px;
  font-family: "Oswald";
  font-weight: 100;
}

body {
  background-color: rgba(255, 255, 255, 0.245);
  color: black;
}

.firstquote {
  display: flex;
  padding: 100px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: rgb(255, 255, 255, 0.92);
  font-size: 30px;
  color: black;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.groupquotes {
  margin-top: 0;
  padding: 250px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: rgb(0, 0, 0, 0.92);
  font-size: 30px;
  color: white;
}

a {
  color: grey;
}

.page {
  text-align: center;
}

.photos,
.firstquote {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 30px;
  margin-bottom: 50px;
}
.photos {
  position: relative;
}
.photos img {
  width: 100%;
  max-width: * {
  margin: 0;
}

.header {
  display: flex;
  color: white;
  background-color: black;
  padding: 20px;
  font-size: 10px;
  justify-content: left;
  margin: 0;
  position: fixed;
  width: 100%;
  font-family: "Oxygen";
  z-index: 5;
}

main {
  padding-top: 750px;
  font-family: "Oswald";
  font-weight: 100;
}

body {
  background-color: rgba(255, 255, 255, 0.245);
  color: black;
}

.firstquote {
  display: flex;
  padding: 100px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: rgb(255, 255, 255, 0.92);
  font-size: 30px;
  color: black;
}

#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  z-index: -1;
}

.groupquotes {
  margin-top: 0;
  padding: 250px;
  padding-top: 200px;
  padding-bottom: 200px;
  background-color: rgb(0, 0, 0, 0.92);
  font-size: 30px;
  color: white;
}

a {
  color: grey;
}

.page {
  text-align: center;
}

.photos,
.firstquote {
  width: 70%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 30px;
  margin-bottom: 50px;
}
.photos {
  position: relative;
}
.photos img {
  width: 100%;
  max-width: 100%;
}
/*sarah's edit*/
.top-image {
  position: absolute;
  left: 28px;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.top-image:hover {
  position: absolute;
  left: 28px;
  top: 0;
  opacity: 1;
  width: 95%;
  padding-top: 25px;
}
100%;
}
/*sarah's edit*/
.top-image {
  position: absolute;
  left: 28px;
  top: 0;
  opacity: 0;
  transition: all 0.4s ease;
}
.top-image:hover {
  position: absolute;
  left: 28px;
  top: 0;
  opacity: 1;
  width: 95%;
  padding-top: 25px;
}
