:root {
    --colore-primario : #daecee;
    --colore-primario-2 : #a5d0d7;
    --colore-primario-3 : #6c9cb2;
    --colore-secondario : #daecee;
    --colore-secondario-2 : #6c9cb2;
    --colore-secondario-3 : #01747e;
}
@font-face {
    font-family: 'SignPainter'; /*a name to be used later*/
    src: url('font/SignPainter.ttc'); /*URL to font*/
}

@font-face {
    font-family: 'Avenir'; /*a name to be used later*/
    src: url('font/Avenir.ttc'); /*URL to font*/
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{
    font-family: Avenir;
}

body{
    font-family: Avenir;
}

.text-dog{
    font-size: 1em;
    font-family: Avenir;
    color: #01747E;
}


@media only screen and (max-width: 767px) {
    .text-dog{
        font-size: 1.6em;
        text-align: center;
        color: #01747E;
    }

    .testata{
        width: 100%;
        height: auto;
    }
}

.img-home{
    border-color: #01747E;
    background-color: #01747E;
    width:70%;
    height: auto;
    max-width: 350px;
    max-height: 500px;
}

.myfooter{
    border-color:  rgba(1,116,126,0.78);
    background-color: rgba(1,116,126,0.78);
    padding:30px;
}


body{
    background-color: #FFFFFF;
    font-family: Avenir;
    color: #01747E;
}

.backarrow{
    display: none;
    position: fixed;
    z-index: 10000002;
    width: 50px;
    height: 50px;
    bottom: 20px;
    right: 20px;
    padding:15px;
    border: 1px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #01747E;
    border-radius: 100%;
}

.center-oriz {
    margin-left: auto;
    margin-right: auto;
}