
body {
  text-align: center;
}

nav {
  background-color: rgba( 0 , 0 , 0 , 0.5 );
  text-align: initial;
  z-index: 20;
  transition: all 1s;
}

header {
  background-image: url( 'casual/sfondo.jpg' );
  background-size: cover;
  background-position: center;
  background-color: #4E8EF7;
  color: white;
}

.P1 , .P2 , footer , section {
  padding: 10px;
}

header , footer {
  background-size: cover;
  background-position: center;
}

header .P1 {
  padding-top: 120px;
  padding-bottom: 20px;
}

header .MoreTopPadding {
  padding-top: 154px !important;
}

header .P2 {
  padding-top: 20px;
  padding-bottom: 70px;
}

form {
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  color: black;
  text-align: left;
  padding: 30px;
  padding-bottom: 6px;
  transition: all 1s;
}

@media screen and ( min-width: 420px ) {
  .l4 {
    width: 33.333333% !important;
    background-color: blue !important;
  }
}

section {
  box-shadow: 0px 0px 10px 2px rgba(50, 50, 50, 0.75);
}

.BOX {
  background-color: #eeeeee;
  padding: 0.9rem;
  border-radius: 4px;
  margin-bottom: 0.9rem;
  position: relative;
}

.RULES, .HOWTOPLAY {
  text-align: initial;
}

footer {
  background-image: url( 'casual/footer.jpg' );
  color: white;
}

.RedText {
  color: #DC143C;
}

/* COLORI INPUT */

/* label color */
 .input-field label {
   color: black;
 }

 /* label focus color */
 .input-field input[type=text]:focus + label {
   color: #1976D2;
 }
 /* label underline focus color */
 .input-field input[type=text]:focus {
   border-bottom: 1px solid #1976D2;
   box-shadow: 0 1px 0 0 #1976D2;
 }

 /* label focus color */
 .input-field input[type=email]:focus + label {
   color: #1976D2;
 }
 /* label underline focus color */
 .input-field input[type=email]:focus {
   border-bottom: 1px solid #1976D2;
   box-shadow: 0 1px 0 0 #1976D2;
 }

 /* label focus color */
 .input-field input[type=number]:focus + label {
   color: #1976D2;
 }
 /* label underline focus color */
 .input-field input[type=number]:focus {
   border-bottom: 1px solid #1976D2;
   box-shadow: 0 1px 0 0 #1976D2;
 }

 /* icon prefix focus color */
 .input-field .prefix.active {
   color: #1976D2;
 }

/* MARQUEE */

@font-face {
  font-family: 'matricha';
  src: url( '../fonts/matricha.ttf' ) format( 'truetype' );
}

.topContainer {
  position: fixed;
  width: 100%;
  z-index: 100;
}

.marquee {
  background-color: #2A3139;
  overflow: hidden;
  height: 4.6rem;
  padding: 0.5rem;
}

.marquee .text {
  position: absolute;
  font-size: 3.6rem;
  line-height: 3.7rem;
  color: #F10000;
  font-family: 'matricha';
  width: 100%;
  white-space: nowrap;
  transform: translateX( 100% );
}

@keyframes move {
  0%  {
    transform:translateX(100%);
  }
  100%{
    transform:translateX(-1000%);
  }
}

.marquee .text {
  animation: move 80s linear infinite;
}

.SHARE_FACEBOOK {
    position: absolute;
    left: 30px;
    top: 40px;
    background-color: #3B5998;
}

.SHARE_FACEBOOK .btn-large i {
    font-size: 2.5rem;

}
