
#citazione_frase {
  /*  margin-left: 16% !important;
    margin-right: 16% !important;
    font-family: serif; */
 
  /* background-color: rgba(0, 0, 0, 0.897) !important;*/
}



#citazione_frase {

    text-align: justify !important;
    display: table !important; /* keep the background color wrapped tight */
    padding:5px;font-size:20px;
    color: white;

    text-shadow: 2px 0 #4d4d4d85, -2px 0 #4d4d4d85, 0 2px #4d4d4d85, 0 -2px #4d4d4d85,
    1px 1px #4d4d4d85, -1px -1px #4d4d4d85, 1px -1px #4d4d4d85, -1px 1px #4d4d4d85;
}


#citazione_autore {
text-align: right !important;
color: white;

/*margin-left: 16% !important; 
margin-right: 16% !important;
font-family: serif; */
/*background-color: rgba(0, 0, 0, 0.897) !important;*/
padding:5px;font-size:20px !important;

text-shadow: 2px 0 #4d4d4d85, -2px 0 #4d4d4d85, 0 2px #4d4d4d85, 0 -2px #4d4d4d85,
    1px 1px #4d4d4d85, -1px -1px #4d4d4d85, 1px -1px #4d4d4d85, -1px 1px #4d4d4d85;
}


#blocco1 {

background-color: rgb(0, 0, 0) !important;
}

.colorestile1 {

  color: rgb(102, 102, 102) !important;
}

/*
.centrato{
color: black
}

.centraoggetto{
color: black;
}*/

@media screen and (max-width: 600px) {
 
#citazione_frase {
    margin-left: 3% !important;
    margin-right: 3% !important;
    font-size: 160% !important;
}

#citazione_autore {
  margin-left: 3% !important;
  margin-right: 3% !important;

}

#header {

  background-image: url('images/overlay.png'), url('../images/header_mobile.jpg');
  padding: 18em 0 18em 0;
}

#imagecredit {

text-align: center !important;
padding: auto;
size: 20px;
background-color: white !important;

}



}


@media screen and (min-width: 600px) {
 
  #citazione_frase {
      margin-left: 16% !important;
      margin-right: 16% !important;
      font-size: 180% !important;
  }
  
  #citazione_autore {
    margin-left: 16% !important;
    margin-right: 16% !important;
    font-size: 110% !important;
  }
  
  #header {

    background-image: url('images/overlay.png'), url('../images/header.jpg');
    padding: 14em 0 14em 0;
  }


  }


 