
/* BODY */

body {
    background: url('imatges/wall2aniversari2.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	color:#000;
  	background-color:#333;
}

/* INPUT TEXT */

input[type=text]{
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}


/* CARDS */

.card 
{
   opacity: 0.9;
}

/* ALERTS */
.alert 
{
	width: auto; 
}

/* HASH TEXT */

.hash_text {
  width: 250px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display:inline-block; 
}