@font-face {
    font-family: 'Abuget';
    src:url('../assets/font/Abuget.woff') format('woff'),
    font-weight: normal;
    font-style: normal;
}
body{
  margin: 0px;
  padding: 0px;
  background-color: #000000;
}

a{
  text-decoration: none !important;
}

h1{
  font-family: 'Abuget';
  font-size: 50px;
  font-weight: 700;
}

.abuget{
  font-family: 'Abuget';
}

.oswald{
  font-family: 'Oswald', sans-serif;
  margin-top: -25px;
  margin-left: 10px;
}

p{
  font-family: 'Montserrat', sans-serif;
  font-weight: 200;
  font-size: 15px;
}

.birre-box{
position: relative;
height: 23vh;
width: 100%;
background: url("../assets/bg-birra-vini.jpg") right center;
background-size: cover;
color: white;
padding-top: 50px;
padding-bottom: 20px;
padding-left: 50px;
}

.cucina-box{
position: relative;
height: 23vh;
width: 100%;
background: url("../assets/bg-cucina.jpg") right center;
background-size: cover;color: white;
padding-top: 50px;
padding-bottom: 20px;
padding-left: 50px;
}

.cocktail-box{
position: relative;
height: 23vh;
width: 100%;
background: url("../assets/bg-cocktail.jpg") right center;
background-size: cover;
color: white;
padding-top: 50px;
padding-bottom: 20px;
padding-left: 50px;
}

.PausaPranzo-box{
position: relative;
height: 23vh;
width: 100%;
background: url("../assets/bg-PausaPranzo.jpg") right center;
background-size: cover;
color: white;
padding-top: 50px;
padding-bottom: 20px;
padding-left: 50px;
}
