#videobackground {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}

.logo
{
	margin-top: 120px;
    margin-bottom: 100px;
}

.saludo
{
	font-family: 'Caveat', cursive;
	font-size: 50pt;
	margin-top: 10px;
    margin-bottom: 130px;
}

.titulo_carta
{
	font-family: 'Alfa Slab One', cursive;
	margin-top: 70px;
    margin-bottom: 70px;
    font-size: 50pt;
}

.titulo
{
	font-family: 'Alfa Slab One', cursive;
	border: solid 1px black;
	margin-top: 70px;
    margin-bottom: 30px;
    font-size: 30pt;
    background-color: rgba(255, 255, 255, 0.3);
}

.salsas
{
	font-size: 10pt;
	font-family: 'Pacifico', cursive;
}

.botonCarta
{
	font-family: 'Alfa Slab One', cursive;
	border: solid 1px black;
	margin-top: 70px;
    margin-bottom: 30px;
    font-size: 20pt;
    background-color: rgba(255, 255, 255, 0.3);
}

.rrss
{
	margin-top: 70px;
}

.cont_plato
{
	margin-top: 20px;
    margin-bottom: 20px;
}

.nombre_plato
{
	font-family: 'Oleo Script', cursive;
	font-size: 18pt;
}

.precio_plato
{
	font-size: 12pt;
	text-align: right;
	font-family: 'Poppins', sans-serif;
}

.extra_info
{
	font-size: 10pt;
	font-family: 'Pacifico', cursive;
}

.nombre_traduccion
{
	font-size: 10pt;
	font-family: 'Montserrat', sans-serif;
}

.ingredientes_plato_es
{
	font-size: 8pt;
	font-family: 'Roboto', sans-serif;
}

.ingredientes_plato_en
{
	font-size: 8pt;
	font-family: 'Roboto', sans-serif;
}

.ingredientes_plato_de
{
	font-size: 8pt;
	font-family: 'Roboto', sans-serif;
}

@font-face {
  font-family: alergenos;
  src: url(/static/menu/fonts/Allergen-Outline.ttf);
}

.alergenos_plato
{
	font-family: alergenos;
	font-size: 12pt;
}

.alergens
{
	border: solid 1px black;
	margin-top: 70px;
    margin-bottom: 30px;
}
