@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap");
body {
  font-family: "Poppins", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  color: #1F6194;
}

.logo-images {
  width: 300px;
}

.logo-images svg {
  height: 40px;
}

header .logo-images {
  margin: 0 auto;
}
header .logo-images svg .logo-identifier-1,
header .logo-images svg .logo-words-1,
header .logo-images svg .logo-words-2 {
  fill: #1F6194;
}

#hero {
  min-height: 700px;
  background-image: url("../images/Alexandria-lp.webp");
  background-size: cover;
}
#hero h1 {
  color: #ffca28;
  font-size: 4rem;
}
#hero h2 {
  color: white;
  font-size: 1.75rem;
}

hr.w-70 {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

.rfi-form {
  background-color: #a6c0d3;
}

.cincopa-container {
  background-image: linear-gradient(to bottom, rgb(35, 97, 146), rgb(0, 119, 139));
}

.cincopa-video {
  width: 990px;
  border: 5px solid white;
}

footer {
  color: white;
  font-size: 0.875rem;
  background-color: rgb(35, 97, 146);
}
footer a {
  color: white;
  text-decoration: none;
}
footer a:hover {
  text-decoration: underline;
}
footer .logo-images svg .logo-identifier-1,
footer .logo-images svg .logo-words-1,
footer .logo-images svg .logo-words-2 {
  fill: white;
}
footer .resources {
  border-top: 1px solid white;
}
footer .resources span {
  margin-right: 1rem;
}
footer .resources span:last-child {
  margin-right: 0;
}

/*# sourceMappingURL=style.css.map */
