.blau{
    background-color: #2e448d!important;
}

.daurat {
    background-color: #b1b2a2!important;
}

.textBlau{
    color:#2e448d;
}

.textBlanc{
    color:white;
}

body{
    min-height: 100vh;
    margin: 0;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

a.text-light:hover{
	background-color:#2e448d !important;
}

.flex {
    display: flex;
    flex-direction: row;
}
/*Bootstrap aplica un estil al fer hover als meus botons que canvia el color de fons a blanc*/
/*Per evitar-ho, he creat aquests estils :hover*/
.btn.blau:hover{
    background-color: #2e448d;
    opacity: 0.9;
}


.btn.daurat:hover{
    background-color: #b1b2a2;
    opacity: 0.8;
}

.bordeBlau{
    border-color: #2e448d !important;
}

.footer{
    background-image: url(/logos/logo-ajuntament-blanc.png);
    background-repeat: no-repeat;
    background-position: 25% 65%;
}

@font-face {
    font-family: FontAjuntament;
    src: url(../font/futurabkbtrusbyme_book.otf);
}

*{
    font-family: FontAjuntament;
}

/*Logo*/

.logo{
    max-width: 40px;
}

/*Per llevar el punt dels <ul> que mostren errors de validació*/
.ulSensePunt ul{ 
    list-style-type: none;
    padding-left: 0px;
}
