/* Layout */
/* Font weight */
/* Margins */
*,
::before,
::after {
  box-sizing: border-box;
}

body {
  font-size: 0.75rem;
  font-family: "Hind", sans-serif;
  -webkit-text-size-adjust: 100%;
}

.container {
  text-align: center;
}

.background-image {
  background-image: url(../img/city.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
  padding-top: 10px;
}
.background-image::before {
  display: block;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.7294117647);
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /* The least supported option. */
  z-index: 1;
}
.background-image .intro-section {
  max-width: 90%;
  margin: auto;
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  min-height: 80vh;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .background-image .intro-section {
    max-width: 70%;
  }
}
.background-image .intro-section .container {
  width: 100%;
}
.background-image .intro-section .intro-text {
  margin: 0 auto;
  text-align: center;
}
.background-image .intro-section .intro-text h1 {
  font-size: 50px;
  line-height: 1;
  margin-bottom: 30px;
  text-shadow: none;
  text-transform: none;
  font-family: "Playfair Display", serif;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
}
@media (max-width: 400px) {
  .background-image .intro-section .intro-text h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  .background-image .intro-section .intro-text h1 {
    font-size: 80px;
  }
}
.background-image .intro-section .intro-text p {
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
}
.background-image .contact-section {
  font-size: 12px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .background-image .contact-section {
    margin-bottom: 0px;
  }
}
.background-image .contact-section p {
  margin: 0;
  margin: 0 auto;
  text-align: center;
  max-width: 90%;
  margin-bottom: 2px;
}
.background-image .contact-section p.last {
  margin-top: 20px;
}
.background-image .contact-section a {
  color: white;
}
.background-image .footer-text {
  margin-top: 32px;
  font-size: 0.625rem;
}
@media (min-width: 768px) {
  .background-image .footer-text {
    margin-top: 0px;
  }
}
.background-image footer {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-top: 20px;
}
.background-image footer p {
  font-size: 0.8rem;
}

* {
  font-family: "Hind", sans-serif;
  font-style: normal;
  color: white;
  border: 0;
  padding: 0;
  margin: 0;
}

body {
  height: 100vh;
}/*# sourceMappingURL=main.css.map */