@font-face { 	
		src: url(fonts/1stSortie.ttf);
		font-family: sor; 
		font-weight: normal;
		}
@font-face { 	
		src: url(fonts/amos.ttf);
		font-family: amos; 
		font-weight: normal;
		}

@font-face { 	
		src: url(fonts/Besley-Medium.ttf);
		font-family: bes; 
		font-weight: normal;
		}
@font-face { 	
		src: url(fonts/nanumgothic/NanumGothic-Regular.ttf);
		font-family: nanumgothic; 
		font-weight: normal;
		}
@font-face { 	
		src: url(fonts/montserrat/Montserrat-Medium.otf);
		font-family: montserrat; 
		font-weight: normal;
		}
@font-face { 	
		src: url(fonts/aileron/Aileron-Light.otf);
		font-family: aileron; 
		font-weight: normal;
		}

body {
	background-color: white;
	}

h1 {
	text-align: center;
	font-family: "amos", sans-serif;
	color: #9a031e;
}

h2, h3, h4 {
	color: #9a031e;
	text-align: center;
	font-family: "montserrat", sans-serif;
}

/* dj.html */

button.dj {
	background: #9a031e;
	color: white;
	display: inline-block;
	border-radius: 10px;
	border-style: none;
	font-size: 13pt;
	padding: 7px;
	margin: 10px;
	}
		
	

#header {
	text-shadow: 3px 3px #e3f988;
}

h2.dj {
	font-size: 30pt;
}

.anno {
	color: #004e98;
	font-size: 22pt;
	background: yellow;
	margin: 10px;
	margin-left, margin-right: 0 auto;
	display: block;
	}

h1 {
	font-size: 40pt;
}
p { 	
	font-family: sans-serif;
	color: black;
	line-height: 20px;
	font-size: 13pt;
	padding: 10px;
	}
a {
	color: #9a031e;
	font-family: "nanumgothic" sans-serif;
	}
a:hover {
	color: orange;
	}
.center {
	display: block;
	text-align: center;
	margin: 0 auto;
	}
.white{
	color: white;
	}
.elemento-lista-lavori {
	color: black;
	text-align: center;
	}
a.elemento-lista-lavori:hover {
	color: white;
	}
.img-main {	
	float: right;
	display: inline-block;
	max-width:300px;
	margin: 5px;
	margin-right: 0 auto;
	border-radius: 30px;
	margin-left: 10px;
	}
.img-right {	
	float: right;
	display: inline;
	max-height: 250px;
	margin: auto 5px;
	margin-left: 10px;
	margin-right: 0;
	margin-top; 5px;
	border-radius: 30px;
	}
.img-left {	
	float: left;
	display: inline;
	max-height: 250px;
	margin: auto 5px;
	margin-left: 0;
	margin-right: 10px;
	margin-top; 5px;
	border-radius: 30px;
	}
.img-small {
	width: 200px;
	display: flex
	padding: 30px;
	display: block;
	text-align: left;
	}
.img-medium {
	max-width: 100px;
	padding: 10px;
	float: left;
	}

li {
	color: black;
	padding: 10px;
	margin-bottom: 1px;
	list-style: none;
	font-family: "montserrat", sans-serif;
	}

.main-lista { 
	margin: 0 auto;
	padding: 10px;
	text-align: center;
      	list-style-type: none; 
	display: block;
	font-size: 12pt;
}

.lista-appunti{ 
	padding: 10px;
	text-align: left;
      	list-style-type: none; 
	font-size: 13pt;
}

.lista-mixes{ 
	padding: 10px;
	text-align: left;
      	list-style-type: none; 
	font-size: 11pt;
	text-align: center;
}

@media (min-width: 750px) {
 html {
	margin-right: 50px;
	margin-left: 50px;
 	}
	}

@media (max-width: 500px) {
	img.personal {
	display: block;
	max-width: 320px;
	padding: 20px;
	margin:auto;
	}
	body {
	margin-left: 10px;
	margin-right: 10px;
	}

div.album {
	float: none;
	margin: 0 auto;
	}
	}

