@import url("https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap");
body {
  margin: 0;
  font-family: "Roboto Mono", monospace;
}

.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.nav {
  width: 100%;
  float: left;
  padding-top: 20px;
}

.logo img {
  width: 140px;
}

.hero {
  width: 100%;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  text-align: center;
  font-size: 20px;
  line-height: 46px;
  padding-top: 100px;
  padding-bottom: 80px;
}

.hero-align {
  text-align: center;
  display: inline-block;
  max-width: 620px;
}

.hero-logo {
  display: inline-block;
}

.btn {
  /* Rectangle 15 */
  display: inline-block;
  background: #7000FF;
  border: 3px solid #000000;
  box-shadow: 5px 6px 0px #000000;
  border-radius: 10px;
  color: white;
  padding: 5px 40px;
  text-transform: capitalize;
  text-decoration: none;
}

.btn:hover {
  /* Rectangle 15 */
  display: inline-block;
  background: #7000FF;
  border: 3px solid #000000;
  box-shadow: 2px 3px 0px #000000;
  border-radius: 10px;
  color: white;
  padding: 5px 40px;
  text-transform: capitalize;
  text-decoration: none;
}

.footer {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.footer-logo {
  width: 100px;
}

.header {
  font-weight: 500;
  font-size: 22px;
  padding-bottom: 20px;
}

.projects {
  padding-top: 40px;
  padding-bottom: 80px;
}
.projects-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 100%;
}
@media (max-width: 840px) {
  .projects-container {
    flex-direction: column;
  }
}
.projects-line {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 100%;
}
@media (max-width: 840px) {
  .projects-line {
    max-width: 100%;
    flex-direction: column;
  }
}
.projects-badges {
  display: flex;
  height: 20px;
  align-items: center;
  margin-top: 10px;
}
.projects-badges-badge {
  color: white;
  display: inline-block;
  background: #5b00ff;
  padding: 2px 7px;
  border-radius: 5px;
  font-size: 13px;
  margin-right: 5px;
}
.projects-badges label {
  font-size: 24px;
  line-height: 24px;
}
.projects-project {
  width: 40%;
  padding-top: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: start;
  text-decoration: none;
  color: black;
}
@media (max-width: 840px) {
  .projects-project {
    width: 100%;
    padding-right: 0;
  }
}
.projects-project:hover {
  opacity: 0.8;
}
.projects-project:hover span {
  opacity: 1;
}
.projects-project span {
  display: inline-block;
  width: 20px;
  height: 16px;
  background-image: url("../img/web/right-arrow.png");
  position: relative;
  background-position: 3px 3px;
  background-repeat: no-repeat;
  background-size: 16px;
  opacity: 0.6;
}
.projects-img {
  width: 120px;
  height: 70px;
  display: flex;
  align-items: center;
}
.projects-img img {
  max-width: 100%;
  max-height: 100%;
}
.projects-text {
  padding-top: 20px;
}

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