@font-face {
  font-family: 'vanilla';
  src: url(../../../texts/fonts/Vanilla.ttf);
}

p {
  font-family: myFont;
}

body {
background-image: url(../../../backgrounds/green/grass.png);
background-attachment: fixed;
background-repeat: repeat;
background-attachment: scroll;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    font-family: 'vanilla';
    font-size: 14px;
}

.index {
    position: fixed;
    top: 30px;
    left: 70px;
    width: fit-content;
    z-index: 1;
}

.sitemap {
    position: fixed;
    bottom: 1px;
    right: 30px;
}

/*
#tooltip {
    opacity: 0;
    position: fixed;
    border:#5d1415 3px;
    padding: 10px;
    margin: 22px 20px 5px 3px;
    background-color:rgb(241, 25, 44, 0.6);
    color: white;
    border-radius: 15px;
    border-style: outset;
}
#box:hover #tooltip {
  opacity: 1;
}
*/

#dangle {
    image-rendering: pixelated;
    height: 200px;
}

#flower {
    image-rendering: pixelated;
    height: 300px;
}

/* ----------header----------- */

.header {
    width: 1450px;
    display: flex;
    margin-top: 12px;
    padding-bottom: 20px;
}

#header-title {
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#header-title:hover {
    filter: drop-shadow(0 0 10px rgb(255, 166, 193, 0.75));
}

#header-title {
   -webkit-animation: pop 1s ease-in-out infinite alternate;
 animation: pop 2s ease-in-out infinite alternate;
 -moz-animation: pop 2s ease-in-out infinite alternate;
}
  
@keyframes pop {
from {
transform:scale(1)
}

50% {
transform:scale(1.03)
}

to {
transform:scale(1)
}
}     

#doll {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    padding: 0 5px 0 5px;
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#doll:hover {
    filter: drop-shadow(0 0 15px rgb(248, 195, 198, 0.9));
}

#divider {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    image-rendering: pixelated;
    width: 310px;
    filter: drop-shadow(0 0 12px rgb(248, 195, 198, 0.5));
}

#divider1 {
    display: flex;
    margin: auto;
    justify-content: center;
    align-items: center;
    image-rendering: pixelated;
    width: 310px;
    transform: scaleX(-1);
    filter: drop-shadow(0 0 12px rgb(248, 195, 198, 0.5));
}

/* ---------- gallery sections ----------- */

.blanket {
    margin: auto;
    color: #440810;
    font-family: Tahoma, sans-serif;
    image-rendering: pixelated;
    border-width: 11px;
    border-style: solid;
    border-image: url("../../../borders/pinkborder1.png") 7 fill round;
    padding: 3px;
}

.blanket-inside {
    display: grid;
    grid-template-columns: 450px 450px 450px;
    grid-template-rows: 330px 330px;
    margin: auto;
    color: #440810;
    font-family: Tahoma, sans-serif;
    background-image: url(../../../backgrounds/pink/pink_plaid.gif);
    border-radius: 8px;
}

.digicam {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#digicam {
    position: absolute;
    right: -50px;
    bottom: -39px;
    text-align: center;
}

.closet {
    grid-column: 2 / 3;
    grid-row: 1 / 2;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#closet {
    position: absolute;
    right: -50px;
    bottom: -27px;
}

.physical-media {
    grid-column: 3 / 4;
    grid-row: 1 / 2;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#physical {
    position: absolute;
    right: -5px;
    bottom: -21px;
    text-align: center;
}

#media {
    position: absolute;
    right: -58px;
    bottom: -50px;
    text-align: center;
}

.lit-garden {
    grid-column: 1 / 2;
    grid-row: 2 / 3;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#lit {
    position: absolute;
    right: -100px;
    bottom: 0px;
    text-align: center;
}

#garden {
    position: absolute;
    right: -115px;
    bottom: -50px;
    text-align: center;
}

.zines {
    grid-column: 2 / 3;
    grid-row: 2 / 3;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#zines {
    position: absolute;
    right: -50px;
    bottom: -7px;
    text-align: center;
}

.crafts {
    grid-column: 3 / 4;
    grid-row: 2 / 3;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

#crafts {
    position: absolute;
    right: -50px;
    bottom: -23px;
    text-align: center;
}

#section1 {
    height: 240px;
    width: auto;
}

#section, #section1 {
    image-rendering: pixelated;
    transition: filter 0.3s ease-in-out, transform 0.3s ease-in-out;
}

#section:hover, #section1:hover {
    filter: drop-shadow(0 0 20px rgb(151, 52, 82));
    transform: rotate(-3deg);
}

/* ---------- footer ----------- */

.footer {
    margin-top: 14px;
    display: flex;
    width: 250px;
    color: #e0afc0;
    justify-content: center;
}

.button {
    display: flex;
}

.text {
    display: flex;
    margin-top: 12px;
}

#ram1 {
    padding-right: 6px;
}

#ram {
    padding-left: 20px;
    padding-right: 6px;
}

.footer a:link {
    text-decoration: none;
    color: #ffadd6;
}

.footer a:visited {
    color: #ffadd6;
}

.footer a:hover {
    color:#fc93c8;
    text-decoration: underline;
}

.footer a:active {
    color:#ffc2dd;
    text-decoration: underline;
}
