body {
  background: white;
  background-image: url(/art/feed/asset/blwhtdts.gif);
  font-family: verdana;
  font-size: 15px;
  margin: 0;
}
#nav {
  position: -webkit-sticky;
	position: sticky;
	top: 0;
	background: white;
	background-image: url(/art/13/lbgrid.gif);
	height: 43px;
	width: fit-content;
	padding: 0 5px 5px 5px;
	border-radius: 0 0 5px 5px;
	text-align: center;
	display: flex;
	justify-content: space-around;
	z-index: 999;
	margin: auto;
}
#nav .pin {
  text-align: center;
  display: inline-block;
  font-family: "Kindy";
  color: #fff;
  font-size: 17px;
  padding: 5px;
  text-decoration: none;
  border-radius: 0 5px 5px 0;
  width: fit-content;
  margin: 5px;
  border: none;
}
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}
.dropdown-content a {
  color: black;
  font-family: "Kindy";
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}
.dropdown-content a:hover {
  background-color: #f1f1f1
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .pin {
  background-color: #3e8e41;
}
#reel {
  width: 100%;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  overflow: auto;
}
#banner {
  height: 200px;
  width: 1100px;
  background: white;
  overflow: hidden;
  margin: auto;
  border-radius: 3px 3px 0 0;
  position: relative;
}
h1 {
  font-size: 30px;
  font-family: "Kindy";
}
/* ----- Gallery Start ----- */
#gallery {
  overflow: auto;
  overflow-x: hidden;
  max-width: 1080px;
  min-width: 1080px;
  padding: 10px;
  background-image: url(/art/13/85p.png);
  margin: auto;
}
.tab {
  overflow: hidden;
  width: 1080px;
}
.tab button {
  float: left;
  border: none;
  border-radius: 5px 5px 0 0;
  margin-right: 10px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}
.tabcontent {
  display: none;
  width: 1050px;
}
.active {
  display:block;
}
#art {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(/art/13/lpgrid.gif);
  padding: 10px;
}
#scrap {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(/art/13/lygrid.gif);
  padding: 10px;
}
#sketch {
  display: flex;
  max-width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  background-image: url(/art/13/lbgrid.gif);
  padding: 10px;
}
.frame {
  width: 154px;
  overflow: auto;
  flex-wrap: wrap;
  padding: 5px;
  margin: 3px;
  text-align: center;
  background: white;;
  border-radius: 8px;
}
.frame h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0;
  text-align: center;
}
#art .frame img {
  background: #825C7A;
  border: 1px outset #4D2654;
  border-radius: 3px;
}
#scrap .frame img {
  background: #955E4C;
  border: 1px outset #651111;
  border-radius: 3px;
}
#sketch .frame img {
  background: #2E3777;
  border: 1px outset #170A4C;
  border-radius: 3px;
}
.container {
  position: relative;
  height: 150px;
  width: 150px;
  text-align: center;
  color: white;
  display: inline;
}
.desc {
  position: absolute;
  top: -136px;
  left: 1px;
  padding: 5px;
  border-radius: 2px 0px 10px 0px;
  background: red;
}
.tag {
  position: absolute;
  bottom: 4px;
  right: 4px;
}
.tag img {
  background: none !important;
  border: none !important;
}
a {
  text-decoration: none;
  color: white;
}
/* --- Gallery End --- */
#footer {
  max-width: 1080px;
  overflow: auto;
  background: #3A2B2C;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin: auto;
  border-radius: 0 0 3px 3px;
}
@font-face {
  font-family: "Kindy";
  src: url("/home/img/KGMissKindyChunky.ttf")  format('truetype');
}