﻿/*estil*/


/*portada*/
div.portada {
	background-image: url("ref/liniaportada.png");
	width:100%;
	height:15px;
	margin-top:22.5%;
	transition:2s;
}

img.logoportada {
	top:-27px;
	width:200px;
	margin:150px auto;
	position:relative;
	display:block;
	transition:1.5s;
}

img.logoportada:hover {
	transition:1s;
	width:13%;
}

/*home*/
div.homeheader {
	background-image: url("ref/liniaportada.png");
	width:100%;
	height:15px;
	margin-top:-3%;
}

img.logohome {
	top:-75px;
	width:200px;
	margin:150px auto;
	position:relative;
	display:block;
}

div.footer {
	margin:auto;
	width:25%;
	right:9%;
	position:fixed;
	bottom:10%;
	top:95%;
	text-align:center;
	font-family:Roboto, calibri light, sans-serif;
	font-size:10px;
}

/*menu*/
div.menu {
	width:100%;
	background-color:white;
	overflow:auto;
	font-family:Roboto, calibri light, sans-serif;
	text-align:center;
	padding-top:15px;
	letter-spacing:2px;
}

a.menu {
	color:#999999;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	margin-right:100px;
	margin-left:100px;
}

a.menu:hover {
	color:#cccccc;
	transition:0.5s;
}

a.menudesactivat {
	color:#cccccc;
	font-size:12px;
	text-align:center;
	text-decoration:none;
	margin-right:100px;
	margin-left:100px;
	cursor:default;
}

/*index projectes*/

div.indexprojectes {
	display:flex;
	justify-content:center;
}

div.separacio {
	padding-left:50px;
	padding-right:50px;
	padding-top:50px;
}

div.minifoto {
	position:relative;
}

img.minifoto {
	width:250px;
	opacity: 1;
	display: block;
	height: auto;
	transition: .5s ease;
	backface-visibility: hidden;
}

div.middle {
	opacity:0;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%, -50%);
	-ms-transform:translate(-50%, -50%);
	text-align:center;
	font-family:Roboto, calibri light, sans-serif;
	color:black;
	letter-spacing:1px;
}

div.minifoto:hover .minifoto {
	opacity:0.2;
}

div.minifoto:hover .middle {
	opacity:1;
}

p.classeprojecte {
	font-family: Roboto, calibri light, sans-serif;
	color:#999999;
	text-align:center;
	font-size:12px;
	letter-spacing:1px;
}

/*projectes*/
div.projecte {
	justify-content:center;
	margin-left:25%;
	margin-right:25%;
}

div.infoprojecte {
	margin:auto;
	text-align:center;
	width:60%;
}

p.titolprojecte {
	font-family:Roboto, calibri light, sans-serif;
	font-size:15px;
	color:#999999;
}

p.titol {
	font-family:Roboto, calibri light, sans-serif;
	font-size:17px;
	color:black;
}

p.credits {
	font-family:Roboto, calibri light, sans-serif;
	font-size:13px;
	color:#999999;
}

p.text {
	font-family:Roboto, calibri light, sans-serif;
	font-size:15px;
	color:black;
	text-align:justify;
	line-height:1.7;
}

a.linkcredits {
	font-family:Roboto, calibri, sans-serif;
	font-size:13px;
	color:black;
	text-decoration:none;
}


img.imatgesprojecte {
	width:100%;
	margin:auto;
	padding-top:20px;
}

/*sobremi*/
img.imatgeruzi {
	width:40%;
	margin:auto;
	border:1px solid #cccccc;
	border-style:dashed;
}

a.roser {
	opacity:1;
	transition:1s;
}

a.roser:hover {
	opacity:0.4;
	transition:1s;
}

p.textsobremi {
	font-family:Roboto, calibri light, sans-serif;
	font-size:15px;
	color:black;
	text-align:center;
	line-height:1.7;
}

a.link {
	font-family:Roboto, calibri light, sans-serif;
	font-size:15px;
	color:black;
	text-decoration:none;
}

/*cc*/

div.cc {
	text-align:center;
	position:fixed;
	bottom:0px;
	margin-left:23.4%;
	background-color:white;
	min-width:1000px;
	padding-top:10px;
	font-family:Roboto, calibri light, sans-serif;
}