
body {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

h1 {
  font-weight: 700;
	color: #1c509c;
}

.h1, h1 {
    font-size: 2rem;
}

.p {
    font-size: 1.5rem;
}

.wrapper {
  height: 100vh;
  position: relative;
}

.logo-fb {
  width: 100%;
  max-width: 300px;
  margin: 10px auto;
}

.top-bottom {
  padding: 4rem 0;
}

.bac-logo{
  width: 100%;
  max-width: 800px;
  margin: 10px auto;
  margin-bottom: 3rem;
}
#nongioca, #gioca {
  display: none;
}
.btn-gioca {
  padding-top: 15px;
  padding-bottom: 15px;
  font-weight: 600;
  margin-top: 1rem;
  border-radius: 0px;
  line-height: 1.1em;
  font-size: 20px;
  color: white;
  background-color: #1fb4fc;
  display: inline-block;
  text-decoration: none;
  width: 300px;
}
.btn-gioca:hover {
  color: white;
}
footer {
  background-color: #234e9b;
  color: white;
  font-size: 15px;
  display: block;
  width: 100%;
  padding: 2rem 0;
  position: absolute;
  bottom: 0;
  text-align: center;
}
footer p{
  margin: 0;
  padding: 0;
}

#nongioca, #gioca {
 /* padding: 4rem 0;*/
}

.cover-container1 {
  background-image: url('img/bg2.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -10px;
  height: 100vh;
}

.cover-container {
  background-image: url('img/bg.jpg');
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#unity-canvas {
  margin: 30px auto;
}
#nongioca {	
	background-color:rgba(51,150,215,0.2); 
	padding:1.5rem 3rem 1rem; 
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border: 1px solid #3297cf;
}

@media all and (max-width: 767px){
  .wrapper {
    height: auto
    position: relative;
  }
  footer {
    position: relative;
  }
.top-bottom {
  padding: 2rem 2rem;
}
	
.cover-container1 {
  height: auto;
	padding-bottom: 50px;
	padding-top: 10px;
}

}