* {
  margin: 0;
  padding: 0;
}

*:focus, *:active {outline:none !important;}

*::-moz-focus-inner {border:0 !important;}

html, body {
  width: 100%;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
}

h1 {
  font-family: 'Fjalla One', sans-serif;
  font-size: 40px;
  padding-bottom: 20px;
  font-weight: 400;
}

p, a {
  font-size: 14px;
  padding-bottom: 20px;
  line-height: 1.5;
  text-decoration: none;
}

#data {
	color: #C8B38A;
}

a {
	color: #647AAA;
}

img {
	margin: 20px 0 20px 0;
}

section {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}

.container {
	width: 550px;
	margin: 0 auto;
}

article {
	width: 100%;
	margin: 60px 0 0 0;
}

.titolo-archivio {
	margin: 20px 0 0 0;
}


/* Media --------------------------------------*/

@media only screen and (min-width: 580px) and (max-width: 815px) {

}

@media only screen and (min-width: 320px) and (max-width: 580px) {
	h1 {
	  font-size: 32px;
	}
	
	.container {
		width: 90%;
		margin: 0 auto;
	}
}
