blockquote {
  margin: 0;
}
font[color="#C0C0C0" i] {
  color: #A0A0A0 !important;
}
[style*="color:silver" i], [style*="color: silver" i] {
  color: #A0A0A0 !important;
}
[style*="color:#C0C0C0" i], [style*="color: #C0C0C0" i] {
  color: #A0A0A0 !important;
}
font[color="#808080" i] {
  font-size: 11px !important;
}
font[color="#CA8FFE" i] {
  color: #BDA5CA !important;
}
.main_container h1 {
  font-size: 24px;
}
.about_headshot {
  width: 1.5in;
  height: 1.5in;
  display: block;
  margin: 0 auto 10px;
  border-radius: 4px;
}
img {
  max-width: 100%;
  height: auto;
}
body {
  background-color: #151c00;
  margin: 0;
}
@media (min-width: 1025px) {
  body {
    background-image: url(../dkyel2.jpg);
  }
}
.main_container {
  max-width: 700px;
  width: 52%;
  margin: 0 auto;
  padding: 1%;
}
@media (max-width: 768px) {
  .main_container {
    width: 100%;
    padding: 0 5%;
    box-sizing: border-box;
  }
}
.footer {
  height: 65px;
  background: #000;
  width: 100%;
}
.nav_table {
  display: table;
  width: 100%;
}
.nav_table_row {
  display: table-row;
}
.nav_table_left_button {
  text-align: left;
  display: table-cell;
}
.nav_table_middle_button {
  display: table-cell;
  text-align: center;
  vertical-align: top;
  width: 33px;
}
.nav_table_right_button {
  text-align: right;
  display: table-cell;
}
.art_grid_container {
  max-width: 980px;
  margin: 0 auto;
  padding: 1% 3%;
  box-sizing: border-box;
}
.art_grid_container h1 {
  font-size: 20px;
}
.art_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 24px;
  justify-items: center;
  align-items: start;
  margin-top: 20px;
}
@media (max-width: 900px) {
  .art_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .art_grid {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
.art_grid_item {
  text-align: center;
}
.art_grid_thumb_wrap {
  display: inline-block;
  width: 100%;
  max-width: 220px;
  margin: 0 auto;
}
.art_grid_thumb_inner {
  position: relative;
  display: block;
}
.art_grid_thumb {
  max-width: 100%;
  max-height: 220px;
  width: auto;
  height: auto;
  display: block;
  margin: 0 auto;
}
.art_grid_arrow {
  position: absolute;
  top: 50%;
  right: -22px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 14px solid #D4AF37;
}
.art_grid_label {
  margin-top: 8px;
  font-family: Arial, sans-serif;
  color: #A0A0A0;
  font-size: 14px;
  line-height: 1.4;
}
.art_grid_year {
  font-style: italic;
  font-size: 13px;
}
.art_header {
  background-color: #151c00;
  padding: 12px 4% 14px;
  box-sizing: border-box;
}
.art_header_image {
  text-align: center;
  margin: 0 0 12px;
}
.art_chiclets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.art_chiclet {
  display: inline-block;
  background-color: #332700;
  color: #999999;
  font-family: Arial, sans-serif;
  font-size: 13px;
  text-decoration: none;
  padding: 6px 14px;
  border-radius: 3px;
  white-space: nowrap;
}
.art_chiclet:hover {
  background-color: #3d2f00;
}
.art_chiclet_active {
  background-color: #332700;
  color: #E8E1CC;
}
