@font-face {
    font-family: "cessa";
    src: url('./../font/VisueltPro-Regular.ttf') format('opentype');
}
@font-face {
    font-family: "italic";
    font-style: italic;
    src: url('./../font/VisueltPro-LightItalic.ttf') format('opentype');
}
@font-face {
    font-family: "word";
    font-style: italic;
    src: url('./../font/TestSignifier-Regular.otf') format('opentype');
}

::selection {
    background: #f400a1;
}
::-moz-selection {
    background: #f400a1;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    cursor: default;
}
html, body {
    height: 100%;
    width: 100%;
}
body {
    font-family: "cessa";
    text-align: center;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-color: #000;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.2;
}
body:after {
    display: block;
    content: "";
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../img/bg4.jpg);
    background-color: transparent;
}

.evidenza {
    background: #FF0000; 

}


.sottolineatura {
    text-decoration: Underline;

}


.word {
    font-family: "word";
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(./../img/bg4.jpg);
    background-attachment: fixed;
    background-color: #fff;
    color: #ffffff;
    font-size: 52px;
    line-height: 1.2;
}
.container {
    max-width: 1240px;
    margin: 0 auto;
    padding-top: 170px;
    padding-bottom: 80px;
}
.row {
    padding-left: 300px;
    padding-right: 300px;
}
.col {

}
.logo {
    display: block;
    height: auto;
    max-width: 240px;
    margin-bottom: 80px;
    position: fixed;
}
.text {
    margin-top: 120px;
}
p {

__background-color: #f400a1;
display: inline;
}


}
.inline {
    display: inline;
    height: 50px;
    width: auto;
    vertical-align: middle;
}
.footer {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #ffffff;
    line-height: 1.4;
}
.footer .col {
    margin-top: 40px;
    padding-top: 40px;
    border-top: solid 1px #fff;
}

/*qui da 1200 in giu*/
@media only screen and (max-width: 1200px) {
    body {
        font-size: 32px;
    }
}

/*qui da 1024 in giu*/
@media only screen and (max-width: 1024px) {
    body {
        font-size: 32px;
        background-image: url(./../img/bg4.jpg);
    }
    body:after {
        background-image: url(./../img/bg4.jpg);
    }
    .container {
        max-width: 800px;
    }
    .row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .inline {
        height: 40px;
    }
}

/*qui da 768 in giu*/
@media only screen and (max-width: 768px) {
    body {
        font-size: 32px;
        background-image: url(./../img/bg4.jpg);
    }
    body:after {
        background-image: url(./../img/bg4.jpg);
    }
    .container {
        max-width: 100%;
    }
    .row {
        padding-left: 30px;
        padding-right: 30px;
    }
    .inline {
        height: 32px;
    }
}

/*qui da 460 in giu*/
@media only screen and (max-width: 460px) {
    body {
        font-size: 30px;
        background-image: url(./../img/bg_mob.jpg);
    }
    body:after {
        background-image: url(./../img/bg_mob.jpg);
    }
    .row {
        padding-top: 50px;
    }
    .inline {
        height: 30px;
    }
}