html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	/* outline: auto !important;	*/
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	/* outline: 0; */
}
body {
	line-height: 1;
	color: black;
	background: rgba(0,0,0,0.8);
	font-family: 'Roboto', sans-serif; /* És la Roboto 400 */	
}

h1, h2, h3, a { font-family: 'Oswald', sans-serif; }
strong { font-weight: bold; }
em { font-style: italic; }


ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

body a { color: black; }
body a:hover { color: #666666; opacity: 0.7; text-decoration: none; }
body a:active { color: #222222; }
body a:focus { color: #666666; opacity: 1; text-decoration: underline; }
/* body a:visited { color: #222222; } */

p { font-size: 1rem; margin-bottom: 1vw; line-height: 1.2rem; }
li { line-height: 1.2rem; }
li.nav-item { list-style: none; }


.page {
	margin: 0 auto;
	max-width: 80vw;
	height: auto;
	background-color: white;
	border-left: 2px solid black;
	border-right: 2px solid black;
	border-bottom: 2px solid black;
	position: relative;
	box-sizing: border-box;
  }
  

.FranjaDiputacio { height: 50px; width: 100%; background-color: black; position: relative; }
.FranjaDiputacio > img { height: 100%; position: absolute; right: 10vw; }
  


/* Small screen! */
@media screen and (min-width: 300px) and (max-width: 699px) {
	html { font-size: 2.5vw; }
	.page { max-width: 100vw; }
  }
  
  @media screen and (min-width: 700px) and (max-width: 1199px) {
	html { font-size: 2vw; }    
	.page { max-width: 100vw; }
  }
  
  @media screen and (min-width: 1200px) {
	html { font-size: 1vw; }  
  
  }
  
