body {
  font-size: 100%;
  color: white;
  background-color: #0e0f16;
  font-family: Arial, Helvetica, sans-serif;
}

a {
  text-decoration: none;
  color: white;
}

html {
  -webkit-overflow-scrolling: touch;
  height: 100%;
}

h1 {
  font-size: 2rem;
}
h3 {
  font-size: 1.5rem;
}
h3 {
  font-size: 1rem;
}

.header {
  background-color: #231f20;
  display: flex;
}

.logoHeaderMobil {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.logoDesktopHeader {
  padding: 2rem;
}

.footerContact {
  font-size: 0.75rem;
  padding: 1rem;
}

.logoFooter {
  padding: 1rem;
}

.bottomLine {
  width: 100%;
  border: 1px solid white;
}

.navbarDesktop {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.navBtn:hover {
  border-top: 2px solid white;
  border-bottom: 2px solid white;
}

.navBtn {
  padding: 0.5rem;
  font-weight: 900;
}

.contactBtn:hover {
  transform: scale(1.1);
}

.contactButtons {
  width: inherit;
  display: flex;
  justify-content: space-between;
}

.moto {
  text-align: center;
  display: block;
  font-size: 1.75rem;
  font-weight: 900;
  margin: 3rem 0 3rem 0;
}

.flexBtn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 5px;
}

.phoneIcon {
  margin: 10px;
}

.calendarIcon {
  margin: 10px;
}

.contactBtn {
  font-size: 1.1rem;
  font-weight: 800;
  cursor: pointer;
  background-color: #008442;
  color: white;
  border: none;
  border-radius: 10px;
  text-align: center;
}

.footer-footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #231f20;
  padding: 5px;
  border-radius: 20px;
  text-align: center;
}

.footer-upper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.footerNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.linkNavFooter {
  border-right: 1px solid white;
  padding: 0rem 0.9rem;
}
.linkNavFooter:hover {
  background-color: #443c3e;
}

.linkNavFooter:last-child {
  border-right: none;
}

/* ------------- mobile max ----------------- */
@media screen and (max-device-width: 850px) {
  .navbarDesktop {
    display: none;
  }

  .p-menu1 {
    display: block;
  }
}

/* ----------- Non-Retina Screens tablet ----------- */
@media screen and (min-device-width: 850px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  .navbarDesktop {
    display: none;
  }

  .p-menu1 {
    display: block;
  }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 850px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  .navbarDesktop {
    display: none;
  }

  .p-menu1 {
    display: block;
  }
}
@media screen and (min-device-width: 915px) {
  .pageContent {
    width: 915px;
    margin: auto;
  }

  .contactButtons {
    justify-content: space-evenly;
  }

  .contactButtons a {
    width: 30%;
  }

  .flexBtn {
    justify-content: center;
  }
}
