/*! STYLE NEWS*/

#testoscorrevole{
    width: 63%;
}

p{
  color: #7b1b02;
}

.corpo {
    height: 100%;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
    color: #7b1b02;
    line-height: 20px;
    margin-left: 19%;
    margin-top: 10px;
    width: 62%;
    text-align: justify;
}
#titoloveloce{
    /* font-family: 'Segoe Script', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 30px;
    font-weight: 900;
    padding: 0;
    margin: 10px 0px 10px 0px;
}

#titolomotto{
    /* font-family: 'Segoe Script', Tahoma, Geneva, Verdana, sans-serif; */
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    padding: 0;
    margin: 40px 0px 10px -265px;
}

#titolo{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 50px;
    font-weight: 900;
    /* padding: 0; */
    margin: 50px 0px 10px 0px;
}

#rigapiccola{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 12px;
    /* font-weight: 900; */
    /* padding: 0; */
    margin: 25px 0px 10px 0px;
}

#riga{
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 20px;
    font-weight: 900;
    /* padding: 0; */
    margin: 20px 0px 10px 0px;
}

.buttonsi,
.buttonno{
    font-size: 14px;
    width: 200px;
    height: 25px;
    padding: 5px 5px 0px 5px;
    background-color: whitesmoke;
    color: #7b1b02;
    text-decoration: none;
    display: inline-block;
    border: 1px solid #7b1b02;
    border-radius: 6px;
    cursor: default;
}

.buttonsi:hover {
    background-color: #7b1b02;
    color: whitesmoke;
    transition-property:all; transition-duration: 0.5s; transition-timing-function: ease;
    cursor: pointer;
}

.pukkio {
    text-decoration: none;
    font-size: 13px;
}

/* ------------------------------------SMARTPHONE -----------------------------------------*/
@media screen and (max-width: 767px) {

    .logo {
        margin-left: 10px;
    }

    hr{
        width: 95%;
    }
 
    #titoloveloce{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 20px;
        font-weight: 900;
        padding: 0;
        margin: 15px 0px 10px 0px;
    }
 
    #titolomotto{
        font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
        font-size: 12px;
        font-weight: 400;
        font-style: italic;
        padding: 0;
        margin: 45px 0px 10px -175px;
    }

    #testoscorrevole{
        width: 100%;
        margin-top: 0;
    }

    .corpo{
        height: 100%;
        margin-left: 10px;
        margin-top: 10px;
        width: 95%;
    }

    #titolo{
        /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif; */
        font-size: 35px;
        /* font-weight: 900; */
        /* padding: 0; */
        /* margin: 50px 0px 10px 0px; */
    }
    
}
