* {
    box-sizing: border-box;
  }
html, body {
    height: 100%;
    width: 100%;
    margin: 0;
    font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}

.header {
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    display: flex;
    align-items: flex-start;
    height:auto
}

.mini-logo {
    height: 2.5vw;
    margin: 2vw 1vw 0 0;
}

.logo {
    height: 9vw;
    padding: 1vw;
}

.language-button-container {
    padding: 1vw;
    margin-right: 1vw;
}

.button {
    background-color: white;
    border: #0070C0 2px solid;
    border-radius: 5px;
    height: 2vw;
    width: 2.2vw;
    font-size: 0.9vw;
    text-align: right;
}

.button:hover {
    background-color: #0070C0;
    color: white;
}

.button-selected {
    background-color: #0070C0;
    border: #0070C0 2px solid;
    border-radius: 5px;
    height: 2vw;
    width: 2.2vw;
    color: white;
    font-size: 0.9vw;
    text-align: right;
}

.content {
    position: center;
    width: 98,5vw;
    height: 38vw;
    display: flex;
}

.column-geremia, .column-sinapsi {
    width: 50vw;
    height: auto;
}

.head {
    position: relative
}

.head-image {
    width: 100%;
    position: absolute;
    z-index: 1;
    height: auto;
}

.title-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    justify-content: space-around;
    align-items: center;
    position: absolute;
    z-index: 2;
}

.header-title {
    width: 100%;
    /* height: 100%; */
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 20px;
}

.logo-background {
      background-color: white;
    position: absolute;
    top: 20px;
    left: 20px;
    height: 7vw;
    width: 11vw;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.title-logo {
    height: 6vw;
}

.title {
    /* position: absolute; */

    color: white;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bolder;
    padding-top: 2vw;
    padding-left: 6vw;
    font-size: 3vw;
}

.spacer {
    flex-grow: 1;
}

.subtitle {
    color: white;
    font-size: 2vw;
    text-align: center;
    font-weight: bold;
    padding: 1vw;
    margin-top: 8vw;
    position: relative;
}



.subtitle2 {
    color: rgb(0, 0, 0);
    font-size: 1.6vw;
    text-align: center;
    font-weight: bold;
    padding: 1vw;
    margin-top: 3vw;
    position: relative;
}

.description {
    font-size: xx-large;
    text-align: center;
    font-weight: bold;
}

.big-title {
    font-size: 2vw;
    text-align: center;
    font-weight: bold;
    padding: 3vw 0 2vw 0;
    
}

.content-description {
    display: flex;
    width: auto;
}

.geremia-description-container, .sinapsi-description-container {
    width: auto;
    display: flex;
    margin: 20px;
    height: 12vw;
}

.column {
    display: flex;
    width: 50vw;
    flex-direction: column;
    margin: 0 1vw 0 1vw;

}

.icon {
    height: 10vw;
}
.vertical-divider {
    width: 0.11vw;
    height: 25vw;
    background-color: black;
    margin: 0 10px;
}

.footer {
    height: auto;
}

.project-description {
    font-size: 1.5vw;
    padding: 0 2.7vw 1.5vw 1vw;
    text-align: justify;
    
}

.place-container {
    display: flex;
    justify-content: space-evenly;
    margin-bottom: 1.5vw;
}

.place {
    background-color: white;
    padding: 1.5vw;
    border-radius: 1vw;
    font-size: 1.5vw;
    font-weight: bold;
    min-width: 1.5vw;
    max-width: 11vw;
    text-align: center;
}

.place-geremia {
    border: 2px solid #98C222;
    color: #98C222;

}

.place-sinapsi {
    border: 2px solid #0070C0;
    color: #0070C0;
}

.link {
    color: white;
    padding: 0.7vw;
    border-radius: 1vw;
    border: none;
    font-size: 1.5vw;
    cursor: pointer;
    text-align: center;
}

.link-geremia {
    background-color: #98C222;
}

.link-sinapsi {
    background-color: #0070C0;
}

.interaction-description {
    font-size: 1.5vw;
    text-align: justify;
    margin: 0 5vw 0 5vw;
}

.partner-line {
    /* margin: 0 30px; */
    display: flex;
    justify-content: space-around;
    gap: 20px;
    margin-bottom: 3vw;
    flex-wrap: wrap;
}

.partner {
    /* margin: 10px 0; */
    height: 5vw;
    width: auto;
}