/*TAKE A LITTLE PEEKSIE BUT NO PROMISES THAT ANY OF THIS IS GOOD!*/
:root {
    --palepink: #fff7f8;
    --pale: #f4e2e9;
    --bg: #f2dada;
    --pink: #f7c9c8;
    --pinky: #ffdedb;
    --rosey: #ffdbdd;
    --dusty: #7f6969; 
    --font: #aa6363;
    --magenta: #b24270;
    --dark: #1b1a1a;
    --cherry: #AC1E44;
    --clover: #257954;
    --minty: #F5FEE6;
    --pine: #fff;
    --sage: #fff;
    --bubblegum: #ff9ea6;
    --candy: #ff9ec6;
  }
  
  body {
      font-family: Mali, sans-serif;
      color: var(--cherry);
      background-image: url('/images/bg/gingham_candypink.png');
      background-attachment: fixed;
    }

    footer {
      text-align: center;
      color: grey;
      transition: 0.3s ease-in-out;
    }

    footer a {
      color: white;
      text-decoration: none;
      transition: 0.3s ease-in-out;
    }

    footer a:hover {
      color: grey;
    }
  
    h1, h2, h3, h4 {
        color: var(--candy);
      font-family: warmheart, sans-serif;
      margin: 0%;
    }

    h1 {
        font-size: 72px;
        color: var(--candy);

        text-shadow:
            -1px -1px 0 white,
            1px -1px 0 white,
            -1px  1px 0 white,
            1px  1px 0 white;
    }

    h2 {
        font-size: 42px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }
    h2 a {
      color: white;
      text-decoration: none;
      transition: 0.3s ease-in-out;
    }
    h2 a:hover {
      color: var(--candy);
      transition: 0.3s ease-in-out;
    }
  
    p a:hover {
        color: var(--candy);
    }
  
    hr {
      border: 0;
      height: 15px;
      background-position: center;
      background:url('/images/dividers/gothic1.png');
    }

  /*Big container that wraps everything up, excuse the silly name*/
  #tupperware {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    margin-top: -10px;
    margin-left: -10px;
  }

  .navcontainer {
    min-width: 200px;
    max-width: 200px;
    background-color: white;
    padding: 1%;
    text-align: center;
    margin-right: 20px;
    border-right: 20px solid transparent;
    border-image: url('/images/dividers/scalloped_white.png') 17 round;
    border-image-outset: 1;

    margin-bottom: -20px;
  }

  .navcontainer img {
    max-width: 100%;
    margin: auto;
  }

  .navcontainer a {
    color: var(--candy);
    text-decoration: none;
    letter-spacing: 2px;
    transition: letter-spacing 0.3s ease-in-out;
  }

  .navcontainer a:hover {
    color: var(--cherry);
    text-decoration: none;
    letter-spacing: 8px;
    transition: letter-spacing 0.3s ease-in-out;
  }

  .navcontainer ul {
    list-style-type: none;
    font-size: 16px;
    padding: 0%;
  }

  .navcontainer img {
    vertical-align: middle;
  }
  
  /*main body area*/
  .boxcontainer {
      min-width: 80%;
      max-width: 100%;
      overflow: auto;
      padding: 2%;

      font-size: 24px;
      margin-bottom: -20px;
    }

    .boxcontainer {
        letter-spacing: 1.7px;
    }
  
    .boxcontainer a {
        font-weight: bold;
      }

    .boxcontainer p a {
      color: white;
      text-decoration: none;
    }

    .boxcontainer p a:hover {
      color: var(--candy);
    }

      .boxcontainer img {
        max-width: 100%;
      }

      .boxcontainer blockquote {
        letter-spacing: 1.5px;
      }

      .boxcontainer ul {
        list-style-image: url('/images/icons/heart.gif');
      }

      .boxcontainer ul a {
        color: var(--candy);
        text-decoration: none;
        transition: 0.3s ease-in-out;
      }

      .boxcontainer ul a:hover { 
        color: var(--magenta);
        transition: 0.3s ease-in-out;
      }

    .sidecontainer img {
      position: fixed;
      bottom: 0%;
      max-width: 30%;
    }

    @media only screen and (max-width:900px){ 
    #tupperware {
      flex-direction: column;
    }
    .navcontainer {
      flex: 1;
      min-width: 98%;
      max-width: 98%;
      margin: auto;
      border: none;
    }
    .boxcontainer {
      flex: 2;
      min-width: 98%;
      max-width: 98%;
      margin: auto;
      border: none;
    }
    .sidecontainer {
      display: none;
    }
  }

    .banner {
        display: flex;
        justify-content: center;   /* horizontal */
        align-items: center;       /* vertical */

        text-align: center;
        background-image: url('/images/banners/clouds.gif');
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 0% 60%;
        height: 100px;
        border: 1px solid;
        border-radius: 5px;
        margin-bottom: 15px;
    }

    .banner h1 {
        margin: 0;
    }

    .center {
      text-align: center;
    }

  .gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(550px, 1fr));
  grid-auto-rows: 10px;
  gap: 30px;
}

  .minicon {
    border: 6px solid transparent;
    border-image: url('/images/borders/white\ lace.png') 7 round;
    border-image-outset: 1;
    background-image: url('/images/bg/pink_grid_lapin_edit.png');
    height: fit-content;
    text-align: center;

    margin-top: 20px;
    margin-bottom: 20px;

    break-inside: avoid;
    margin-bottom: 30px;
    break-inside: avoid;
    page-break-inside: avoid;
    -webkit-column-break-inside: avoid;
  }

    .whiteshadow {
      filter: 
      drop-shadow(1px 1px #fff) 
      drop-shadow(-1px 1px #fff) 
      drop-shadow(1px 1px #fff) 
      drop-shadow(1px -1px  #fff) 
      drop-shadow(1px 1px #fff) 
      drop-shadow(-1px 1px #fff) 
      drop-shadow(1px -1px #fff) 
      drop-shadow(-1px -1px #fff);    
   }

     .outline {
        filter: 
        drop-shadow( 1px  0px 0px var(--magenta)) 
        drop-shadow(-1px  0px 0px var(--magenta))
        drop-shadow( 0px  1px 0px var(--magenta)); 
     }


    /*GETS RID OF THAT ANNOYING TRIANGLE ON READ MORE*/
    details > summary {
      list-style: none;
    }
    details > summary::-webkit-details-marker {
      display: none;
    }
    /*...*/
  

    @media only screen and (max-width:900px){

      .navbar {
        margin: 0%;
        margin-top: 2%;
        margin-bottom: 0%;
      }
      .footer{ 
        margin: 5%;
        margin-top: 0%;
        margin-bottom: 2%;
    }
    }
    /*CURSORS*/
    body {
      cursor: url("/cursors/hearts_cursor.gif"), auto;
    }
    a {
      cursor: url("/cursors/heartclick.gif"), auto;
    }

    /*TEXT SELECTION*/
    ::-moz-selection { /* Code for Firefox */
      color: white;
      background: var(--candy);
    }
    
    ::selection {
      color: white;
      background: var(--candy);
    }

* {
    scrollbar-color: var(--candy) var(--pinky);
    scrollbar-width: thin;
}
