/*-------------------------------------------
  ----body----
---------------------------------------------*/

body {
  background-image: url('/images/fondo_estrella.jpeg');
  background-size: 100px; 
  background-repeat: repeat;
  font-family: 'rainy hearts', sans-serif;
  min-height: 100vh;
  color: #b29c91;
  justify-content: center;
  align-items: flex-start;
  box-sizing: border-box;
  padding: 20px;
  overflow-x: hidden;
  width: 100%;
}

.flex{
    display: flex;
    width: 100%;
    height: max-content;
}

mark {
 font-family: 'Hachi Maru Pop';
 font-size: 12px;
 background-color: transparent;
 color: white;
 text-shadow: 1px  0px 0px #f1b3bd,
               0px  1px 0px #f1b3bd,
              -1px  0px 0px #f1b3bd,
               0px -1px 0px #f1b3bd;
}

h1 {
  font-family: 'flyover', serif;
  color: #f1b3bd;
}

h2, h3 {
  font-family: 'gentle remind', serif;
  color: #6c564b;
}

/* ---------------------------------------------------
  ----fonts----
------------------------------------------------------*/

.hachi-maru-pop-regular {
  font-family: 'Hachi Maru Pop', cursive;
  font-weight: 400;
  font-style: normal;
}


@font-face {
   font-family: 'rainy hearts'; 
  src: url('/fonts/rainyhearts.woff2') format('woff2'), 
       url('/fonts/rainyhearts.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'gentle remind'; 
  src: url('/fonts/Gentle Remind.woff2') format('woff2'), 
       url('/fonts/Gentle Remind.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'flyover'; 
  src: url('/fonts/Flyover.woff2') format('woff2'), 
       url('/fonts/Flyover.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'cutesy'; 
  src: url('/fonts/Cutesy.woff2') format('woff2'), 
       url('/fonts/Cutesy.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
   font-family: 'starborn'; 
  src: url('/fonts/Starborn.otf') format('opentype'), 
       url('/fonts/Starborn.ttf') format('truetype'); 
  font-weight: normal;
  font-style: normal;
}

.bottom-area,
.footer {
  background: none !important;
  border: none !important;
  box-shadow: none !important;
  font-family: arial;
  font-size: 12px;
  font-weight: 600;
  color: #8d7c76;
}



/* scrollbar */

::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background-color: #fff7fa;
  -webkit-border-radius: 0ex;
  border: 1px dotted #edaecb;
}

/*----------------------------------------------------------
----selection---- 
------------------------------------------------------------*/

::selection {
  background-color: #fef4fa;
  color: #8d7c76;
}

::-moz-selection {
  background-color: #fef4fa;
  color: #8d7c76;
}



a {
  text-decoration: none;
  color: #67807a;
  transition: .1s
}

a:link {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #545454;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #ffe8e9;
  background-color: transparent;
  text-decoration: dotted underline;
  font-style: italic;
}

a:active {
  color: #545454;
  background-color: transparent;
  text-decoration: underline;
}



* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  list-style-position: inside;
  list-style-image: url("https://pixels.crd.co/assets/images/gallery141/25583869.gif?v=29416114");
}


li:hover{
    font-style: italic;
    text-decoration: dotted underline;
    padding-left: .67em;
    transition: .3s;
}

#context_menu {
  background: #FEF8FC;
  border: 1px dotted #AAAAAA;
  letter-spacing: 1px;
  width: 70px;
  font-family: 'gentle remind';
  font-size: 8px;
  position: absolute;
  display: none;
  z-index: 100000;
}

#context_menu ul li {
  padding: 4px;
  z-index: 100000;
}

#context_menu ul li:hover {
  background: #FEF8FC;
  color: #848484;
  z-index: 100000;
}




/*-------------------------------------------------*/
/*----SIDEBAR----*/
/*-------------------------------------------------*/

.side {
  height: 100%;
  width: 20%;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-image: url('https://i.pinimg.com/736x/08/1e/b0/081eb09bd6a7cc028559d8edfb03bf1c.jpg');
  background-size: 50%;
  overflow-x: hidden;
  border-right: 10px solid;
  border-image: url('/images/deco/borde1.png') 150 repeat;
  border-image-outset: 10px;
  text-align: center;
}

.side button {
  width: 80%;
  border: none;
  outline: 1.5px dashed #6c564b;
  outline-offset: -8px;
  background-color: white;
  border-radius: 5px;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
  color: #6c564b;
  font-family: 'gentle remind';
}

.side button:hover {
  background: #ffe5ed;
}


@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.divisor-fondo {
    background-image: url('https://mypillowfort.net/media2/tumblr_254049b794cd413ec8ba7bc465f195db_902b9359_250.gif');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border-radius: 20px;
    height: 70px;
    width: 95%;
    margin: 10px auto !important;
}

/*-----INSIDE-----*/

.icon {
  vertical-align: middle;
  width: 100px;
  border-radius: 50%;
  outline: 2px solid #fb9dd4;
  outline-offset: 3px;
  margin: 20px auto !important;
}

.icon img{
  width: 100px;
  border-radius: 50%;
}

/*buttons*/

.stamp {
  width: 95%;
  min-height: 100px; 
  background-color: transparent;
  padding: 10px;
  margin: 5px auto;
}

.stamp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  padding: 0 12px;
  box-sizing: border-box;
}

.stamp-grid img {
  width: 88px;
  height: auto;
  display: block;
  margin: 0 auto;
}


.zoom {
  transition: transform .2s;
}

.zoom:hover {
  -ms-transform: scale(1.15);
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
}
/*---------------------------------------------------*/
/*----TEXT----*/
/*---------------------------------------------------*/

.icon-title {
  font-family: 'gentle remind';
  font-size: 15px;
  text-align: center;
  color: #6c564b;
}

.link {
  width: 100%;
}

textarea {
  width: 70%;
  height: 100px;
  text-align: center;
  border: 2px double #fb9dd4;
  border-radius: 5px;
  background: white;
}

/*---------------------------------------------------*/
/*----BUTTON----*/
/*---------------------------------------------------*/
