*{
box-sizing: border-box;
}


img{
max-width: 70%; 
height: auto;

}
body{
background-color: #E9DED2;
color: #3e392c;
font-family: Fraunces, Arial, sans-serif;
font-size: 0,5rem;
line-height: 0;
text-align: center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
h1 {
font-family: Fraunces, Arial;
color: #e0e0ff;

}
h2 {
font-family: Fraunces, sans-serif;
font-weight: 300;
font-size: 2rem;
}
.marquee-container p{display: inline-block;}
.marquee-trans{ 
    font-family: 'Fraunces', sans-serif;
    font-size: 4vw;
    color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
}

/*LINKS */
a {
color: #3e392c;

}

a:visited { 
color: #583838;

 }

 a:hover {
 	text-decoration: underline;
 	background-color: none;
	 color: #3e392c;
	 opacity: 50%;

}

a:active {

	background-color: none;
	color: #3e392c;
}


 /*Aplicació a caixes*/
#tot{
width: 90%; 
max-width: 700px;
background-color: #FDDFD9; 
margin-left: auto;
margin-right: auto;
 /*Pad= marg*/
padding: 50px;
  }
 /*CLASS . (davant)*/
 /*Si especifiquem el Padding, serà selectiu*/
  .destacat {
  	background-color: #E6ECF5; 
  	padding: 30px; 
  }

  .border {
color: ff0000;
border: 4px solid #ff0000;
padding: 30px;
font-size: 1.5rem;

  }

  #avis{
  	background-color: #fcf2f0; 
  }
