

@font-face {
    font-family: 'Acumin';
    src: url(../fonts/Acumin-Pro-Condensed-Black.ttf);
    font-family: 'Acumin', sans-serif;
}

body{
    min-height: 100vh;
    color: #fff;
    background-image: url("../img/benthos-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover ;
    font-family: 'Acumin';
}

.container{
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

h1{
    font-size: 48px;
}

.cerchio-container{
    margin-top: 1.5em;
    column-gap: 12px;
}

.cerchio{
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.cerchio:hover i,
.cerchio:focus  i,
.cerchio:hover  .icon-tripadvisor,
.cerchio:focus  .icon-tripadvisor{
    color: #000;
    fill: #000
}

.cerchio:hover,
.cerchio:focus-within{
    background-color: #fff;
}

i{
    color: #fff;
    font-size: 14px;
}

.icon-tripadvisor{
    width: 14px;
    height: 14px;
    fill: #fff;
}

.logo-locale{
    margin-bottom: 10px;
}

.location-actions{
    margin-top: 1em;
}

.location-actions .btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.btn-prenota{
    color: #0b2b4c;
}

.btn-prenota:hover,
.btn-prenota:focus{
    color: #0b2b4c;
}

@media screen and (max-width: 578px){
    body{
        background-image: url("../img/benthos-bg-mobile.jpg");
    }
}