@import url('https://fonts.googleapis.com/css2?family=Caveat+Brush&family=Dancing+Script:wght@400..700&family=League+Script&family=Schoolbell&display=swap');

body{
   margin: 0;
   background-image: url(../imatges/darrerefons.png);
}
.container{
    margin:auto;
    background-image: url(../imatges/fons.png);
    background-size:cover;
    background-repeat: repeat-y;
    width:90%;    
}
.capsalera{
    background-color: #514538;
    height: 50px;
}
.menu li{
    float: right;
    margin-right:20px;
    margin-top:15px;

}
.menu{
    display: inline;
    list-style: none;
    justify-content: space-between ;
    justify-items: center;
    padding: center; 
    margin: 0;
}
.menu a{
    text-decoration: none;
    color: #ffff;
    font-size: 16px;
    transition: color 0.3s;
    padding: 20px;
}
.menu a:hover{
    background-color: #c3a689;
    color: black
}
.titol{
    width: 1000px;
    height: 371px;
    position: relative;
    margin-left: 100px;
    margin-top: 10px;
}
.text-titol{
    position: relative;
    margin-left: 100px;
    top: -270px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    font-weight: weight;
    font-style: normal;
    font-size: 75px;
    text-align: center;
}   
.contingut{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap:20px;
    margin-left: 5%;
    margin-right: 5%;
}
.col{
    background-color: #84aca4; 
    padding: 10px;
    text-align: center;
    vertical-align: top;
}
.footer{
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: #514538;
    width:100%;
    height: 40px;
}
.img{
    transition: box-shadow 0,5s ease;
}
.img:hover{
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.3);
}
.cc_button{
    width: 50px;
    height: 50px;
    margin-right: 30px;
    cursor:pointer;
}
.cc{
    display: none; 
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 30px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    z-index: 9999;
    border-radius: 10px;
}