* {
	margin: 0;
	padding: 0;
}

body {
	color: white;
	font-family: 'bbrb';
	background-color: blue;
}

li {
	cursor: pointer;
}

h3 {
	width: 100%;
	float: left;
	text-align: left;
}

@font-face {
	font-family: 'bbrb';
	src: url("../font/BurbankBigRegular-Black.otf");
}

#intestazione, #footer, #menu {
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 10px;
}

#desktop {
	width: 100%;
	padding-top: 10px;
}

#mygamesps4 {
	width: 100%;
	position: absolute;
	height: 200px;
}

#mygamespc, #mygamesbg {
	width: 100%;
	height: 200px;
	position: absolute;
}

#idtextarea {
	resize: none;
	border: solid 2px orange;
	outline: none;
}

#lifortnite {
	background-image: url("../images/fortnite.png");
	background-repeat: no-repeat;
}

#liminecraft {
	background-image: url("../images/minecraft.png");
	background-repeat: no-repeat;
}

#lifallout {
	background-image: url("../images/fallout4.png");
	background-repeat: no-repeat;
}

#licodmw {
	background-image: url("../images/codmw.png");
	background-repeat: no-repeat;
}

#liassassincreed {
	background-image: url("../images/assassincreed.png");
	background-repeat: no-repeat;
}

#literraformingmars {
	background-image: url("../images/terraformingmars.png");
	background-repeat: no-repeat;
}

#li7wondersduel {
	background-image: url("../images/7wondersduel.png");
	background-repeat: no-repeat;
}

#lilordsofhellas {
	background-image: url("../images/lordsofhellas.png");
	background-repeat: no-repeat;
}

#lileggendediandor {
	background-image: url("../images/andor.png");
	background-repeat: no-repeat;
}

#lidungeonquest {
	background-image: url("../images/dungeonquest.png");
	background-repeat: no-repeat;
}

#libloodrage {
	background-image: url("../images/br.png");
	background-repeat: no-repeat;
}

#litta {
	background-image: url("../images/TTA.png");
	background-repeat: no-repeat;
}

#liscythe {
	background-image: url("../images/scythe.png");
	background-repeat: no-repeat;
}

#lirocky {
	background-image: url("../images/rocky.png");
	background-repeat: no-repeat;
}

#lirambo {
	background-image: url("../images/rambo.png");
	background-repeat: no-repeat;
}

#li300 {
	background-image: url("../images/300.png");
	background-repeat: no-repeat;
}
/* #limarvel { */
/* 	background-image: url("../images/marvel.png"); */
/* 	background-repeat: no-repeat; */
/* } */

/* #lidisney { */
/* 	background-image: url("../images/disney.png"); */
/* 	background-repeat: no-repeat; */
/* } */

/* #lidccomics { */
/* 	background-image: url("../images/dccomics.png"); */
/* 	background-repeat: no-repeat; */
/* } */
@media only screen and (max-width:599px) {
	#index {
		text-align: center;
		width: 100%;
	}
	#index li {
		display: inline-block;
		position: relative;
		height: auto;
		width: 50%;
		list-style: none;
		white-space: nowrap;
		font-size: 40;
		text-align: center;
		margin: 1%;
		color: blue;
		background-color: white;
		border: 2px solid orange;
		padding: 5px;
	}
	#index li:hover {
		color: orange;
	}
	#intestazione {
		position: relative;
		height: 100px;
		left: 0px;
		top: 0px;
		font-size: 100;
	}
	#menu {
		position: relative;
		height: 300px;
		top: 0px;
		border-top: 2px solid orange;
		border-bottom: 2px solid orange;
	}
	#desktop {
		font-size: 20;
		position: relative;
		top: 0px;
	}
	#footer {
		font-size: 50;
		height: 20px;
		position: relative;
		padding-top: 10px;
		margin-top: 20px;
		font-size: 25;
		border-top: 2px solid orange;
	}
	#mygamesps4, #mygamespc, #mygamesbg {
		width: 100%;
		height: auto;
		position: relative;
		top: 0px;
	}
	#ulMygamesps4, #ulMygamespc, #ulMygamesbg {
		text-align: center;
		width: 100%;
	}
	#ulMygamesps4 li, #ulMygamespc li, #ulMygamesbg li {
		display: inline-block;
		position: relative;
		height: 200px;
		width: 200px;
		list-style: none;
		white-space: nowrap;
		font-size: 50;
		text-align: center;
		margin: 1%;
		color: blue;
		background-color: white;
		border: 2px solid orange;
	}
}

