/*Fonts and colors*/
.text-primary {
    color: #f7a40f;
}
.myfont,
.title-font {
    font-family: 'Steelworks Vintage Demo', Fallback, sans-serif;
}

/*SLIDE*/
/*Fonts and colors*/
.headline-xxxxl {
    font-size: 120px;
    font-weight: 300;
    font-family: 'Steelworks Vintage Demo', Fallback, sans-serif;
}
.text-intro {
    max-width: 70%;
}
.text-intro2 span {
    color: #f7a40f;
}

/*CUMMIS*/

/*PORSCHA POUF*/

.wrap-loghi {
    max-width: 50%;
    margin: 50px auto;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.wrap-loghi .logo-rr,
.wrap-loghi .logo-ef {
    max-width: 200px;
}

.wrap-loghi .logo-ef {
    max-width: 150px;
    margin-top: 15px;
}