* {
    font-family: Poppins;
    line-height: 32px;
}

body {
    color: #000;
}

h1 {
    font-size: 50px;
}

a {
    text-decoration: none !important;
}

.llengues {
    position: absolute;
    color: white;
}

.llengues a {
    color: white;
}

#capcalera {
    background-image: url(imatges/capcalera.jpg);
    height: 60vh;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 20%;
}

.logo {
    width: 25%;
}

.logo h1 {
    color: #000;
    text-shadow: #fff .2px 0 20px;
}

.llengues a {
    color: #000;
}

.llengues h5 {
    color: #000;
}

@media only screen and (max-width: 1425px) {
    .llengues {
        color: #000;
    }

    .logo {
        width: 100%;
    }

    .logo h1 {
        /* text-shadow: #7a7a7a .5px 0 5px; */
        /* font-weight: bold; */
        font-size: 40px;
    }

    .logo img {
        width: 150px;
    }
}

.btn {

    border-radius: 0px !important;
    font-weight: bold !important;
    font-size: 20px !important;
    background-color: #000 !important;

}

.btn:hover {

    border-radius: 0px !important;
    background-color: transparent !important;
    color: #000 !important;

}