 /* PAGE BODY INFO */

            body {
                font-family: "mali"
                font-size: 14px;
                margin: 0;
                background-color: #081820;
                /* you can delete the line below if you'd prefer to not use an image */
                background-image: url('/images/slimebg.png');
                color: #E8E7D8;
              
            }
            
            a:hover 
            } 

            * {
                box-sizing: border-box;
            }

            /* SITE CONTAINER */

            #container {
                max-width: 900px;
                /* this is the width of your layout! */
                /* if you change the above value, scroll to the bottom
      and change the media query according to the comment! */
                margin: 0 auto;
                padding-top: 30px;
            }

            /* NON-NAV LINKS */
            #container a {
                color: #7670a0;
                font-weight: bold;
            }
            
            #container a:hover {
                font-style: italic;
                
            }

            /* TOP BAR */
            #navbar {
                height: 40px;
                background-color: #7BB78D;
                border: 1px solid #7BB78D;
                border-top-left-radius: 10px;
                border-top-right-radius: 10px;
                /* navbar color */
                width: 100%;
            }

            #navbar ul {
                display: flex;
                padding: 0;
                margin: 0;
                list-style-type: none;
                justify-content: space-evenly;
            }

            #navbar li {
                padding: 10px;
            }


            /* NAV LINKS */
            #navbar li a {
                font-family: "mali";
                color: #ffffff;
                font-size: 15px;
                /* navbar text color */
                text-decoration: none;
                /* this removes the underline */
            }

            #navbar li a:hover {
                color: #BFA9C1;
            }

            #flex {
                display: flex;
            }
            
            /* MAIN SITE CONTENT */

            main {
                font-family: "mali";
                color: #322f44;
                background-color: #B1D6C0;
                flex: 1;
                padding: 15px 20px 20px;
                border-right: 1px solid #B1D6C0;
                border-left: 1px solid #B1D6C0;
                order: 2;
                height: 100%;
                overflow: auto;
            }

center {font-family: "mali";
              color: #081820;
              letter-spacing: 1px;
              margin: 3px}

            h1 {
              font-family: "mali";
              color: #081820;
              font-size: 30px;
              letter-spacing: 3px;
              margin: 3px
            }

            h2 {
              font-family: "mali";
              color: #081820;
              font-size: 25px;
              letter-spacing: 2px;
              margin: 3px
            }
            
            h3 {
              font-family: "mali";
              color: #081820;
              font-size: 20px;
              font-weight: bold;
              letter-spacing: 2px;
              margin: 3px
            }
            
            h4 {
              font-family: "mali";
              color: #081820;
              font-size: 15px;
              margin: 3px
            }

            strong {
                /* this styles bold text */
                color: #081820;
            }
            
            textarea {
              width: 700px;
              background-color: #E0FFFF;
              font-size: 9px;
              margin: 15px
            }
            
            .header img {
              align-content: center;
            }
            
            .notice {
              text-decoration: underline dashed #C175E5;
            }

            /* BOXES */

            .two-columns {
                display: flex;
              }

            .column {
                width: 50%; /* Each column takes up half the width */
                padding: 1rem; /* Add some padding */
            }

           .duobox {
                float: left;
                margin: 11px;
                width: 46%;
                padding: 10;
                background-color: #B1D6C0;
                border: 1px solid #B1D6C0;
                border-radius: 10px;
                height: 215px;
                overflow: auto;
                  }
                  
            .duoboxgrid {
                float: left;
                margin: 7px;
                width: 45%;
                padding: 10px;
                background-size: 6px;
                border: 1px solid #B1D6C0;
                border-radius: 10px;
                height: 215px;
                overflow: auto;
                  }
                  
                .trioboxgrid {
                float: left;
                margin: 5px;
                width: 30%;
                padding: 5px;
                background-size: 6px;
                border: 1px solid #B1D6C0;
                border-radius: 10px;
                height: 280px;
                overflow: auto;
                  } 

                  
              .duoboxgrid, .trioboxgrid img {
                padding: 4px;
              }

         
          
          /* I FORGET LOL */
           
            ul {
                padding-left: 15;
            }

            #topBar {
                width: 100%;
                height: 30px;
                padding: 10px;
                font-size: smaller;
                background-color: #98e8d1;
            }

            /* BOTTOM BAR */

            footer {font-family: "mali";
                background-color: #7BB78D;
                /* background color for footer */
                width: 100%;
                height: 40px;
                padding: 4px;
                text-align: center;
                border: 1px solid #7BB78D;
                font-size: smaller;
                border-bottom-left-radius: 10px;
                border-bottom-right-radius: 10px;
                /* this centers the footer text */
            }

            /* MEDIA QUERY */

            /* so you wanna change the width of your page? 
    by default, the container width is 900px.
    in order to keep things responsive, take your new height,
    and then subtrack it by 100. use this new number as the 
    "max-width" value below
    */

            @media only screen and (max-width: 800px) {
                #flex {
                    flex-wrap: wrap;
                }

                /* the order of the items is adjusted here for responsiveness!
      since the sidebars would be too small on a mobile device.
      feel free to play around with the order!
      */

                #navbar ul {
                    flex-wrap: wrap;
                }
            }



/* Font */

.mali-extralight {
  font-family: "Mali", cursive;
  font-weight: 200;
  font-style: normal;
}

.mali-light {
  font-family: "Mali", cursive;
  font-weight: 300;
  font-style: normal;
}

.mali-regular {
  font-family: "Mali", cursive;
  font-weight: 400;
  font-style: normal;
}

.mali-medium {
  font-family: "Mali", cursive;
  font-weight: 500;
  font-style: normal;
}

.mali-semibold {
  font-family: "Mali", cursive;
  font-weight: 600;
  font-style: normal;
}

.mali-bold {
  font-family: "Mali", cursive;
  font-weight: 700;
  font-style: normal;
}

.mali-extralight-italic {
  font-family: "Mali", cursive;
  font-weight: 200;
  font-style: italic;
}

.mali-light-italic {
  font-family: "Mali", cursive;
  font-weight: 300;
  font-style: italic;
}

.mali-regular-italic {
  font-family: "Mali", cursive;
  font-weight: 400;
  font-style: italic;
}

.mali-medium-italic {
  font-family: "Mali", cursive;
  font-weight: 500;
  font-style: italic;
}

.mali-semibold-italic {
  font-family: "Mali", cursive;
  font-weight: 600;
  font-style: italic;
}

.mali-bold-italic {
  font-family: "Mali", cursive;
  font-weight: 700;
  font-style: italic;
}
