.body {
  --purpleCol: #9115DF;
  --mainBGCol: #F5F4F1;
  --tealCol: #19C3BB;
  --yellowCol: #F3DB00;
  --hotPinkCol: #ed1d61;
  --peachyCol: #F64A4A;
  --lightGreyCol: #D9D9D9;
  --midGreyCol: #a7a7a7;
  --brownOrangeCol: #C34502;
  --electricGreenCol: #36DA00;
  --buttonHoverCol: #E8E8E8;
  --buttonBG: #fff;
  --menuBG: rgba(243, 219, 0, .5);
  transition: background-color .5s ease-out;
}

.darkmode {
  --purpleCol: #ccccff;
  --mainBGCol: #17161A;
  --tealCol: #A5FFFA;
  --yellowCol: #E3D985;
  --hotPinkCol: #FFA5A5;
  --peachyCol: #EEC49A;
  --lightGreyCol: #2A2A2A;
  --midGreyCol: #000;
  --brownOrangeCol: #EEC49A;
  --electricGreenCol: #E3FDDA;
  --buttonHoverCol: #2A2A2A;
  --buttonBG: #000;
  --menuBG: rgba(58, 57, 33, 0.47);
}

.intro-text {
  padding-top: 20px;
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-align: center;
}

.date-title {
  background: var(--lightGreyCol);
  background-size: 200% 200%;
  color: var(--peachyCol);
  transition: background-color .5s ease-out;
  /*background-color: /*#D9D9D9;*/
}

@keyframes workGradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.date-title h1 {
  font-size: large;
  display: grid;
  grid-template-rows: 35px;
  font-size: x-large;
}

.date-title span {
  justify-self: center;
}

.date-title-single {
  padding-top: 10px;
}

.date-title-single h2 {
  font-size: large;
  justify-self: left;
}

.work-detail-grid h2 {
  font-size: large;
  margin-left: -5px;
}

.work-detail-grid-last h2 {
  font-size: large;
}

.meta-details,
.meta-details-second {
  text-align: left;
  padding: 0 10px;
  margin: 0px;
}

.meta-grid-one ul {
  margin-bottom: 0;
}

.meta-details-second {
  margin-top: -15px;
}

.detail-text {
  padding: 0 10px;
  align-self: center;
}

.detail-img-holder {
  background-color: var(--lightGreyCol);
  justify-content: center;
}

.detail-img {
  object-fit: cover;
  width: 100%;
}

.detail-img-cover {
  display: none;
}

#dfgrid {
  background-color: var(--lightGreyCol);
}

#meta h2 {
  margin-left: 6px;
}

.work-detail-grid {
  display: grid;
  align-content: center;
}

.work-detail-grid-last {
  display: grid;
}

.meta-grid-one {
  display: grid;
  align-content: center;
  justify-content: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.no-mobile {
  display: none;
}

.meta-grid-two {
  display: grid;
  align-content: center;
  margin-left: -10px;
  margin-top: 0;
  padding-top: 0;
}

#uniTitle {
  position: relative;
  left: -3px;
}

#uniTitle .icon {
  left: -5px;
}

.detail-tri-grid {
  display: grid;
  grid-template-columns: 33% 33% 33%;
}

.detail-tri-grid .detail-text {
  justify-self: center;
  align-self: center;
}

.detail-img-holder {
  display: flex;
  align-items: center;
}

.main-content a {
  color: var(--hotPinkCol);
  text-decoration: none;
  font-weight: bold;
  transition: .5s ease-out;
}

.main-content a:hover {
  text-shadow: 0px 0px 1px #e8c3ff, 0 0 .6em #ed1d61;
}

.icon {
  position: relative;
  top: -2px;
}

@media screen and (min-width: 800px) {
  .date-title h1 {
    font-size: large;
    display: flex;
    justify-content: space-around;
    font-size: xx-large;
  }

  .date-title-single h2 {
    font-size: x-large;
  }

  .work-detail-grid {
    grid-template-columns: 50% 50%;
    column-gap: 0;
  }

  .work-detail-grid h2 {
    font-size: x-large;
  }

  .work-detail-grid-last {
    display: flexbox;
    justify-items: center;
  }

  .work-detail-grid-last h2 {
    font-size: x-large;
  }

  .meta-grid-one {
    display: grid;
    align-content: center;
    grid-template-columns: 55% 45%;
  }

  .meta-grid-two {
    display: grid;
    align-content: center;
    grid-template-columns: 33% 67%;
    margin-left: 0px;
  }

  .detail-img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: 15% 100%;
    display: block;
  }

  #uniTitle {
    left: 7px;
  }

  .detail-text,
  .meta-details,
  .meta-details-second {
    padding: 0;
  }

  .meta-grid-one {
    margin-top: 10px;
  }

  .meta-details-second {
    margin-top: auto;
  }

  .no-mobile {
    display: block;
  }

  .thumbnail-text {
    color: var(--electricGreenCol);
    font-weight: bold;
    justify-self: center;
    margin-top: auto;
  }

  #gcEffects {
    margin-top: 40px;
    margin-bottom: 10px;
    text-align: center;
  }

  #digitalfish {
    padding-left: 10px;
  }

  #disney {
    padding-right: 10px;
  }

  #meta h2 {
    margin-left: -6px;
  }

  .no-widescreen {
    display: none;
  }
}