@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&display=swap');

.navbar-nav > li > a {
    color: #666;
    font-weight: 700;
}

#logo {
    background: none;
}

#logo a {
    height: auto !important;
    padding-top: 0;
    color: #666;
    font-size: 1rem;
    font-weight: 700;
}

#custom-header {
    display: flex;
    align-items: center;
    width: fit-content;
    margin:0 auto;
}

/*#logo-pcs {
    margin-right: -35px;
}*/

#logo-pcs img {
    width: 95px;
}

#scritta-pcs {
    font-family: "Baskervville", serif;
    font-size: 1.8rem;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 1rem;
}

#scritta-pcs a {
    display: flex;
    flex-direction: column;
    color: #ac1b80;
    align-items: center;
}

#scritta-pcs a:hover {
    text-decoration: none;
}

@media only screen and (max-width: 610px) {
    /*#logo-pcs {
        margin-right: -20px;
    }*/

    #logo-pcs img {
        width: 55px;
    }

    #scritta-pcs {
        font-size: 1rem;
    }
}

@media only screen and (max-width: 430px) {
    /*#logo-pcs {
        margin-right: -10px;
    }*/

    #logo-pcs img {
        width: 45px;
    }

    #scritta-pcs img {
        width: 250px;
    }
}
