a {
  color: #7D8776;
}

/*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%;
}

mark {
 background-color: #fbe7f0;
 color: #606060;
}

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;
}

/* tooltip */

#s-m-t-tooltip {
  max-width: 300px;
  border-radius: 0px;
  padding: 3px 4px 5px 4px;
  margin: 10px 7px -2px 10px;
  background-color: #FEF8FC;
  border: 1px dotted #AAAAAA;
  font-family: 'cutesy';
  font-size: 7px;
  letter-spacing: 2px;
  color: #545454;
  position: relative;
  z-index: 100000 !important;
  pointer-events: none;
  text-align: center;
}

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

ul {
  list-style: none;
}

#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;
}

/*---------------------------------*/
/*Carrousel*/
/*---------------------------------*/

.contenedor-barra {
    width: 100%;
    height: 60px;
    overflow: hidden;
    background-color: transparent;
  }

  .barra-giratoria {
    display: flex;
    width: 200%; 
    animation: moverBarra 7s linear infinite;
  }

  .barra-giratoria img {
    height: 40px;
    margin: 2px;
  }


  @keyframes moverBarra {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }


/*---------------------------------------------*/
/*sidenav*/
/*---------------------------------------------*/

#mySidenav a {
  position: absolute;
  left: -80px;
  transition: 0.3s;
  padding: 20px;
  width: 100px;
  text-decoration: none;
  font-size: 20px;
  font-family: 'gentle remind';
  color: #6c564b;
  border-radius: 0 5px 5px 0;
}

#mySidenav a:hover {
  left: 0; 
}

#about {
  top: 20px;
  background-color: #ffdce8;
}

#coms {
  top: 230px;
  background-color: #f8bbd0;
}

#diary {
  top: 90px;
  background-color: #fff0f0;
}

#idk {
  top: 160px;
  background-color: #ffe1e7;
}

#credits {
  top: 300px;
  background-color: #ffe1e7;
}

#resources {
  top: 300px;
  background-color: #ffe1e7;
}

/*---------------Sidenav right--*/

#OffSite a {
  position: absolute;
  right: -80px; 
  transition: 0.3s;
  padding: 20px;
  width: 100px;
  text-decoration: dotted underline;
  font-size: 20px;
  font-family: 'gentle remind';
  color: #6c564b;
  border-radius: 5px 0 0 5px; 
}

#OffSite a:hover {
  right: 0;
}

#porfile {
  top: 20px;
  background-color: #ffdce8;
}

#anilist {
  top: 90px;
  background-color: #fff0f0;
}

#MyYT {
  top: 160px;
  background-color: #ffe1e7;
}

#savetheworld {
  top: 230px;
  background-color: #f8bbd0;
}

#aficiones {
  top: 330px;
  background-color: #ffe1e7;
}

/*---------------------------------------------*/
/*title*/
/*---------------------------------------------*/

.title {
  background-color: white;
  width: 80%;
  height: 100px;
  border: 10px solid transparent;
  border-image: url('/images/deco/bordes.png') 100 repeat;
  border-image-outset: 15px; 
  justify-content: center;
  align-content: center;
  text-align: center;
  margin: 2px auto !important;
}

  
.title-inside {
  background-image: url('https://i.pinimg.com/1200x/ec/db/79/ecdb79bb127984f7df92712dfb7fedb3.jpg');
  background-size: 50%;
  width: 90%;
  overflow: hidden;
  border: 2px dotted #fb9dd4;
  border-radius: 12px;
  justify-content: center;
  align-content: center;
  text-align: center;
  margin: 2px auto !important;
}

.title-font {
  font-family: 'starborn';
  color: white;
  font-size: 40px;
  text-align: center;
  justify-content: center;
  align-content: center;
  text-shadow: 3px  0px 0px #f1b3bd,
               0px  3px 0px #f1b3bd,
              -3px  0px 0px #f1b3bd,
               0px -3px 0px #f1b3bd;
}
 
.subtitle {
  font-family: 'Hachi Maru Pop';
  color: #6c564b;
  font-size: 10px;
  text-align: center;
  justify-content: center;
  align-content: center;
}
  

/*---------------------------------------------*/
/* Content box */
/*---------------------------------------------*/

.content-box-index {
  background-image: url('/images/hii.jpeg');
  background-size: 50%;
  background-color: #fef4fa;
  width: 50%;
  border: 2px solid #fb9dd4;
  border-radius: 12px;
  box-shadow: 2px 2px 2px #a3736720;
  overflow: hidden;
  margin-left: 30px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 20px auto !important;
}


.main-container {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.content-box, .content-box-right {
  position: relative;
  overflow: hidden;
  background-image: url('https://i.pinimg.com/736x/50/dc/5a/50dc5a9cead001ae559dfbdeb34fe0c6.jpg');
  background-size: 50%;
  background-color: #fef4fa;
  width: 250px;
  height: 450px;
  border: 4px double #fb9dd4;
  border-radius: 12px;
  box-shadow: 2px 2px 2px #a3736720;
  text-align: center;
  margin-top: 20px;
}


/*-------------------------------------------------------*/
/*inside index box*/
/*-------------------------------------------------------*/

.credit-box {
  width: 90%;
  min-height: 400px;
  background-color: white;
  text-align: center;
  border: 10px solid;
  border-image: url('/images/deco/borde1.png') 150 repeat;
  border-image-outset: 10px;
  margin: 15px auto !important;
}

/*------------------------------------------*/
/*----stamp---*/
/*------------------------------------------*/

.stamp-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  position: relative;
  left: 0;
  right: 0;
  padding: 0 12px;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 15px auto !important;
  z-index: 0;
}

.stamp-grid img {
  height: 45px;
}

/*------------------------------------------*/
/* decoration */
/*------------------------------------------*/

#dividertopper {
  position: sticky;
  top: 0;
  left: 0;
  margin-bottom: -19px;
  width: 100%;
  height: 30px;
}

.divisor-fondo {
    background-image: url('/images/dividers/9.png');
    background-repeat: repeat;
    background-position: center;
    background-size: contain;
    height: 70px;
    width: 100%;
    margin: 20px 0;
}

.inline-image {
  float: left;
  margin-right: 5px;
  width: 200px;
  height: auto;
}

/*-----------------------------------------------*/
/*----text----*/
/*-----------------------------------------------*/

.index-title {
  font-family: 'flyover';
  font-size: 50px;
  text-align: center;
  margin-top: 10px;
  color: #f1b3bd;
}

.index-subtitle {
  font-family: 'gentle remind';
  font-size: 10px;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
  color: #6c564b;
  text-decoration: dotted underline;
}

p {
  font-size: 20px;
  margin-bottom: 10px;
}