
body {
    
    text-align: center;
}

:root {
    --blue-gradient: linear-gradient(#ebb95c, #8f6303); 
    
  }

body{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

html, body {
  margin: 0;
  padding: 0;
}


img{
    width: 30%;
}


c{
    font-size: 18px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: left;
}
#navigation a {
    font-size: 20px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    display: block;
    padding: 0.15em;
    margin: 0px 0;
    font-weight: bold;
    text-decoration: none;
    color: rgb(143, 106, 27);
    transition: ease-in 0.1s, ease-out 0.1s;
}

#navigation a:hover {
    font-size: 24px;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    text-align: center;
    display: block;
    padding: 0.15em;
    margin: 0px 0;
    font-weight: bold;
    text-decoration: none;
    color:rgb(85, 69, 21);
    transition: ease-in 0.1s, ease-out 0.1s;
}



#container{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 980px;
    margin: 0 auto;

    box-shadow: #000000;
    margin-top: 200px;
    }

    #box{
    color: black;
    background: rgb(252, 238, 213);
    border-top: 3px solid rgb(143, 106, 27);
    border-left: 3px solid rgb(143, 106, 27);
    border-right: 3px solid rgb(143, 106, 27);
    border-radius: 10px 10px 0px 0px;
    width: 980px;
    box-sizing: border-box;
    
    }

    footer {
    background-color:#e9d19d;
    margin: 0 auto;
    border-left: 3px solid rgb(143, 106, 27);
    border-right: 3px solid rgb(143, 106, 27);
    border-bottom: 3px solid rgb(143, 106, 27);
    width: 975px;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 30px;
    border-radius: 0px 0px 10px 10px;
        
    }
        
    

    #boxheader {
        background: var(--blue-gradient);
        width: 150px;
        margin: auto;
        display: block;
        padding: 5px 0px 5px 5px;
        border-radius: 10px;

    }
    #boxheader2 {
        background: var(--blue-gradient);
        width: 150px;
        margin: auto;
        display: block;
        padding: 5px 0px 5px 5px;
        margin-bottom: 20px;
        border-radius: 10px;

    }

    hr{
        border-bottom: 1px solid rgb(143, 106, 27);
        width: 90%;
    }
        #box2{
            width: 100%;
            display: flex;
            }


            #box3{
                margin-top: 10px;
                width: 98%;
                color: black;
                }

                #box4{
                    margin: 0 auto;
                    width: 90%;
                    color: black;
                    margin-top: 10px;
                    justify-content: center;
                    }


     #container-box3{
                margin-top: 10px;
                }


    #bannerimage {
        width: 978px;
    }
    .list {
        font-size: 0;
        list-style-type: none;
        display: block;
        padding: 1px;
        justify-content: center;
    }

    #navigation {
        margin: 0 auto;
        justify-content: center;
        padding-top: 1px;

        
    }
/* Buttons */


/* Left, middle and right parts */
   

    h3{
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 20px;
    padding: 2px;
    margin: 5px;
}

.title{
    font-weight: 500;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    color: rgb(255, 237, 198)
    
}
.title2{
    font-weight: 500;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-size: 18px;
    color: rgb(255, 237, 198)

    
}

    #leftside{
        float: left;
        width: 20%;
        overflow: hidden;
        }
        
  #rightside{
        padding-top: 10px;
        float: right;
        width: 79%;
        display: block;
        overflow: hidden;
        border-left: 2px solid rgb(143, 106, 27);
        }

        #box1{
        margin: auto;
        color: black;

    }

    #picturebox {
        margin: 0px 15px 15px 15px;
        width: 40%;
            }
    #picture{
        border-radius: 10px;
        width: 100%;
    }

            #text {
                font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
                flex-direction: column;
                text-align: center; /* Optional: Center text horizontally */
                margin: 0 auto;
                width: 50%;
                float: right;
            }

            #text2 {
                font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
                flex-direction: column;
                text-align: center; /* Optional: Center text horizontally */
                margin: 0 auto;
                width: 90%;
                float: right;
            }

    #logo {
  display: block;
  position: absolute;
  width: 900px;
}


    ul {
    display: inline-block;
    text-align: left;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

li::before {
    content: "- ";
}