:root {
  --muted-yellow: #fdffdd;
}

html {
  margin: 0;
  padding: 0;
}

body {
  background-image: url("./images/bg/body-secondary.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

#hero {
  background-image: url("./images/bg/bg-sm.webp");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 660px;
}

.profile-img {
  margin: 0;
  width: 200px;
  height: 200px;
  transform: translateY(15px);
}

.info-box {
  background-color: rgba(0, 0, 0, 0.5);
}

#content {
  background-color: rgba(234, 201, 72, 0.2);
}

.card-container1 {
  background: url("./images/cards/opensource.png") no-repeat center/cover;
}

.card-container2 {
  background: url("./images/cards/cli.png") no-repeat center/cover;
}

.card-container3 {
  background: url("./images/cards/blogger.png") no-repeat center/cover;
}

.nav-icon {
  width: 50px;
  height: 50px;
}

@media screen and (min-width: 768px) {
  #hero {
    background-image: url("./images/bg/bg.webp");
    background-attachment: fixed;
  }

  .outer-box {
    background-color: rgba(0, 0, 0, 0.5);
  }
}

@media screen and (min-width: 962px) {
  .certs-outer {
    display: block;
  }
}

@media screen and (min-width: 1200px) {
  .profile-img {
    width: 80%;
    height: auto;
    transform: translateY(0);
  }
}
