.headerimage img {
  margin-top: 80px;
  margin-bottom: 40px;
}

@media screen and (max-width: 479px) {
  .tile.featured {
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
}

.sidebar {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1001;
  top: 0;
  right: 0;
  background-color: #111;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 60px;
}

.sidebar a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}

.sidebar a:hover {
  color: #f1f1f1;
}

.sidebar .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.openbtn {
  font-size: 20px;
  cursor: pointer;
  background-color: #111;
  color: white;
  padding: 10px 15px;
  border: none;
  position: fixed;
  top: 15px;
  right: 15px;
  z-index: 1000;
}

.openbtn span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background-color: white;
}

.sidebar-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1000;
}

.sidebar.open {
  width: 250px;
}

.sidebar-overlay.open {
  display: block;
}

/* sketch  */

.threeCard {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}

.singleSketch {
  margin-top: 20px;
}
.twoCard {
  display: flex;
  gap: 20px;
  justify-content: space-between;
  margin-top: 20px;
}
