body {
  font-family: "Baloo Bhaina 2", cursive;
}

.bg {
  min-height: 82vh;
  color: rgb(22, 13, 58);
  text-align: center;
}

.header-bg-custom {
  background: rgba(35, 35, 35, 1);
}

.heegu {
  color: rgb(210, 210, 210);
  margin: auto;
  font-size: 30px;
}

.heegu:hover {
  color: rgb(144, 144, 144);
}

.intro {
  margin-top: 20%;
}

.title {
  font-size: 35px;
  margin-top: 3%;
}

.badge-custom {
  font-size: 13px;
}

.tech {
  width: 50px;
  height: 20px;
  border: 1px solid black;
  border-radius: 2px;
  padding: 0px 5px;
  margin: 2px 3px;
  font-size: 14px;
}

.cursor {
  cursor: pointer;
}

.game-desc {
  height: 50px;
}

.img-box-game {
  height: 450px;
  margin-bottom: 30px;
}

.img-box-portfolio,
.img-box-hackathon {
  height: 500px;
  margin-bottom: 30px;
  min-width: 500px;
}

.contents-img-portfolio {
  height: 300px;
  border-radius: 2px;
  border: 1px solid #888888;
}

.contents-img-game:hover,
.contents-img-portfolio:hover,
.contents-img-hackathon:hover {
  transform: scale(1.01);
  box-shadow: 0 2px 4px 0 #888888, 0 3px 10px 0 #888888;
}

.github-logo,
.linkedin-logo,
.resume-text {
  width: 100px;
  height: 30px;
  border: 1px solid silver;
  padding: 2px;
  margin: 20px;
  border-radius: 5px;
  overflow: auto;
}

.resume-text {
  background-color: silver;
}

.github-logo:hover,
.linkedin-logo:hover,
.resume-text:hover {
  border: 1px solid black;
  transform: scale(1.01);
}

.skills-img {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin: auto;
}

.skills-img-box {
  width: 150px;
  height: 50px;
  overflow: hidden;
  margin-bottom: 20px;
}

.skills-img-box img {
  width: auto;
  height: 50px;
}

.golden {
  color: gold;
}

.send-email {
  margin: auto;
  width: 50%;
}

.contact-ip > input,
.contact-ip > textarea {
  color: black;
}

.omega-footer {
  text-align: center;
}

.line {
  border-bottom: 1px solid #888888;
}

@media (max-width: 767.98px) {
  .game-desc {
    height: auto;
  }

  .skills-img-box img {
    width: auto;
    height: 30px;
  }

  .badge-custom {
    font-size: 9px;
  }

  .send-email {
    width: 70%;
  }
}

@media (max-width: 575.98px) {
  .contents-img-game {
    height: 245px;
  }

  .img-box-game {
    height: 400px;
    margin-bottom: 30px;
  }

  .contents-img-portfolio,
  .contents-img-hackathon {
    height: 200px;
  }

  .img-box-portfolio,
  .img-box-hackathon {
    height: 400px;
    margin-bottom: 30px;
    min-width: 100%;
  }

  .omega-footer {
    font-size: 14px;
  }

  .skills-img-box img {
    width: auto;
    height: 50px;
  }

  .tech {
    font-size: 12px;
  }

  .resume-position {
    right: 55%;
    top: 15%;
  }

  .bg {
    text-align: center;
    font-size: 14px;
  }

  .send-email {
    width: 100%;
  }

  .contact-ip > input,
  .contact-ip > textarea,
  .send-form-btn-box > input {
    font-size: 12px;
  }
}
