h3{font-weight: bold; font-size: 20px;}
h4{font-weight:300 ;font-size: 20px;}
h3, h4{margin:5px 0 5px 0;}

p{font-size: 16px; line-height: 20px; margin-bottom:5px;}

a{color:#000;}

#contenidor {
	position:static;
}
#contingut {
    position: absolute;
    top: 50%;
    left: 50%;
    height: 600px;
    width: 800px;
    margin: -300px 0 0 -400px;
}

.srmunera{font-weight: bold;}
.space{display:block; height: 100px;}

.img-castell{max-height: 850px !important;}

.fa{font-size: 26px; margin:3px;}

.insta{color: #000;}
.face{color:#3a5897;}
.twit{color: #54aced;}
.pint{color:#c92027;}
	
@media screen and (max-width: 500px) 
{

	#contingut {
    position: absolute;
    top: 0;
    left: 0;
    height: auto;
    width: auto;
    margin: 50px 0 0 0;
}
.space{display:block; height: 5px;}


}