

/* Code order: positioning, size, padding/border attributes */

body {
      cursor: url("/Images/FaviconAcmonBlue.png"), auto;
      background: repeat fixed center;
      background-image: url(Images/StellarGalaxy.png);
      background-position: center;
      margin: 10px;
      }
  
    @font-face {
                font-family: Por Siempre;
                src: url('/Fonts/Por Siempre G¢tica.ttf');
            }

            @font-face {
                font-family: Por Siempre;
                src: url('/Fonts/Por Siempre G¢tica.ttf');
                font-weight: bolder;
            }

            @font-face {
                font-family: Por Siempre;
                src: url('/Fonts/Por Siempre G¢tica.ttf');
                font-style: italic;
            }

            @font-face {
                font-family: Por Siempre;
                src: url('/Fonts/Por Siempre G¢tica.ttf');
                font-style: italic;
                font-weight: bold;
            }
 
 b {
                font-weight: bolder;
            }

      
      
p {
   font-family: Por Siempre;
   font-size: 150%;
  src: url('/Fonts/Por Siempre G¢tica.ttf');
  text-align: center;
}

ul {
  display: inline-block;

  }
  
li {
   font-family: Por Siempre;
  src: url('/Fonts/Por Siempre G¢tica.ttf');
 
  }
  
marquee {
  font-family:Por Siempre;
    src: url('/Fonts/Por Siempre G¢tica.ttf');

  }


.star {
	position: absolute;
	pointer-events: none;
}

.star:before, .star:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '\2726';
	font-size: 9px;
}

.star:before {
	color: transparent;
	text-shadow: 0 0 3px rgb(247, 148, 0);
}

.star:after {
	background: #fffb8a;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent; 
}

 

  /* Main Page */
  
  
       .container {
  display: grid;
  grid-template:
    "header"
    "title"
    "bellamie-milkshake" 
    "to-do"
    "quote-of-the-day"
    "directory"
    "blinkies"
    "updates"
   ;
   min-width: 0;
   grid-template-rows: 1fr min-content;
   grid-template-columns: repeat(3, 1fr);
}

  
  .header {
grid-area: 1 / 1 / 1/ span 10;
position: sticky;
height: 100px;
margin: auto;
min-width: 0;
top: 4px;
left: 0px;
width: 95%;
color: white;
text-align: center;
background-image: url("/Images/hangingstars.gif");
background-repeat: repeat-x; 
background-size: 150px;
background-position: top left;
}

.footer {
  position: fixed;
  margin: auto;
  left: 0;
  bottom: 0px;
  width: 100%;
  background-image: url("/Images/musicdivider.gif");
  background-repeat: repeat-x; 
  background-size: 150px;
  color: white;
  text-align: center;
}

@keyframes animationTest {
  from {left: 50px;}
  to {right: 50px;}
}
  
.titleimg
{
  grid-area: 2 / 2 / 2 / span 10 ;
  object-position: center;
  object-fit: fill;
  height: 200px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  min-width: 0;
  margin: 5px;
  text-align: left;
  padding: 5px;
  animation-name: animationTest;
  animation-duration: 5s;
  }

  
  .bellamie-milkshake:hover {
    box-shadow: 2px 5px 10px #FFE330;
}


.bellamie-milkshake {
  grid-area: 3 /1 / 3 / span 2; 
  margin: 5px;
  min-width: 0;
  width: auto; 
  height: 400px;
  border: 1px solid blue;
  border-style: dashed;
  border-radius: 15px 50px 30px 5px;
  background-color: #ACC5E0;
  object-fit: contain;
  }
  
 .link {
   grid-area: 3 /1 / 3 / span 2; 
  margin: 5px;
  min-width: 0;
  width: auto; 
  height: 400px;
 }
 
  .directory {
    grid-area: 4 / 1 / 4 / 1 ;
    margin: 5px;
   min-width: 0;
   width: 340px;
   padding: 5px;
border: 1px solid blue;
  border-style: dashed;
  border-radius: 5px;
   background-color: #ACC5E0;
  }
     .to-do {
  grid-area: 3 / 10 / 3 / 10 ;
  overflow: auto;
  min-width: 0;
  margin: 5px;
  width: 360px;
  height: 400px;
  right: 20px;
  text-align: left;
  padding: 5px;
border: 1px solid blue;
  border-style: dashed;
  border-radius: 5px;
  background-color: #ACC5E0;
  }
  