div.gallery {
	margin:auto;
	display: block;
	float: left;
	width: 200px;
	height: 400px;
	padding: 20px;
}

div.gallery:hover:not(.active) {
	background-color: black;
	color: #990000;
	}

div.gallery img:hover  {
	width: 110%
	}

div.gallery img  {
	width:100%;
	height:auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

div.title {
	padding: 15px;
	display: block;
	margin: auto;
	font-size:15px;
	color: black;
	text-align: center;
}

div.title a {
	text-decoration: none;
	color: black;
	}

#myProgress {
  width: 100%;
  background-color: orange;
	float: left;
}

#myBar {
  width: 0%;
  height: 30px;
  background-color: grey;
  line-height: 20px;
	float:left;
}


.album {
	width: 200px;
	height:200px;
	margin: 10px;
	padding: 20px;
	padding-bottom: 30px;
	float: left;
	display: none;
	/* aggiungere rounded borders */
	}
.album img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
	}
.album:hover {
	width: 250px;
	height: auto;
	}

.show {
	display: block;
	}

.container {
	overflow: hidden;
	width: 100%;
	}

.btn {
	border: none;
	border-radius: 20px;
	color: white;
	background: red;
	padding: 12px 16px 12px 16px;
	text-align: center;
	}

.btn:hover {
	color: white;
	background: grey;
	}
	
.btn.active {
	color: white;
	background: black;
	}

.appunti {
	color: #9a031e;
	padding: 10px;
	}
.mixes {
	color: #9a031e;
	padding: 10px;
	}
.appunti:hover {
	color: #004e98;
	}
.appunti:visited {
	color: purple;
	}
.img-container { 
	width: 33%;
	min-height: 70px;
	float:left;
	margin: 0;
	padding: 0px;
}
.imga {
	max-width:100%;
	display: block;
}

.indice {
	display: inline-block;
	text-align: left;
	text-align: left;
	margin: 0 auto;
	font-family: "sor";
	}

.index {
	margin: 0 auto;
	text-align: center;
	}
. 
	
.left-list {
	text-align: center;
	display: block;
	margin: 0 auto;
	 }

#home {
 	color: #004e98;
	border: solid 1px #004e98;
	width: 40px;
	padding: 4px;
	text-decoration: none;
	text-align: center;
	display: block;
	margin: auto;
	background: white;
	border-radius: 30px;
	}

#home:hover {
	color: white;
	background: #004e98;
	}

footer {
	color: black;
	text-align: center;
	}

.img-center {
	display: block;
	margin: 0 auto;
	text-align: center;
	max-width: 70%;
	}
.immagine-articolo {
	max-width: 100%;
	padding: 10px;
	}

figcaption {
	color: darkred;
	}

/*code {
	background: black;
	color: lightgreen;
	border-style: solid;
	border-color: yellow;
	border-radius: 30px;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	padding: 15px;
	}
*/
	
pre.code {
	background: #111222 ;
	color: lightgreen;
	border: 1px solid yellow ;
	border-radius: 20px ;
	padding: 1em ;
	white-space: pre-wrap;
	overflow-wrap: break-word ;
	max-width: 600px ;
	margin: auto ;
	}
.gif {
	margin: 0 auto;
	text-align: left;
	display: inline-block;
	}
.collapsible {
	color: white;
	background: #9a031e;
	padding: 18px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 15px;
}

.content {
	padding: 0px 18px;
	display: none;
	overflow: hidden;
	background-color: orange;
}

.active, .collapsible-hover {
	background-color: #9a031e;
}

.collapsible:after {
  content: '\02795'; /* Unicode character for "plus" sign (+) */
  font-size: 11px;
  color: red;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2796"; /* Unicode character for "minus" sign (-) */
}


hr {
	display: block;
	color: red;
}

@keyframes cambia-colore {
	  0%   {color: yellow ;}
	 25%  {color: red;}
  	50%  {color: yellow;}
  	100% {color: red;}
}

.progress {
	animation-name: cambia-colore;
	animation-duration: 3s;
	animation-iteration-count: infinite;
	font-size: 15pt;
}

img {
	vertical-align: middle;
}
