:root{

--Secondary-color:#e8a9b7;
/*greens*/
--Color-1:#fefdfd;
--Color-2:#fcebed;
--Color-3:#fcebed;
/*pinks*/
--Color-4:#fcebed;
--Color-5:#fcebed;
--Color-6:#fcebed;
/*yellows*/
--Color-7:#fffce8;
--Color-8:#f2edc9;
--Color-9:#fcfae6;
/*Shade*/
--Black:#0000;
--White:#ffff;
/*more-random-colors*/
--Color-10:#F5FFF0;
--Color-11:#e8728f;
--Color-12:#d5b4c6;
--Color-13:#d0baa7;
--Color-14:#b06d7c;
--Color-15:#f5fff7;
--Color-16:#fff5f8;
--Color-17:#fcfcf7;
/*Scroller color*/
--Color-18:#ffcfdd;
/*backgrounds*/

/*misc-gradients-idk*/
--Gradient-1:linear-gradient(0deg,rgba(250, 255, 240, 1) 0%, rgba(233, 250, 212, 1) 39%);
--Gradient-2: radial-gradient(circle,rgba(255, 235, 242, 1) 0%, rgba(252, 252, 252, 1) 100%);
--Gradient-3:linear-gradient(0deg,rgba(255, 245, 250, 1) 8%, rgba(255, 235, 241, 1) 87%, rgba(255, 250, 250, 1) 100%);
/*Filter*/
--my-filter: none;
--my-filter-2:none;
--my-filter-3:none;
--my-filter-4:brightness(90%)contrast(130%)saturate(50%);
--none:none;
--my-filter-5:none;
}



@font-face {
  font-family: "Spirit";
  src: url("https://angeldolly.com/fonts/Spirit.ttf");
}

@font-face {
  font-family: "PixelatedElegance";
  src: url("https://angeldolly.com/fonts/PixelatedEleganceRegular-ovawB.ttf");
}

@font-face {
  font-family: "Larasati";
  src: url("https://decomail.space/fonts/Larasati%20Pixelated.otf");
}
@font-face {
  font-family: "Emoji";
  src: url("https://angeldolly.com/fonts/EmojiFont.ttf");
}
@font-face {
  font-family: "Pixel";
  src: url("https://angeldolly.com/fonts/PFPixelscriptPro-subset.otf");
}

  html {
  scroll-behavior: smooth;
      filter: none;
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: none;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom,
        .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left,
        .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe,
    .gslide video {
  outline: none !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}


.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 80vw;
  width:100%;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
border:10px solid white;
border-image: url("https://i.postimg.cc/xdFbgC4G/IMG_1920.png")  25 round;
background-color:white;
background-clip:padding-box;
padding:5px;


}


.desc-top .gslide-image img,
        .desc-bottom .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img,
        .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
        /* max-width: 160vmin; */
  margin: auto;
}

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.desc-top .gslide-media,
    .desc-bottom .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
}

.gslide-description.description-left,
    .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom,
    .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}


/*
 * Description for mobiles
 * something like facebook does the description
 * for the photos
*/

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.75)));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.75) 100%);
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #9a7d67;
  font-size: 0.5em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #9a7d67;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #9a7d67;
  font-weight: bold;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader 0.8s infinite linear;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: rgb(248, 227, 239);
  will-change: opacity;
}

.glightbox-mobile .goverlay {
    background-color: #ffedf4;
   background-image:url(https://i.pinimg.com/originals/61/bd/3d/61bd3d3eab45f4b19c1ebfdc4c5b43f2.gif);
	  background-size:cover;
}

.gprev,
.gnext,
.gclose {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  filter:var(--my-filter);
}

.gprev svg,
.gnext svg,
.gclose svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
	display:none;
}

.gprev.disabled,
.gnext.disabled,
.gclose.disabled {
  opacity: 0.6;
}

.gprev .garrow,
.gnext .garrow,
.gclose .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #132a4b;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gnext,
    .glightbox-closing .gprev,
    .glightbox-closing .gclose {
  opacity: 0 !important;
}


