body {
  background-color: #cccccc;
}

nav {
  background-color: transparent;
  background: rgba(0, 0, 0, 0.7);
}
nav ul li a:hover {
  background: rgba(245, 245, 245, 0.4);
}
.sidenav{
  width: auto;
  height: auto;
  padding-bottom: 1vh;
}
a.btn {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3.2vh;
  margin-left: 6vh;
  background-color: #999999;
}
a.btn:hover {
  background-color: #666666;
}

.row h4 {
  font-family: "Patrick Hand", cursive;
  text-align: center;
  text-shadow: 1px 3px 5px rgb(150, 150, 150);
}
.row .acquired {
  font-family: "opensans-bold", sans-serif;
  margin-block-start: 20px;
  background-color: #e6e6e6;
}
.row .acquired .validated {
  color: green;
}
.row .to-be-acquired {
  font-family: "opensans-bold", sans-serif;
  margin-block-start: 20px;
  background-color: #e6e6e6;
}
.row .to-be-acquired .not-validated {
  color: red;
}
.row img {
  width: -webkit-fill-available;
}/*# sourceMappingURL=skills.css.map */
