body{
    /*background-color: #6cbdff; */
    /*background-color: #e8b470; */
   /*  background-color: #2200ff; */
   /*background-color: #ffbf77; */


  
  /*
   image-rendering: pixelated;
   background-color: #454545;  
    background-image: url(/graphics/dark_brick.png); 
   background-repeat: repeat;
   background-size: 6.0rem; 
   */

   
  background-image: url(/graphics/dark_planks.png);
   background-repeat: repeat;
    background-size: 6rem; 
    image-rendering: pixelated;
    background-color: rgb(255, 234, 158);
    
    
    color: rgb(97, 97, 97);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    font-family: Arial, Helvetica, sans-serif;
    overflow-y: scroll;
}

.hf-header{
    display: flex; 
    flex-direction: row;
}

.hf-header img{
    margin:0.5rem;
    border-style: solid; 
    border-width:1.0rem;
    background-color: rgb(255, 255, 255);
    border-style: solid;
    border-width: 1rem;
    border-color: rgb(108, 88, 56);
    
    
        border-image: url(/graphics/dark_wood.png);
    border-image-repeat:repeat;
     border-image-slice: 16;
     
}

.intro-text{
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 4.0rem;
    font-size: 0.80rem;

    color: rgb(97, 97, 97);
    background-color: #ffffff;
    background-size: 6.0rem;
    padding: 0.50rem;
   /* font-family: "Comic Sans MS", "Comic Sans", cursive; */
   /* font-family: 'Times New Roman', Times, serif; */
}

.intro-art{
    margin-top: 3rem;
    height: calc(2.0 * 6rem);
    width:  calc(2 * 6rem); 
}

.intro-art2{
    height: calc(2 * 6rem);
    margin: 1rem;
}

.center-columns{
    display: flex;
    flex-direction: row;
    justify-content: start;
    width: 100%;
    height: 40rem;
}

.left-column{
    width: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.right-column{
    width: 50%;
    display: flex;
    flex-direction: row;
}

.column-title{
    background-color: rgb(255, 200, 0);
      color: rgb(160, 120, 17);
      text-align: center;
      width: 12rem;
      font-size: 1.5rem;
      margin: 0.5rem;
}

.article{
    color: rgb(90, 90, 90);
    background-color: #fffaec;
    margin: 0.6rem;
    padding: 0.5rem;
    font-family: 'Times New Roman', Times, serif;
    width: calc(100% - 2rem);
    font-size: 0.8rem;
}

.article-title{
    display: inline;
    font-family: Arial, Helvetica, sans-serif;
}
.article-date{
    display: inline;
}

.article-intro{
    margin-top: 0.1rem;
}

.article-link{
        margin-top: 0.1rem;
}

.news{
    
    
      background-image: url(/graphics/board_grain.png);
   background-repeat: repeat;
   
   

    margin: 1%;
    width: 44%;
    height: 35rem;
    overflow-y: scroll;
    border-style: solid;
    border-width: 0.7rem;
    border-color: rgb(111, 93, 64);
    
    
        border-image: url(/graphics/dark_wood.png);
    border-image-repeat: repeat;
     border-image-slice: 16;
     
     
        background-color: rgb(175, 144, 104);
      display: flex;
        flex-direction: column;
   align-items: center;
}

.calendar{
    
          background-image: url(/graphics/board_grain.png);
   background-repeat: repeat;
   
    

        align-self: flex-start;
        margin: 1%;
        width: 44%;
    height: 35.0rem;
        overflow-y: scroll;
    border-style: solid;
    border-width: 0.7rem;
    border-color: rgb(111, 93, 64);
    
    
    border-image: url(/graphics/dark_wood.png) repeat;
    border-image-repeat: repeat;
     border-image-slice: 16;
     
     
        background-color: rgb(175, 144, 104);
        display: flex;
        flex-direction: column;
   align-items: center;
}

.items-board{
    
        display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
            margin: 1%;
            border-style: solid;
    border-width: 0.7rem;
    border-color: rgb(111, 93, 64);
    
    
        border-image: url(/graphics/dark_wood.png);
    border-image-repeat: repeat;
    
    
    border-image-slice: 16;
        background-color: rgb(175, 144, 104);
        width: 15rem;
            height: 35rem;

            
                      background-image: url(/graphics/board_grain.png);
                     background-repeat: repeat;
                     
                     
}

.items{

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding-left: 1rem;
    margin-right: 1rem;

    height: 90%;
    width: 100%;
    overflow-y: scroll;
    scroll-behavior: smooth;
}

.item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

    margin: 1rem;
    margin-bottom: 7rem;
    height: 5rem;
    width: 5rem;

    text-decoration: none;
    border-color: rgba(137, 137, 137, 0.266);
}


.item:hover{
    transform: translateY(-5px);
    filter: brightness(1.4);

}

.item-graphic{
    height: 3.5rem;
    width: 3.5rem;
    margin-bottom: 0rem;
}

.item-name{
    font-size: 0.8rem;
    text-decoration: none;
    color: rgb(0, 0, 0);
    background-color: #fffaec;
    text-align: center;

    margin-top: 0.5rem;
    background-size: 6rem;
    padding: 0.5rem;

    font-weight: bold;
    width: 5rem;
}

.small-text{
    font-size: 1.1rem;
    
}


   @media screen and (min-width: cm) {
           body{
            zoom: 0.9;
           }
        }