@font-face {
    font-family: 'Rexton Black'; /* Define the font-family name once */
    src: url("../fonts/rexton-black.otf");
}

*{
    color: #1d1d1b;
    font-family: 'Rexton Black', sans-serif;
}

a{
    text-decoration: none;
    color: #1d1d1b;
}

a:hover,
a:hover i{
    color: #943235;
}


i{
    font-size: 24px;
}

#prenota{
    font-size: 24px;
    padding: 10px 20px;
    border: 3px solid #1d1d1b;
}


#prenota:hover,
#indirizzo:hover{
    border-color: #943235;
}

.row{
    width: 100%;
}

#logo{
    width: 40%;
}

.link-icon{
    width: auto;
}

@media screen and (max-width: 768px){
    #logo{
        width: 75%;
    }

    #indirizzo{
        font-size: 14px;
    }
}