/*Skin */

.glightbox-clean .gslide-description {

}

.glightbox-clean .gdesc-inner {
  padding: 10px;
  text-align: center;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: normal;
  font-family: 'Pixel';
  color: #813254;
	  font-weight: bold;
  margin-bottom: 16px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 16px;
  color: #a87e6c;
	  font-weight: bold;
  text-shadow:var(--White) 2px 2px 2px;
  margin-bottom: 0;
  font-family: 'spirit';
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {
  background-color: transparent;
}

.glightbox-clean .gprev path,
.glightbox-clean .gnext path,
.glightbox-clean .gclose path {
display:none;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
    display: block;
    width: 150px;
    height: 150px;
    background-image: url(https://angeldolly.com/arrow.png);
    background-repeat: no-repeat;
    padding: 5px;
    vertical-align: middle;
    z-index: 99;

}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
    display: block;
    width: 50px;
    height: 20px;
    background-image: url(https://angeldolly.com/pic/6cad3ae2cbfa058f4676b808b56410d0-removebg-preview.png);
    background-repeat: no-repeat;
    transform-: ;
    padding: 5px;
    vertical-align: middle;
    position: absolute;
    z-index: 99;
    right: 30px;
}

.glightbox-clean .gclose {
  width: 86px;
  height: 86px;
  background-image: url("https://tse1.mm.bing.net/th/id/OIP.KefxXFoZdlOu4IobAbhdgAHaHa?r=0&rs=1&pid=ImgDetMain&o=7&rm=3");
  background-repeat: no-repeat;
  vertical-align: middle;
  position: absolute;
  z-index: 99;
  right: 2%;
  top: 2%;
  padding: 10px 15px;
  border-radius: 1px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity:1;
}


/*CSS Animations*/

.gfadeIn {
  -webkit-animation: gfadeIn 0.5s ease;
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  -webkit-animation: gfadeOut 0.5s ease;
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  -webkit-animation: gslideOutLeft 0.3s ease;
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  -webkit-animation: gslideInLeft 0.3s ease;
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  -webkit-animation: gslideOutRight 0.3s ease;
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  -webkit-animation: gslideInRight 0.3s ease;
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  -webkit-animation: gzoomIn 0.5s ease;
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  -webkit-animation: gzoomOut 0.5s ease;
  animation: gzoomOut 0.5s ease;
}

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}

@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}

@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image,
                .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left,
    .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background-color: #ffedf4;
   background-image:url(https://i.pinimg.com/originals/61/bd/3d/61bd3d3eab45f4b19c1ebfdc4c5b43f2.gif);
	  background-size:cover;
  }

  .glightbox-clean .description-left .gdesc-inner,
.glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gprev,
    .glightbox-clean .gnext,
    .glightbox-clean .gclose {

  }
  .glightbox-clean .gprev:hover,
.glightbox-clean .gnext:hover,
.glightbox-clean .gclose:hover {
    background-color: transparent;
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}

@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 1;
    right: 20px;
  }
}

