/* Default Styles */

img {
  max-width: 100%;
  max-height: 100%;
  background-color: #d1d1d1;
  box-shadow: rgba(14, 30, 37, 0.12) 0px 2px 4px 0px,
    rgba(14, 30, 37, 0.32) 0px 2px 16px 0px;
}

.primary-img {
  margin-top: 5%;
}

.navigation {
  height: 50px;
  width: 100%;
  background-color: #fff;
}

.navigation p {
  color: #000;
}

.project-description {
  margin-top: 10%;
}

.technical-info {
  margin-top: 10%;
}

.project-snapshots {
  margin-top: 10%;
}

.project-snapshots img {
  margin-top: 5%;
  margin-bottom: 10%;
}

.link {
  font-weight: bold;
  color: #344ceb;
}

.project-link-btn {
  color: #16c79a;
  background-color: #fff;
  border-radius: 12px;
  border: 2px solid #16c79a;
  padding: 10px;
}

.project-link-btn:hover {
  color: #fff;
  background-color: #16c79a;
}

.link:hover {
  transition: transform 150ms;
  transform: translateX(20px);
}

.project-description a {
  text-decoration: none;
  color: inherit;
}

.restaurant-online-presence-section,
.photography-online-presence-section,
.dice-game-section,
.portfolio-section {
  padding: 10% 20%;
  background-color: #fff;
  color: #000;
}

.game-rules {
  margin-top: 10%;
}
