@font-face {
  font-family: Lora;
  src: url(/fonts/lora.woff2);
}

@font-face {
  font-family: High;
  src: url(/fonts/High-Spirited.ttf);
}

body {
  margin:0;
  font-family: Lora;
  background-color: #FCFBFA;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
  margin:0;
  padding: 0;
}

.main {
  width: 500px;
  margin: auto;
  box-shadow: 0 0 05px rgba(0, 0, 0, 0.5);
  background-image: url(/images/fondo-dorado-largo.png);
  background-repeat: repeat;
}

.principal {
  background-image: url(/images/nosotros.jpeg);
  background-position: center;
  height: 90vh;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
}

.principal-content {
  text-align: center;
  margin-top: 35vh;
}

.title {
  font-family: High;
  font-size: 70px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  color: #FFFFFF;
  margin: 0;
}

.title-black {
  font-family: High;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  color: #000;
  margin: 0;
}

.go-down-circle {
  background-color: #ffffff4f;
  border-radius: 50px;
  padding: 10px;
  width: 20px;
  margin: auto;
  color: #FFFFFF;
  transition: 0.5s;
}

.go-down-circle:hover {
  color: black;
}

.message {
  padding: 0 40px;
  text-align: center;
  margin-top: 50px;
}

.message-text {
  font-size: 20px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 1px;
  color: #000000;
  margin: 0 0 20px;
}

.date {
  padding: 0 30px;
  text-align: center;
  margin-top: 50px;
}

.date-content {
  margin-top: 50px;
}

.date-img {
  background-image: url(/images/fotosdeiglesia.jpeg);
  height: 328px;
  background-size: cover;
}

.date-direction {
  border-style: solid;
  border-width: 0px 2px 2px 2px;
  border-color: black;
  padding: 30px
}

.date-text {
  font-family: "Lora";
  font-size: 20px;
  font-weight: 400;
  line-height: 2em;
  letter-spacing: 1px;
  color: #000000;
}

.button {
  font-family: "Lora";
  background-color: #000000;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 5px;
  fill: #FFFFFF;
  color: #FFFFFF;
  border-style: none;
  border-radius: 0px 0px 0px 0px;
  padding: 10px;
  width: 70%;
  margin: auto;
  text-transform: uppercase;
  cursor: pointer;
}

.guests {
  padding: 0 30px;
  text-align: center;
  margin-top: 50px;

}

.guests-title {
  font-family: High;
  font-size: 50px;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  line-height: 1em;
  letter-spacing: 1px;
  word-spacing: 0em;
  color: #000000;
  margin: 0;
}

.guests-list {
  text-align: left;
  font-size: 20px;
  margin-left: 25px;
}

.guests-button {
  margin-top: 25px;
}

.gifts {
  padding: 0 30px;
  text-align: center;
  margin-top: 50px;
}

.gifts-content {
  margin-top: 50px;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: black;
  padding: 30px;
}
.gifts-text {
  font-family: "Lora", Sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5em;
  letter-spacing: 1.5px;
  color: #2D2D2D;
}

.gifts-logo {
  width: 40%;
  height: auto;
}

.thanks {
  padding: 0 100px;
  text-align: center;
  margin-top: 50px;
}

.photos {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.photo-1 {
  background-image: url(/images/fotos-pareja.galeria1.jpg);
  height: 300px;
  background-size: cover;
}

.photo-2 {
  background-image: url(/images/fotos-pareja.galeria2.jpg);
  height: 300px;
  background-size: cover;
}

.photo-3 {
  background-image: url(/images/fotos-pareja.galeria3.jpg);
  height: 300px;
  background-size: cover;
}

.photo-4 {
  background-image: url(/images/fotos-pareja.galeria4.jpg);
  height: 300px;
  background-size: cover;
  background-position-y: bottom;
}
.photo-5 {
  background-image: url(/images/fotos-pareja.galeria5.jpg);
  height: 300px;
  background-size: cover;
}

.photo-6 {
  background-image: url(/images/fotos-pareja.galeria6.jpg);
  height: 300px;
  background-size: cover;
}

.photo-7 {
  background-image: url(/images/fotos-pareja.galeria7.jpeg);
  height: 300px;
  background-size: cover;
}

.photo-8 {
  background-image: url(/images/fotos-pareja.galeria8.jpg);
  height: 300px;
  background-size: cover;
}