@media screen and (max-height: 420px) {
  .goverlay {
    background: var(--Color-4);
   background-image:url(https://i.pinimg.com/originals/61/bd/3d/61bd3d3eab45f4b19c1ebfdc4c5b43f2.gif);
	  background-size:cover;
  }
}

 * {
         margin: 0;
         padding: 0;
         box-sizing: border-box;
         image-rendering: pixelated;
         }
         @keyframes popIn {
         from {
         transform: scale(.75);
         opacity: .2
         }
         to {
         transform: scale(1);
         opacity: 1
         }
         }
         body{
         word-break: break-word;
         overflow-wrap: break-word;
         font-family:'pixelatedelegance';
         background-image: radial-gradient(var(--White) 2px, transparent 2px), radial-gradient(var(--White) 2px, transparent 2px);
         background-size: 43px 43px;
         background-position: 0 0, 21.5px 21.5px;
         background-color: var(--Color-4);
         color:var(--Primary-color);
         }

         a{
         color:var(--Color-13);
         }
         .Wrapper{
         width: 95%;
         max-width: 90rem;
         margin: 2rem auto;
         padding:5px;
         border-width: 5px;
         border-style: solid;
         border-image: var(--Basic-frill) 40 fill round;
         width: fit-content;
         padding:12px;
         }
         .container {
         background:var(--Color-3);
         padding:10px;
         display: grid;
         grid-template-columns: 1fr 3fr;
         grid-template-rows: 1.3fr 1fr 60rem 0fr;
         gap: 5px 5px;
         grid-auto-flow: row;
         grid-template-areas:
         "Header Header"
         "Navigation Navigation"
         "Left-column Right-column"
         "Footer Footer";
         }
         .container > div{
         border:1px solid;
         background-color:var(--Color-9);
         box-shadow: 2px 2px 2px inset white, -1px -1px 1px inset var(--Color-5);
         }

         /*Right-column*/
         h2, h3, h4, h5, h6 {
         font-family: 'Spirit';
         color:var(--Color-12);
         text-shadow: 0 1px white, 1px 0px white, 0 -1px white, -1px 0px white, 1px -1px white, -1px 1px white, 1px 1px white, -1px -1px white;
         }
         h1{
          font-family: 'Pixel', 'Cursive';
  font-size: 1.6em !important;
  letter-spacing: 1.2px;
   filter: drop-shadow( 0 0.5px rgb(164, 135, 116)) drop-shadow( 0.5px 0 rgb(164, 135, 116)) drop-shadow( 0 -0.5px rgb(164, 135, 116)) drop-shadow( -0.5px 0 rgb(164, 135, 116)) drop-shadow( 0 2px white) drop-shadow( 2px 0 white) drop-shadow( 0 -2px white) drop-shadow( -2px 0 white)drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow(1px 1px 0 rgba(172,172,172,0.6)) drop-shadow( 0 0 1px #424242);
  color:#f9dff0;
         }
         h2{
         color:var(--Color-11);
         }
         .content{
         height:100%;
         display:flex;
         flex-direction:column;
         gap:1%;

         background-blend-mode: multiply;
         background-color:var(--Color-6);
         border:1px solid var(--Primary-color);
         padding:1%;
         }
         main{
         height:100%;
         border: 5px ridge white;
         overflow:auto;
         }

         .page-title{
         background:transparent;
         z-index:10;
         position:sticky;
         top:0;
         display: block;
         width:100%;
         }
         .page-title h3{
         text-shadow:none;
         color: #a2806a;
         font-weight: 100;

         }
         .page-header{
         padding:20px;
         border-bottom:2px dashed var(--Primary-color);
         }
         #pink-title{
         background-color: #fbf7f7;
         }

         .divider{
         height: 2rem;
         background-size: 700px;
         background-repeat: repeat-x;
         }
         #pink-divider{
         background-image: url(https://angeldolly.com/borders/IMG_3531.png);
         }



         .gallery {
         display:flex;
         flex-wrap: wrap;
         justify-content: center;
         width: 100%;
         overflow: auto;
         }
         .gallery a{
         border:3px ridge var(--White);
         max-width: 250px;
         border-radius:5px;
         padding:1.2%;
         margin:1%;
         text-decoration: none;
         background-color:var(--White);
         position:relative;
         }
         .gallery a:nth-child(even){
         box-shadow: -3px -3px 2px inset var(--Color-1);
         background-color:var(--White);

         background-size:10px 10px;
         border-width: 5px;
         border-image: url('https://angeldolly.com/pic/tumblr_517d3e87137533bfe59f217f75392877_9fa4b691_75.png') 7 round ;
        background-clip: padding-box;
         }
         .gallery a:nth-child(odd){
         box-shadow: -3px -3px 2px inset var(--Color-5);
         background-color:var(--White);
         background-size:10px 10px;
                  border-width: 5px;
         border-image: url('https://angeldolly.com/pic/tumblr_517d3e87137533bfe59f217f75392877_9fa4b691_75.png') 7 round ;
        background-clip: padding-box;
         }
         .gallery p{
         color:var(--Primary-color);
         font-size:0.6em;
         }
         .gallery p,.gallery h4{
         padding:5px;
         text-align:left;
         width:100%;
         text-transform: lowercase;
         background-color:var(--White);
         border:2px ridge var(--White);
         }
         .gallery a:nth-child(even)::before{
         position:absolute;
         background-image:url("https://angeldolly.com/pic/pixelator_ROSjOcUs%20(1)%20(1).png");
         content:"";
         left:0;
         top:0;
         background-size:contain;
         background-repeat: no-repeat;
         background-position: center;
         width: 50px;
         height: 50px;
         z-index:2;
         filter:var(--my-filter);
         }
         .gallery a:nth-child(even)::after{
         position:absolute;
         background-image:url("https://angeldolly.com/pic/pixelator_ROSjOcUs%20(1)%20(1).png");
         content:"";
         right:0;
         bottom:0;
         background-size:contain;
         background-repeat: no-repeat;
         background-position: center;
         width: 30px;
         height: 40px;
         z-index:2;
         filter:var(--my-filter);
         }
         .gallery a:nth-child(odd)::before{
         position:absolute;
         background-image:url("https://angeldolly.com/pic/pixelator_ROSjOcUs%20(1)%20(1).png");
         content:"";
         right:0;
         top:0;
         background-size:contain;
         background-repeat: no-repeat;
         background-position: center;
         width: 40px;
         height: 40px;
         z-index:2;
         filter:var(--my-filter);
         }
         .gallery a:nth-child(odd)::after{
         position:absolute;
         background-image:url("https://angeldolly.com/pic/pixelator_ROSjOcUs%20(1)%20(1).png");
         content:"";
         left:0;
         bottom:0;
         background-size:contain;
         background-repeat: no-repeat;
         background-position: center;
         width: 25px;
         height: 25px;
         z-index:2;
         filter:var(--my-filter);
         }
         .gallery img {
         aspect-ratio:2/2;
         width:100%;
         border:2px dashed var(--Primary-color);
         object-fit: cover;
         background: var(--Gradient-1);
         position:relative;
         }
         .gallery .censored{
         filter:blur(5px);
         }


         @media only screen and (max-width: 1400px){
         .page1-flex{
         display:flex;
         flex-direction:column;
         }
         }
         @media only screen and (max-width: 900px){
         .Wrapper{
         width:95%;
         margin:50px auto;
         border:1px solid;
         padding:1px;
         border-image:none;
         }
         .container {
         display:flex;
         flex-direction:column;
         padding:3px;
         }
         #page1 h1{
         font-size:1.7em;
         }
         .Header{
         order:1;
         height:6rem;
         }
         .Navigation{
         order:2;
         }
         .Right-column{
         order:3;
         height:30rem;
         font-size:0.8em;
         }
         .Left-column{
         order:4;
         }
         .Footer{
         order:5;
         }
         header span{
         font-size:1.1em;
         position:relative;
         z-index:33;
         }
         .page-header{
         padding:5px;
         }
         .page-header h1{
         font-size:1.6em;
         font-family: pixel;
         }
         .page-header h3{
         font-size:1em;
         }
         #PC-links ul{
         display:flex;
         flex-direction:row;
         flex-wrap:wrap;
         justify-content: center;
         }
         .gallery a {
         max-width: 120px;
         }
         .gallery p,.gallery h4{
         padding:1%;
         text-align:left;
         font-size:15px;
         }
         .gallery a:nth-child(even)::before{
         height:30px;
         width:30px;
         }
         .gallery a:nth-child(odd)::before{
         height:30px;
         width:30px;
         }
         .gallery a:nth-child(even)::after{
         height:20px;
         width:20px;
         }
         .gallery a:nth-child(odd)::after{
         height:20px;
         width:20px;
         }

         }
