#header {
  display: flex;
  justify-content: center;
}

#header .links {
  display: none;
}

.logoImg {
  display: flex;
  justify-content: center;
}

/* ///////////////////////////////// */

#hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

#hero img {
  width: 100%;
}

.location {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.location h3 i {
  font-size: 2rem;
}

.headline {
  display: flex;
  flex-direction: column;
}

.headline h1 {
  font-size: 2rem;
}

.headline i {
  font-size: 1rem;
}

.location h3 {
  font-size: 1rem;
}

/* //////////////////////////////////////// */

.clanarina {
  display: flex;
  flex-direction: column;
}

.text {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.lorem {
  display: none;
}

.fit p {
  display: none;
}

/* ////////////////////////////////////// */

.Fmarker h1 {
  font-size: 1.5rem;
  display: flex;
  text-align: center;
}

/* ///////////////////////////////////// */

.footerWrapper {
  display: flex;
  flex-direction: column-reverse;
}

.contact {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* ///////////////////////////////////////// */
.modal-content {
  width: 100%;
}
