/* Fonts */
@font-face {
  font-family: "sourBold";
  src: url("/deco/Fredoka-Medium.woff2") format("woff2");
}

@font-face {
  font-family: "sourReg";
  src: url("/deco/Fredoka-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "dynapuff";
  src: url("/deco/DynaPuff-VariableFont_wdth\,wght.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* END */

/* Fun Navigation Buttons */
   #writingButton{
    background-image: url(/deco/fun_icons/writing.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:150px;
    height:150px;
  }

  #musicButton{
    background-image: url(/deco/fun_icons/music.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:150px;
    height:150px;
  }

  #creativeButton{
    background-image: url(/deco/fun_icons/creative.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:150px;
    height:150px;
  }

  #hobbiesButton{
    background-image: url(/deco/fun_icons/hobbies.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:150px;
    height:150px;
  }

  #personalButton{
    background-image: url(/deco/fun_icons/personal.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:150px;
    height:150px;
  }

  #extrasButton{
    background-image: url(/deco/fun_icons/extras.png);
    background-repeat: no-repeat;
    background-size: cover;
    width:150px;
    height:150px;
  }

  .funIcons{
    display:flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
/* END */

/* Navigation Bar Buttons */
#homeButton{
  background-image: url(/deco/home_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 53px;
  width: 150px;
}

#aboutButton{
  background-image: url(/deco/about_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 53px;
  width: 150px;
}

#projectsButton{
  background-image: url(/deco/projects_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 53px;
  width: 150px;
}

#funButton{
  background-image: url(/deco/fun_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 53px;
  width: 150px;
}

#galleryButton{
  background-image: url(/deco/gallery_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 53px;
  width: 150px;
}

#artistButton{
  background-image: url(/deco/contact_img.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 53px;
  width: 150px;
}
/* END */

/* Elements */

h1,
h2,
h3,
h4{
  font-family: dynapuff, Verdana;
}

b{
  font-family: sourBold, Verdana;
}

body {
  font-family: sourReg, Verdana;
  font-size: 18px;
  letter-spacing: 0.2px;
  margin: auto; 
  padding: 40px;
  line-height: 1.5;
  word-spacing: 1.2px;
}

ul li { 
  padding: 6px 0px; 
}

video{
    width:60%;
  }

/* For Guestbook Image */
img.guest{
  height: 80px;
  width: 230px;
}
    /* end */


hr {
    border : 0;
    height: 2px; 
    text-align: center;
    }
      
p{
    text-indent: 50px;
      }
/* END */

/* Megan Ito Page */
    /* Small images on the page */
img.megan{
  float: right;
  max-width: 40%;
  height: auto;
  margin: 10px;
  border-style: solid;
}
    /* end */

/* Megan Image Gallery */
.imageGallery {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 5%;
  max-width: 40%; 
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}
    /* end */

p.megan{
  font-size: 15px;
  text-indent: 0px;
}

p.meganTitle{
  font-size: 19px;
  text-indent: 0px;
  font-weight: 900;
}

/* END */

/* MISC. */
    /* Center Text */
.centered{
  text-align: center;
}

    /* Horizontal Wide Image Resizing */
.fullsizeImage{
  width:60%
}

    /* Clears any Floats */
#clear {
    clear: both;
  }

  /* Caption Text */
  .imageDesc{
    font-size: small;
    text-align: center;
  }
  
  #fitImage{
    max-width: 40%;
    height: auto;
  }
  
  #floatImage{
      float: right;
      max-width: 380px;
      height: auto;
  }
  
  #image{
      text-align: center;
  }
/* END */


/* Index Page Boxes */

    /* Images */
#first {
  float: left;
  /* bottom background image stuff in index page */
background-image: url(/deco/mascot_sit_one.png);
background-position: right top;
background-repeat: no-repeat;
background-size: 70px, 70px;
/* end */
}
#second {
  float: right;
  /* bottom background image stuff in index page */
background-image: url(/deco/mascot_sit_two.png);
background-position: right top;
background-repeat: no-repeat;
background-size: 70px, 70px;
/* end */
}
    /* end */

/* Box on the Left on Main Page */
#madnessOne{
  background-color: rgba(217, 248, 158, .6); 
  color: #003528;
  border: dotted;
  border-color: #003528;
  padding: 10px;
  overflow: auto;
  width: 400px;
  height: 200px;
}
/* end */

/* Box on the Right on Main Page */
#madnessTwo{
  color: #003528;
  border: dotted;
  padding: 10px;
  width: 200px;
  height: 200px;
  text-align: center;
  overflow: auto;
}
/* end */
/* END */

/* GRID ITEMS */
.container {  display: grid;
  grid-template-columns: min-content auto min-content; 
grid-template-rows: min-content min-content;  
gap: 20px 20px;
grid-auto-flow: row;
grid-template-areas:
"title title title"
"sidebar item item";
}

/* Header Items */
    /* Main Header */
    .title { 
        grid-area: title; 
        display: flex;
        width: auto;
        height: 121px;
         /* bottom background image stuff in index page */
         background-image: url(/deco/banner.png);
         background-position: right;
         background-size: 1100px;
         background-repeat: no-repeat;
         /* end */
      }
    /* end */
    
    
        /* Audio Buttons */
    .music {
        border-radius: 30px;
    }
    
    .scrolly{
        line-height: 210px;
      }
      
      .logo {
        width: 350px;
        height: 115px;
        background-image: url(/title.png);
        background-size: 350px 115px;
        background-repeat: no-repeat;
      }
      
      #audioText{
        font-size: small;
        vertical-align: middle;
      }
    /* end */

.sidebar { grid-area: sidebar; 
border: solid;
padding: 1em;
display:flex;
flex-direction: column;
}

.item { 
grid-area: item; 
height: min-content;
border: solid;
padding: 1.5em;
}

/* index page deco */
#indexPage{
    /* bottom background image stuff in index page */
    background-image: url(/deco/mascot_bug.png), url(/deco/grass.png);
    background-position: center bottom, left bottom;
    background-repeat: no-repeat, repeat-x;
    /* END */
  }

.credits {
font-size: small;
text-align: center;
}

.directory { grid-area: directory; 
border: solid;
padding: 1em;}

.album { grid-area: album; 
overflow: auto;
border: solid;
padding: 1em;
}

/* yearly table stuff below */
.yearly{
  width: fit-content;
}

#t1{
  width:auto;
}

/* END */

/* astrology table stuff */
.astro{
  margin-left: auto;
  margin-right: auto;
}
/* END */