body {
	margin: 0;
	background: #001b43;
	font-family: Comfortaa;
	font-weight: 900;
}

.contenitore {
	width: 80%;
	margin: 0 auto;
}

header {
  background: #444;
	padding-bottom: 10px;
}

header::after {
  content: '';
  display: table;
  clear: both;
}

.titolo {
  font-family: Anton;
  float: left;
  padding-top: 15px;
  font-size: 25px;
  text-transform: uppercase;
	color: #fff;
}

nav {
  font-family: Montserrat;
  font-weight: 300;
  padding-top: 15px;
  font-size: 20px;
  float: right;
}

nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

nav li {
  display: inline-block;
  margin-left: 70px;
  padding-top: 30px;

  position: relative;
}

nav a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
}

nav a:hover {
  color: #fae742;
}

nav a::before {
  content: '';
  display: block;
  height: 5px;
  background-color: #fae742;

  position: absolute;
  top: 0;
  width: 0%;

  transition: all ease-in-out 250ms;
}

nav a:hover::before {
  width: 100%;
  height: 10%;
}

div h2{
	color: #000;
	font-size: 35px;
}

#intestazione{
	width: 30%;
	margin: -30px 100px 0 0;
	float: right;
}

#intestazione p{
	font-size: 25px;
	text-align: justify;
	color: #444;
}

.side_img{
	margin: 0 0 0 20px;
  width: 60%;
}

.subtitle{
  text-align: center;
}

.posparagrafo{
	margin: 20px 0 0 0;
}

#schedule{
	border: 2px solid #444;
}

#IG{
	width: 50px;
	height: 50px;
}

#FB{
	width: 66px;
	height: 66px;
	margin: 5px 0 0 10px;
}

#watermark
{
 position:fixed;
 bottom:5px;
 right:5px;
 width:100%;
 height:90%;
 opacity:0.5;
 z-index:99;
 color:white;
}

.pos{
	margin: -13px 290px 0 0;
	float: right
}

.socials{
	margin: 25px 0 0 0;
}

.click{
	transition: transform .3s;
}

.click:hover{
	cursor: pointer;
	transform: scale(1.40);
}

.audio-container {
  display: flex;
  justify-content: center;
  align-items: center;
}

::selection {
  background: #000;
	color: #fff;
}

canvas {
  background: url('../game/peruvianLandscape.jpeg');
  margin-left: 10px;
}

#startGame {
	display: block;
	width: 100%;
	background: #444;
	color: #fff;
	padding: 10px 20px;
	border: none;
	cursor: pointer;
	outline: none;
	margin-top: 1rem;
}