/* Document i encapçalaments */
body {
  font-family: Verdana, sans-serif;
}

h1,
h2,
h3 {
  font-family: Georgia, serif;
}

h1 {
  font-size: 50px;
  margin-bottom: 0;
  letter-spacing: 5px;
}

h2 {
  margin-top: 80px;
  text-transform: uppercase;

  /* text-decoration: underline solid 4px #829170; */
  /* text-decoration: underline; */
  text-decoration-line: underline;
  -webkit-text-decoration-line: underline;
  -moz-text-decoration-line: underline;

  text-decoration-style: solid;
  text-decoration-thickness: 4px;
  text-decoration-color: #829170;

  /* border-bottom-style: solid;
  border-bottom-width: 5px;
  border-bottom-color: #829170; */

  /* border-left: 5px solid #829170; */
}

h2::first-letter {
  font-size: 1.5em;
}

h3 {
  font-size: 1.5em;
}



/* Header */
header {
  /* margin: auto;
  width: 100%; */
  text-align: center;
}

nav {
  /* margin-top: 40px; */
  /* overflow: hidden;
  padding: 5px; */
}

nav > a {
  color: #829170;
  font-size: 20px;
  text-decoration: none;
  /* padding-right: 2em; */
  padding-right: 20px;
}

nav a::after {
  /* content:' / '; */
  /* content: " • ";
  padding-right: 8px; */
  /* content: url(https://cdn-icons-png.flaticon.com/512/5014/5014958.png); */
}

nav a:hover {
  text-decoration: underline;
  /* font-weight: bold; */
}



/* Secció "El restaurant" */
#restaurant > p {
  /* word-spacing: 1px; */
  line-height: 2;
}

mark {
  background-color: #d7dbd2e0;
  /* padding: 0 8px; */
  /* padding-left: 8px; */
}



/* Secció "Oferta gastronòmica" */
dl {
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-left: 20px;
}

/* dl::marker {
  color: #829170;
} */

dt {
  font-weight: bold;
  /* margin-inline-start: 0; */
  margin-left: 0;
  margin-bottom: 5px;
}

dd {
  /* margin-inline-start: 20px; */
  margin-left: 0;
  margin-bottom: 15px;
}

/* #llistaDescriptivaPizzes {
  display: inline-block;
}
#llistaDescriptivaSalsesPasta {
  display: inline-block;
} */



/* Secció "Reserves"*/
input,
select,
textarea {
  border: 1.5px solid black;
  border-radius: 4px;
  padding: 8px;
}

/* input[type="text"],
input[type="tel"],
input[type="email"],
input[type="number"],
input[type="date"],
input[type="time"],
select,
textarea {
  
} */

/* input:focus,
select:focus,
textarea:focus {
  background-color: #d7dbd2e0;
} 

input[list]:focus,
*/

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
select:focus,
textarea:focus {
  background-color: #d7dbd2e0;
}

input[type="submit"] {
  padding: 10px;
  background-color: #d7dbd2e0;
  cursor: pointer;
  font-weight: bold;
}

/*
input:optional {

}

input:indeterminate {

}

input::placeholder {

}

input:valid {
  color: #829170;
}

input:required {
  color: orange;
}

input:invalid {
  color: red;
}*/



/* Secció "Equip" */
/* #equip {
} */

/* #equip div {
  text-align: center;
  margin: auto;
  width: 100%;
} */

#equip figure {
  display: inline-block;
}



/* Footer */
footer address {
  margin-bottom: 40px;
}

footer a {
  color: #829170;
}

.copyright, 
.inici {
  margin-bottom: 40px;
}

.copyright strong {
  font-size: 12px;
}

.copyright small {
  font-size: 10px;
}

details > ul {
  font-size: 14px;
}

details > ul > li {
  margin-bottom: 10px;
}




/* Google Fonts */
/* https://fonts.google.com/specimen/Proza+Libre
https://fonts.google.com/specimen/Capriola
https://fonts.google.com/specimen/Love+Ya+Like+A+Sister */