@import "style.css";

@font-face {
font-family: Inter;
src: url(../fonts/Inter.ttf);
}

a{
    text-decoration: none;
    color: #6A7B56;
}

*{
    margin: 0;
    padding: 0;
    border: none;
    background: transparent;
}

body{
    margin: 0 auto;
    font-family: Inter, Arial, Helvetica, sans-serif;
    background-color: #ECECEC;

    font-size: 20px;
    color: #000;
    line-height: 32px;
}

#top-reference{
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #6A7B56;
    position: fixed;
    bottom: 32px;
    right: 32px;
    padding: 0px;
}

#top-reference a{
    font-size: 32px;
    font-weight: 500;
    color: #fff;
}

ol, ul{
    margin: 24px 24px;
}

li{
    margin: 16px 0;
}

.list-header{
    font-weight: 500;
}

h1{
   font-size: 32px;
   color: #6A7B56;
   margin-bottom: 32px;
   margin-top: 48px;
}

h2{
   font-size: 24px;
   font-weight: 500;
   color: #000;
   margin-bottom: 24px;
   margin-top: 32px;
}

h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 24px;
    margin-top: 32px;
}

.vita-h3{
    font-size: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
    margin-top: 0px;
}

h4{
    font-size: 20px;
    font-weight: 400;
    color: #000;
    margin-bottom: 24px;
}

.vita-h4{
    font-size: 20px;
    font-weight: 400;
    color: #8b8b8b;
    margin-bottom: 4px;
}

.vita-h5{
    font-size: 20px;
    font-weight: 500;
    color: #6A7B56;
    margin-bottom: 8px;
}

.subtitle{
    font-size: 18px;
    font-weight: 400;
    color: #8b8b8b;
    margin-bottom: 16px;
}

.icon24{
    height: 18px;
    vertical-align: text-top;
    margin-right: 8px;
}

hr{
    height: 2px;
    background-color: #6A7B56;
    margin-right: 80px;
}

button{
    background-color: #6A7B56;
    padding: 16px 24px;
    border-radius: 4px;
    font-size: 18px;
}

button > a{
    color: #fff;
}

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

.v-space-40{
    height: 40px;
}

.round-img{
    border-radius: 8px;
    width: 100%;
}

#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: 80%;
    margin: 0 auto;
}

.content-flex-vita{
    display: flex;
    flex-direction: column;
    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;
}

#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;
}