.baseMenuDesktop {
  display: none;
}

.baseMenu {
  position: fixed;
  bottom: 3%;
  left: 3%;
  z-index: 100;
}
.baseMenu nav {
  width: 190px;
  padding: 0px 10px 0px 10px;
  display: none;
  background-color: #82CBCE;
  border-radius: 7px 7px 0px 0px;
}
.baseMenu nav ul {
  padding: 15px 15px 15px 15px;
}
.baseMenu nav ul li {
  list-style-type: none;
  font-size: 18px;
  font-family: paralucent, sans-serif;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 24px;
  color: #ececec;
  letter-spacing: 1px;
}
.baseMenu nav ul li:hover {
  text-transform: uppercase;
  color: #576366;
  font-weight: 900;
  font-family: haboro-contrast-normal, sans-serif;
}
.baseMenu section {
  width: 190px;
  height: 30px;
  background-color: #82CBCE;
  border-radius: 7px;
}
.baseMenu section section {
  display: flex;
  justify-content: center;
  align-items: center;
}
.baseMenu section section div {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: white;
  margin: 0px 4px 0px 4px;
}
.baseMenu section section div:hover {
  width: 15px;
  height: 15px;
}

.baseMenuDesktop {
  width: 100%;
  top: 0;
}
.baseMenuDesktop nav {
  background-color: #82CBCE;
  width: 100%;
  height: 45px;
}
.baseMenuDesktop nav ul {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
}
.baseMenuDesktop nav ul li {
  list-style-type: none;
  font-size: 14px;
  font-family: paralucent, sans-serif;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 24px;
  color: #ececec;
  color: #576366;
}
.baseMenuDesktop nav ul li:hover {
  text-transform: uppercase;
  color: #ececec;
  font-weight: 900;
  font-size: 14px;
  font-family: haboro-contrast-normal, sans-serif;
  transform: translate(0px, -1px);
}
.baseMenuDesktop nav ul li a {
  letter-spacing: 2px;
  text-transform: uppercase;
}

.baseFooter {
  height: 250px;
  width: 100%;
  background-color: #877786;
  z-index: 10;
  position: relative;
}
.baseFooter header section {
  height: 125px;
  padding: 20px 0px;
}
.baseFooter header section h1 {
  font-family: agenda, sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  color: #D8F5F3;
  margin: 0% 10%;
}
.baseFooter header section ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  justify-content: space-evenly;
  height: 100%;
}
.baseFooter header section ul li {
  font-family: poppins, sans-serif;
  font-weight: 300;
  font-size: 11px;
  color: #EFFBFA;
}
.baseFooter .safeLogo {
  display: none;
}
.baseFooter footer {
  background-color: #D8F5F3;
  display: flex;
  justify-content: space-around;
  padding: 20px 0px;
}
.baseFooter footer h1 {
  font-family: flower-power, sans-serif;
  font-size: 13px;
  color: #877786;
}
.baseFooter footer h1 span {
  font-family: normalidad-wide, sans-serif;
  font-weight: 200;
  font-size: 17px;
}
.baseFooter footer h2 {
  font-size: 17px;
  font-family: quiche-sans, sans-serif;
  font-size: 700;
  color: #877786;
}

@media (min-width: 1025px) {
  .baseFooter {
    height: 150px;
    width: 100%;
    display: flex;
  }
  .baseFooter header {
    width: 100%;
    display: flex;
    flex-direction: row;
    background-color: black;
    justify-content: space-evenly;
  }
  .baseFooter header section {
    width: 100%;
  }
  .baseFooter .safeLogo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 260px;
    background-color: #F8E8F4;
    border-right: 1px dotted;
  }
  .baseFooter footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 260px;
  }
}
@media (min-width: 800px) {
  .baseMenu {
    display: none;
  }

  .baseMenuDesktop {
    z-index: 999;
    display: block;
  }
}
@keyframes popBase {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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