:root {
    --home-background-color: #0004;
}

html#page-welcome header {
    border: none;
    padding-top: 5px;
}

html#page-welcome header h1 {
    border-bottom: 1px solid var(--text-color);
    padding-bottom: 15px; /*67px;*/
}

html#page-welcome #site-title h2 {
    border: none;
    color: #ffffff;
    text-transform: uppercase;
    line-height: 48px;
    margin: 0;
    z-index: 5;
}

html#page-welcome #homepage-background-image {
    background-image: url("/omeka-s/themes/hakewill/asset/img/hakewill_copertina.jpg");
    margin: 20px var(--wrapper-inline-padding);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 80vh;
}

html#page-welcome #home-page {
    display: grid;
    grid-template-areas:
        "titolo bottone"
        "descrizione bottone";
    grid-template-rows: auto auto;
    grid-template-columns: 50% 50%;
    /*grid-template-areas: "contenuto bottone";
    grid-template-columns: 50% 50%;
    grid-template-rows: 100%;*/
    background-image: linear-gradient(transparent, #0006, #000f);
    height: 100%;
    width: 100%;
}

html#page-welcome #home-left-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: var(--home-background-color);
}

html#page-welcome #site-title {
    grid-area: titolo;
    /*background-image: linear-gradient(transparent, #0006);*/
    display: flex;
    align-items: flex-end;
    padding-left: var(--wrapper-inline-padding);
}

html#page-welcome #home-description {
    grid-area: descrizione;
    /*background-image: linear-gradient(#0006, #000f);*/
    padding-left: var(--wrapper-inline-padding);
    color: #ffffff;
}

html#page-welcome #home-description a {
    color: var(--link-color);
    background-color: var(--link-background);
}

html#page-welcome .site-page-pagination {
    display: none;
}

html#page-welcome #start-button-area {
    grid-area: bottone;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding-right: var(--wrapper-inline-padding);
    /*background-image: linear-gradient(transparent, #0006, #000f);*/
}

html#page-welcome #start-button-area p {
    margin: 0;
}

html#page-welcome #start-button {
    display: flex;
    align-items: center;
    background-color: #000000;
    color: #ffffff;
    border-radius: 20px;
    padding: 5px 5px 5px 10px;
}

html#page-welcome .start-button-arrow {
    width: 20px;
    height: 15px;
}
