.nav-link {
    font-size: 20px;
    margin-left: 28px;
    border-bottom: solid 1px grey;
}

#page-header {
    margin-top: 12px;
    margin-bottom: 24px;

    padding-top: 1vh;
    padding-bottom: 1vh;
    
    font-size: 40px;
    font-weight: bold;

    border: solid 6px rgb(40,20,120);
    border-radius: 16px;

    background-color: rgba(255, 255, 255, 0.7);

    
}

.info-rounded-element {
    padding: 18px;
    
    margin-top: 26px;
    margin-bottom: 10px;

    border: solid 6px rgb(40,20,120);
    border-radius: 16px;

    background-color: rgba(255, 255, 255, 0.7);

    font-size: 32px;
}

#p-carrier {
    text-decoration: underline;
    margin-top: 8px;
    font-weight: bold;
}

#about-us-page-section, #offer-page-section, #carrier-page-section, #contact-page-section, #citizen-zone-page-section {
    min-height: 80vh;
}

.bg-cover {
    background-attachment: static;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0;
}

/* Nawigacja */
.navbar {
    padding: 0;
}

/* Kariera */
ul {
    margin-left: 10%;
}

@media screen and (max-width: 600px) {
    #page-header {
        font-size: 28px;
    }

    ul {
        margin-left: 0;
        font-size: 24px;
    }

    .info-rounded-element {
        font-size: 24px;
    }

  }