@media only screen and (min-width:600px) {
	#index {
		text-align: center;
		width: 100%;
	}
	#index li {
		display: inline-block;
		position: relative;
		height: auto;
		width: 50%;
		list-style: none;
		white-space: nowrap;
		font-size: 50;
		text-align: center;
		margin: 1%;
		color: blue;
		background-color: white;
		border: 2px solid orange;
		padding: 5px;
	}
	#index li:hover {
		color: orange;
	}
	#intestazione {
		position: relative;
		height: 100px;
		left: 0px;
		top: 0px;
		font-size: 100;
	}
	#menu {
		position: relative;
		height: 350px;
		top: 0px;
		border-top: 2px solid orange;
		border-bottom: 2px solid orange;
	}
	#desktop {
		font-size: 20;
		position: relative;
		top: 0px;
	}
	#footer {
		font-size: 50;
		height: 20px;
		position: relative;
		padding-top: 10px;
		margin-top: 20px;
		font-size: 25;
		border-top: 2px solid orange;
	}
	#mygamesps4, #mygamespc, #mygamesbg {
		width: 100%;
		height: auto;
		position: relative;
		top: 0px;
	}
	#ulMygamesps4, #ulMygamespc, #ulMygamesbg {
		text-align: center;
		width: 100%;
	}
	#ulMygamesps4 li, #ulMygamespc li, #ulMygamesbg li {
		display: inline-block;
		position: relative;
		height: 200px;
		width: 200px;
		list-style: none;
		white-space: nowrap;
		font-size: 50;
		text-align: center;
		margin: 1%;
		color: blue;
		background-color: white;
		border: 2px solid orange;
	}
}

@media only screen and (min-width:800px) {
	#index {
		text-align: center;
		width: 100%;
	}
	#index li {
		display: inline-block;
		position: relative;
		height: auto;
		width: 43%;
		list-style: none;
		white-space: nowrap;
		font-size: 50;
		text-align: center;
		margin: 1%;
		color: blue;
		background-color: white;
		border: 2px solid orange;
		padding: 5px;
	}
	#index li:hover {
		color: orange;
	}
	#intestazione {
		position: relative;
		height: 100px;
		left: 0px;
		top: 0px;
		font-size: 100;
	}
	#menu {
		position: relative;
		height: 200px;
		top: 0px;
		border-top: 2px solid orange;
		border-bottom: 2px solid orange;
	}
	#desktop {
		font-size: 20;
		position: relative;
		top: 0px;
	}
	#footer {
		font-size: 50;
		height: 20px;
		position: relative;
		margin-top: 20px;
		font-size: 25;
		border-top: 2px solid orange;
	}
	#mygamesps4, #mygamespc, #mygamesbg {
		width: 100%;
		height: auto;
		position: relative;
		top: 0px;
	}
	#ulMygamesps4, #ulMygamespc, #ulMygamesbg {
		text-align: center;
		width: 100%;
	}
	#ulMygamesps4 li, #ulMygamespc li, #ulMygamesbg li {
		display: inline-block;
		position: relative;
		/* float: left; */
		height: 200px;
		width: 200px;
		list-style: none;
		white-space: nowrap;
		font-size: 50;
		text-align: center;
		margin: 1%;
		color: blue;
		background-color: white;
		border: 2px solid orange;
	}
}

@media only screen and (min-width:1200px) {
	#index {
		text-align: center;
		width: 100%;
	}
	#index li {
		display: inline-block;
		position: relative;
		height: auto;
		width: 20%;
		list-style: none;
		white-space: nowrap;
		font-size: 50;
		text-align: center;
		/* 		margin: 1%; */
		color: blue;
		background-color: white;
		/* 		border: 2px solid orange; */
		/* 		padding: 5px; */
	}
	#index li:hover {
		color: orange;
	}
	#intestazione {
		position: relative;
		height: 100px;
		left: 0px;
		top: 0px;
		font-size: 100;
	}
	#menu {
		position: relative;
		height: 100px;
		top: 0px;
		border-top: 2px solid orange;
		border-bottom: 2px solid orange;
	}
	#desktop {
		font-size: 20;
		position: relative;
		top: 0px;
	}
	#footer {
		height: 20px;
		position: relative;
		padding-top: 10px;
		margin-top: 20px;
		font-size: 25;
		border-top: 2px solid orange;
	}
	#mygamesps4, #mygamespc, #mygamesbg {
		width: 100%;
		height: auto;
		position: relative;
		top: 0px;
	}
	#ulMygamesps4, #ulMygamespc, #ulMygamesbg {
		text-align: left;
		width: 100%;
	}
	#ulMygamesps4 li, #ulMygamespc li, #ulMygamesbg li {
		display: inline-block;
		position: relative;
		height: 200px;
		width: 200px;
		list-style: none;
		white-space: nowrap;
		/* 		font-size: 50; */
		text-align: left;
		/* 		margin: 1%; */
		color: blue;
		background-color: white;
		/* 		border: 2px solid orange; */
	}
	/* 	#viewport { */
	/* 		display: none; */
	/* 	} */
}