*{
    margin: 0;
    padding: 0;
    font-family: "Montserrat";
}

@font-face{
    font-family: Grogie;
    src: url('Grogie.woff');
}

html{
    font-size: 16px;
}

body{
    min-width: 900px;
}

header{
   background-color: #F5F0EA;
   position: fixed;
   display: flex;
   justify-content: space-between;
   width: 100%;
   z-index: 4;
   top: 0;
   padding:10px 30px;
   border-bottom: 1px solid white;
   min-width: 900px;

}

header #logo_link{
    width: 30%;
    max-width: 300px;
}

header #logo_link img{
    min-width: 230px;
    height: auto;
    object-fit: contain;
}

header img{
    width: 100%;
    height: fit-content;
}

header nav{
    margin-right: 90px;
    width: 40%;
    flex-shrink: 2;
    color:#40352B;
    font-weight:400;
    display: flex;
    align-items: center;
}

header nav ul{
    width: 100%;
    display: flex;
    justify-content: space-around;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    background-color: #F5F0EA;
}

header nav ul li{
    padding: 10px;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: 0.05rem;
    color:#40352B;
}

header nav ul li a{
    color:#40352B;
    text-decoration: none;
}

#current_page{
    text-decoration: underline;
    color:#40352B;
}


.image-container{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 400px;
}

.image-container img{
    position: relative;
    width: 100%;

}

.image-container .after{
    position:absolute;
    top:0;
    left:0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.274);
    display: flex;
}

.image-container h1{
    background-color: #ffffffba;
    color: #40352B;
    font-size: 5rem;
    text-align: center;
    margin: 0 auto;
    width: 600px;
    margin-top: 140px;
    height: fit-content;
    font-weight: 500;
}

.items{
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    /*border: 30px solid #F5F0EA;*/
    width: 880px;
    justify-content: space-around;
    flex-wrap: wrap;
}

.item{
    width: 300px;
    margin: 20px 30px;
    color:#40352B;
    display: flex;
    flex-direction: column;
    justify-content: start;
    justify-items: start;
    align-items: center;
    align-content: center;
    border: 25px solid #eee7df;
    padding: 15px;
}

.item .thumbnail{
    overflow: hidden;
    height: 200px;
    width: fit-content;
    justify-self: center;
    margin: 0 auto;
}

.item img{
    height: 100%;
    justify-self: center;
}

.item h3{
    justify-self: center;
    text-align: center;
    margin: 10px 0;
}

.item p{
    justify-self: center;
    text-align: center;
}

.item a{
    margin: 10px 0;
    color:#40352B;
    font-weight: 600;
    font-size: 1.1rem;
    text-align: center;
}

#other{
    display: flex;
    flex-direction: row;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
    border: 25px solid #eee7df;
    padding: 20px;
}

.othercol{
    margin: 0 10px;
    width: 50%;
}

.othercol li{
    margin: 20px 0;
}

.othercol h2{
    width: 100%;
    text-align: center;
}

.othercol a{
    color: #40352B;
    font-weight: 600;
    font-size: 1.1rem;
}

footer{
    position: relative;
    margin-top: -20px;
    background-color: #40352B;
    margin-top: 0;
    display: flex;
    justify-content: space-between;
    padding-left: 30px;
}

#footleft{
    width:35%;
    padding: 0;
    display: flex;
    align-items: center;
}

#footlogo{
    margin: auto auto;
    width: 100%;
    max-width:350px;
    min-width: 300px;
}

#footlogo img{
    width: 100%;
}

#footcenter{
    color:#F5F0EA;
    display: flex;
    justify-items: center;
    align-items: center;
    width:30%;
}

#footcenter .container{
    display: flex;
    flex-direction: column;
    margin: 0 auto;
}

#footcenter p{
    text-align: center;
    padding: 5px;
    color:#F5F0EA
}

#footcenter a{
    color:#F5F0EA
}

#footcenter .socials{
    display: flex;
    justify-content: center;
}

#footcenter .socials a{
    margin: 0 7px;
    text-decoration: none;
}

footer nav{
    height: 100%;
    display: flex;
    margin: auto 0;
    width:35%;
    justify-content: center;
}

footer nav ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    align-content: space-around;
    list-style: none;
}

footer nav ul li{
    color:#F5F0EA;
    font-weight: 500;
    letter-spacing: 0.05rem;
    padding: 20px 0;
    margin: 0 auto;
}

footer nav ul li a{
    color:#F5F0EA;
    text-decoration: none;
}

footer nav ul li #current_page2{
    color: #F5F0EA;
    text-decoration: underline;
}
