* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'lato', sans-serif;
}

.hide {
  display: none;
}

.deskSection {
  display: none;
}

.aboutIntroContainer {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 30px 20px 50px 20px;
  background-image: url(../img/mobileIntrobg.png);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: auto;
  justify-content: start;
  gap: 40px;
}

.aboutNav {
  position: relative;
  width: 50px;
  height: 41px;
  margin-left: 5px;
  z-index: 20;
}

.rect {
  position: absolute;
  display: block;
  width: 35px;
  height: 7px;
  background-color: #272a31;
}

.rec2 {
  margin-top: 10px;
}

.rec3 {
  margin-top: 20px;
}

.aboutHello {
  color: #ec5242;
  font-size: 1.75rem;
  font-weight: normal;
}

.aboutIntroH1 {
  font-weight: 900;
  font-size: 3.75rem;
  color: #ec5242;
}

.aboutTechSphere {
  border: 1px solid #d3d3d3;
  background-color: #fff;
  padding: 20px;
  font-size: 1rem;
  font-weight: normal;
  color: #272a31;
  width: 75%;
}

.contactInfo {
  font-size: 1rem;
  font-weight: normal;
  color: #272a31;
  align-self: center;
}

.contactEmail {
  color: #272a31;
  font-size: 1rem;
  align-self: center;
  font-weight: bold;
}

.logoSection {
  padding: 30px;
  border-bottom: 1px solid #272a31;
}

.logoContainer {
  display: flex;
  flex-direction: column;
  height: 240px;
  align-items: center;
  justify-content: start;
  gap: 20px;
}

.logoContainer > hr {
  border: 1px solid #ec5242;
  width: 95px;
}

.logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: aqua;
  padding: 10px;
  border: 2px outset #000;
  border-radius: 3px;
  color: #272a31;
}

.logo > p {
  color: tomato;
  font-size: 1.5rem;
  font-weight: 900;
}

.memories {
  padding: 30px 20px;
}

.memoriesContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}

.memoriesContainer > hr {
  border: 1px solid #ec5242;
  width: 95px;
  margin: -20px;
}

.memorieslink {
  background-image: url(../img/memories.jpeg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 275px;
  height: 183px;
  color: #fff;
  text-decoration: none;
}

.memoriesDiv {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ec5242;
  height: 100%;
  opacity: 0.9;
}

.memoriesDiv1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.partner {
  background-color: #272a31;
  padding: 30px;
}

.partner > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #fff;
}

.partner > div > hr {
  border: 1px solid #ec5242;
  width: 45px;
}

.width {
  width: 120px;
}

.partnerContainer {
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}

.footerContainer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  padding: 5px;
}

.mobileMenu {
  width: 45%;
  background-color: #d3d3d3;
  position: absolute;
  top: 0;
  height: 100vh;
  z-index: 10;
  padding: 200px 15%;
}

.menuContainer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  height: 100%;
}

.menuContainer a {
  font-size: 1.3rem;
  font-weight: 500;
  padding-bottom: 10px;
  text-decoration: none;
  color: #272a31;
}

.menuContainer a:hover {
  color: #ec5242;
  border-bottom: 2px solid #ec5242;
}

.menuContainer li {
  list-style: none;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .deskSection {
    display: block;
  }

  .topBarUl a {
    padding-bottom: 10px;
  }

  .aboutNav {
    display: none;
  }

  .mobile {
    display: none;
  }

  footer {
    background-color: #272a31;
    color: #d3d3d3;
  }

  .topNavContainer {
    background-color: #272a31;
    color: #d3d3d3;
    display: flex;
    align-items: flex-end;
    padding: 10px 5vw;
    flex-direction: column;
  }

  .topNavContainerUl {
    display: flex;
    gap: 2rem;
  }

  .topNavContainerUl > li {
    list-style: none;
  }

  .topBarContainer a {
    text-decoration: none;
    color: #272a31;
  }

  #about {
    color: #ec5242;
  }

  .topNavContainerUl > li > a {
    text-decoration: none;
    color: #d3d3d3;
  }

  .topBarUl a:hover {
    color: #ec5242;
    border-bottom: 2px solid #ec5242;
  }

  .topBarContainer {
    display: flex;
    padding: 0 4vw;
    align-self: center;
    justify-content: flex-end;
    background-color: #fff;
    align-items: center;
    gap: 9%;
  }

  .topBarUl {
    display: flex;
    justify-content: space-evenly;
    width: 50%;
  }

  .topBarUl li {
    list-style: none;
  }

  .topBarBtn {
    padding: 10px;
    background-color: #fff;
    border: 2px solid #ec5242;
  }

  .aboutIntroContainer {
    align-items: center;
  }

  .memoriesDiv1 {
    flex-direction: row;
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .mobileMenu {
    display: none;
  }
}
