@import "style.css";

.text{
    font-size: 20px;
    color: #000;
    line-height: 32px;
    margin-bottom: 64px;
}

#header{
    margin-top: 40px;
    width: 100%;
}

#header img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 75%;
}

#menu{
    display: none;
    background-color: #6A7B56;
}

#menu-mobile{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding-right: 24px;
    background-color: #6A7B56;
    cursor: pointer; 
}

#menu>div{
    background-color: #8a9b77;
}

#menu>a:hover, a.submenu-item:hover{
    background-color: #73865f;
}

.menu-item{
    padding: 20px 32px;
    color: #fff;
    font-size: 24px;
    font-weight: 400;
}

#content{
    max-width: 1180px;
    margin: 0 auto;
    margin-top: 64px;
    padding: 0 32px;
}

.content-flex{
    display: flex;
    flex-direction: column-reverse;
    gap: 40px;
}

.content-flex img{
    width: 60%;
    max-width: 400px;
    margin: 0 auto;
}

.content-flex-vita{
    display: flex;
    flex-direction: row;
    gap: 40px;
}

.content-flex-vita-date{
    min-width: 200px;
}

.content-flex-vita-content{
    
}

.vita-date{
    background-color: #6A7B56;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 4px;
    text-wrap-mode: nowrap;
}

#footer{
    background-color: #E2D5B7;
    font-size: 16px;
    color: #5A5549;
    line-height: 32px;
    margin-top: 80px;
    padding: 32px 32px;
}

.footer-flex{
    margin: 0 auto;
    max-width: 1180px;
    display: flex;
    flex-direction: column;
    gap: 24px;
    justify-content: space-between;
}

#footer-menu{
    font-weight: 500;
}