/*_______________ carreguem les fonts per al renderitzat ok en tots els navegadors*/
body:after {
	content: '';
	background-image: url(../imatges/fons2019.jpg);
	background-size: cover;
}
body{
	background: #000;
	font-family: "Montserrat", Verdana, Arial, Sans;
	height: 100%;
	width: 100%;
	background-size: cover;
}
video{
	position: fixed;
	right: 0;
	bottom: 0;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-transition: 1s opacity;
	transition: 1s opacity
}
#fons{
	width: 100%;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	background-position: top;
	background-size: cover;
}

#peli{
	/*font-weight: 100;*/
	/*background-color: rgba(30,39,42,0.7);*/
	color: #fff;
	padding-top: 0;
	padding-right: 2rem;
	padding-left: 2rem;
	padding-bottom: 1rem;
	/*width: 50%;*/
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
	/*float: right;*/
	font-size: 1.2rem;
	/* [disabled]border: 20px solid #FFFFFF; */
	
}
h1{
	font-size: 1.5rem;
	/*text-transform: uppercase;*/
	margin: 0;
	text-align: center;
	font-style: normal;
	font-weight: normal;
	text-shadow: 0px 0px 5px rgba(0,0,0,0.50);
}
.any2 {
	font-family: 'Six Caps', sans-serif;
	font-size: 20rem;
	line-height: 19rem;
}

.any{
	font-size: 7rem;
	font-family: 'Six Caps', sans-serif;
	line-height: 6rem;
}

p{
	font-size: 1rem;
	margin: 0;
	text-align: center;
}
p img{
	width: 250px;
	height: 148px;
}

a:hover{background:rgba(0,0,0,.9)}
.stopfade{opacity:.5}
.botonm{
	font-family: "Montserrat", Verdana, Arial, Sans;
	display: block;
	color: #ff9f19;
	text-decoration: none;
	background: rgba(0,0,0,.7);
	padding: 1.5rem;
	margin: 1rem auto;
	-webkit-transition: .6s background;
	transition: .6s background;
	text-align: center;
	border: none;
	width: 30%;
	min-width: 400px;
	font-size: 1.3rem;
}


#peli button{
	display: block;
	width: 40%;
	padding: .4rem;
	border: none;
	margin: 1rem auto;
	font-size: 0,5rem;
	background: rgba(255,255,255,.23);
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: .3s background;
	transition: .3s background
}
#peli button:hover{
	background: rgba(0,0,0,.5);
}
.cf-hidden { display: none; } 
.cf-invisible { visibility: hidden; }
p input[type=password],
p input[type=text] {
    border:1px solid #ccc;
    color:#666;
    width:40%;
    padding:10px;    
    margin:3px 0px;
	min-width: 230px;
	font-size: 1.2rem;
}

@media only screen and (max-width: 1000px) 
   {

#peli{	
	/*width: 90%;*/
	/*font-size: 2rem;*/
}
.botonm{
font-size: 2rem;
	width: auto;
}
p input[type=password], p input[type=text]  {font-size: 1.5rem;  width: auto;}
h1{font-size: 2rem;
}
p{font-size: 1.5rem;
}
.any2 {
	font-size: 25rem;
	line-height: 24rem;
}

.any{
	font-size: 10rem;
	line-height: 9rem;
}
}

/*@media (max-width: 1000px)
   {
    #bgvid {display: none;}}*/


	