.quote-of-the-day {
  grid-area: 5 / 10 / 5 / 10 ;
  overflow: auto;
  min-width: 0;
  margin: 5px;
  width: 330px;
  height: 255px;
  right: 20px;
  text-align: left;
  padding: 5px;
  border: 10px transparent;
  border-width: 20px;
  border-image: url("/Images/borders.png") 17 round;
  border-style: solid;
  background-clip: padding-box;
  background-color: #ACC5E0;
  }
  
  .updates {
  grid-area: 4 / 10 / 4 / 10 ;
  overflow: auto;
  min-width: 0;
  margin: 5px;
  width: 360px;
  height: 400px;
  right: 20px;
  text-align: left;
  padding: 5px;
border: 1px solid blue;
  border-style: dashed;
  border-radius: 5px;
  background-color: #ACC5E0;
    }
  
   .main {
   grid-area: 3 / 2 / span 11 / span 3 ;
  margin: 10px;
  min-width: 0;
  height: 96%;
  width: auto;
  right: 20px;
  text-align: left;
  padding: 5px;
  border: 10px transparent;
border: 1px solid blue;
  border-style: dashed;
  border-radius: 10px;
  background-color: #ACC5E0;
  }
  
  
 
  
  .blinkies {
    grid-area: 5 / 1 / 5 / 1;
   margin: 5px;
   min-width: 0;
   width: 340px;
   padding: 5px;
   border-radius: 15px;
  }
  
  
  /*About Me PAGE*/
  
 

.flex-container {
  display: flex;
  flex-direction: column;  
  align-items: center;
    }
  
  .who-am-i-sizing {
  width: 350px;
  text-align: center;
  margin: 5px;
    }
  
  
  .why-butterfly {
  margin: 5px;
  width: 400px;
  text-align: center;
  padding: 5px;
    }
    
  .xerces-blue {
   margin: 5px;
   text-align: center;
   width: 550px;
   padding: 10px;
   border: 1px solid blue;
   border-style: dashed;
   border-radius: 15px;
   background-color: #ACC5E0;
    }
    
  .pronouns {
   margin: 5px;
   text-align: center;
   width: 350px;
   padding: 5px;
   border: 1px solid blue;
   border-style: dashed;
   border-radius: 15px;
   background-color: #ACC5E0;
    }

    
     /*Art Page*/
     
  .art-title {
    box-sizing: border-box;
    margin-left: auto; 
    margin-right: auto;
    height: 50px;
    width: 90%;
    text-align: center;
    padding: 5px;
    border: 1px solid blue;
    border-style: dashed;
    border-radius: 15px;
    background-color: #ACC5E0;
    }   
     
     .image-gallery div {
  margin: 5px;
  border: 5px solid;
  border-style: dashed;
  border-color: #ACC5E0;
  box-sizing: border-box;
  width: calc(25% - 10px);
  height: 360px;
  position: relative;
}

.image-gallery div img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.image-gallery {
  display: flex;
  flex-wrap: wrap;
}
 
 
 @media (max-width: 800px) {
  .example-image-gallery div {
    width: calc(50% - 10px);
  }
}


.image-gallery div span {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  background: #ACC5E0;
  color: black;
  text-align: center;
  padding: 5px 10px;
  font-size: 20px;
  opacity: 0;
  transform: translateY(100px);
  transition: transform 0.4s ease, opacity 0.5s ease;
}

  
  .image-gallery div:hover span {
  opacity: 1;
  transform: none;
}



  
  /* Personal Page */
  
  .container2 {
  display: grid;
  margin: 20px;
  grid-gap: 10px;
  grid-template-rows: 1fr min-content;
  grid-template-columns: repeat(3, 1fr);
  grid-template:
  
    "poetry"
    "main2"
    "currently"
    "bugs"
    }
  
  
  .main2 {
  box-sizing: border-box;
  grid-column-start: 4;
  grid-column-end: 7;
  grid-row-start: 1;
  grid-row-end: 5;
  width: 700px;
  height: 880px;
    overflow-y: scroll;
  margin: 10px;
  border-style: solid;
  border-radius: 15px;
 background-image: url("/Images/papertexture.jpg");
background-repeat: no-repeat;
background-size: cover;


  
    }
    
  .poetry {
  box-sizing: border-box;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 425px;
  margin: 10px;
  border-style: dashed;
  border-radius: 15px;
  overflow-y: scroll;       
  background-color: #ACC5E0;
    }
    
  .left {
    text-align: left;
    }
    
  .currently {
  box-sizing: border-box;
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 3;
  grid-row-end: 5;
  height: 425px;
  margin: 10px;
  border-style: dashed;
  border-radius: 15px;
  background-color: #ACC5E0;
    }
  
    
  

  
    