/* Reset base */
* {
    box-sizing: border-box;
    transition: all 0.3s ease-out;
}

*:focus {
    outline: none;
}

/* Stili generali */
html,
body {
    scroll-behavior: smooth;
}

/* 
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
*/

body {
    font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
    background-color: #000;
    margin: 0;
    padding: 0;
    z-index: 0;
    position: relative;
    overflow-x: hidden;
    transition: all 0.35s;
}


/* TOP BAR */

.top-bar {
    height: 50px !important;
}

.faN {
    width: 30px !important;
    height: 30px !important;
}

article,
section,
div,
p,
h2,
h3 {
    width: 100%;
}

header {
    width: 100vw;
    height: 100vh;
    background-image: url("../img/sfondo-sfumato.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: fixed;
    top: 50px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.sfondo_spezzate {
    width: 100vw;
    height: 100vh;
    background-image: url("../img/sfondo-spezzate.png");
    background-position: center;
    background-repeat: repeat-x;
    background-size: contain;
    opacity: .3;
    position: fixed;
    top: 50px;
    z-index: 5;
}

article {
    margin: 200px auto 0;
    position: relative;
    max-width: 1280px;
    padding: 0 20px;
    z-index: 15;
}

.testo_cnt {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 1280px;
    padding-left: 10px;
    padding-right: 10px;
}

.testo_sx {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-right: 20px;
}

.occhiello {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h1 {
    color: #FFF;
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
    font-size: 86px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-block-start: 0;
    margin-block-end: 0;
}

.testo_dx {
    width: 50%;
    padding-left: 20px;
    color: #FFF;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    text-align: left;
}

.testo_dx a:link {
    color: #FFF;
    text-decoration: underline;
}

.testo_dx a:visited {
    color: #FFF;
    text-decoration: underline;
}

.testo_dx a:hover {
    color: #ffffffa2;
    text-decoration: underline;
}

.testo_dx a:active {
    color: #ffffffa2;
    text-decoration: underline;
}

.logo_formazione_cnt {
    max-width: 1240px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0 100px;
    z-index: 10;
}


.progetto_cnt {
    margin-bottom: 30px;
    background-color: #F2DECC;
    color: #000;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

.progetto_titolo {
    color: #0F0F0F;
    font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
    font-size: 67px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.progetto_firma_e_link {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
}

.progetto_firma {
    width: calc(100% - 220px);
}


.progetto_firma_spiega {
    color: #0F0F0F;
    text-align: right;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: italic;
    font-weight: 350;
    line-height: normal;
}

.progetto_firma_nome {
    color: #0F0F0F;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.progetto_link {
    width: 220px;
    height: 50px;
    padding: 0 20px;
    border: 1px solid #000;
    background-color: #F2DECC;
    color: #0F0F0F;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    cursor: pointer;
}

.progetto_link:hover {
    background-color: #0F0F0F;
    color: #F2DECC;
}

.progetto_link:hover svg path {
    fill: #F2DECC;
}

.progetto_firma_e_link a:link {
    text-decoration: none;
    color: #0F0F0F;
}

.progetto_firma_e_link a:visited {
    text-decoration: none;
    color: #0F0F0F;
}


.progetto_firma_e_link a:hover {
    text-decoration: none;
    color: #F2DECC;
}

.progetto_firma_e_link a:active {
    text-decoration: none;
    color: #F2DECC;
}

@media only screen and (max-width: 820px) {

    .sfondo_spezzate {
        background-size: cover;
        background-repeat: no-repeat;
    }

    .testo_cnt {
        flex-direction: column;
    }

    .occhiello {
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

    h1 {
        font-size: 44px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    article {
        max-width: 100%;
        padding: 0 15px;
        margin-top: 100px;
    }

    .testo_cnt {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    .testo_sx {
        width: 100%;
        padding-right: 0;
    }

    h1 {
        padding: 20px 0 50px;
    }

    .testo_dx {
        width: 100%;
        padding-left: 0;
    }

    .progetto_cnt {
        padding: 20px;
    }

    .progetto_titolo {
        font-size: 42px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .progetto_firma_e_link {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        padding-top: 15px;
    }

    .progetto_firma {
        width: 100%;
        margin-bottom: 20px;
    }

    .progetto_firma_e_link a:link {
        align-self: end;
    }
}


@media only screen and (min-width:821px) and (max-width: 1000px) {

    h1 {
        font-size: 70px;
    }

}

@media only screen and (min-width: 1001px) and (max-width: 1260px) {

    h1 {
        font-size: 80px;
    }

}