html, body {
    height: 100%;
}

#navbar {
    transition: background-color 0.3s ease;
    background-color:rgba(255, 255, 255, 0.47);
    height: 7vh;
}

#home {
    background-image: url("img/hands-engineer-working-blueprint-construction-concept-engineering-tools-vintage-tone-retro-filter-effect-soft-focus-selective-focus-resized.jpg");
    background-size:cover;
    padding-top: 7vh;
}
.nav-links > *{
    float: left;
    padding: 0 1vw !important;
}

.nav-links .nav-link:not(:last-child) {
  border-right: 1px solid black;
}

.navbar-hr {
    max-width: inherit;
    position: absolute;
    width: 100%;
    left:0;
    right:0;/* or any desired width */
    bottom: 0;
    margin: 0 auto 0 auto;
    padding: 0 1%;
}

.secondary-text{
    font-size: 1.2rem;
}

.home-info {
    padding: 5%;
    /* Rectangle 2 */
    background: rgba(255, 251, 251, 0.85);
    /*filter: blur(10.3px);*/
    border-radius: 33px;
    margin: 5% 0;
}
#offert-img {
    background-image: url("img/crop-architect-opening-blueprint-resized.jpg");
    background-size:cover;
}
.offert-info {
    padding-top: 2%;
    padding-bottom: 3%;
    scroll-snap-align: center;
}

#offert-list > li{
    padding-bottom: 0.7rem;
}

#contact {
    background-color: #e3e3e3;
    padding: 1% 0;
}
.contact-info {
    padding-top: 5%;
    padding-bottom: 10%;
}
#map {
    width: 100%;
    height: 100%;
}

.maps-link {
    display: inline-flex;
    align-items: center;
    background-color: #000;
    color: white;
    text-decoration: none;
    padding: 10px 16px;
    border-radius: 999px;
    font-family: sans-serif;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.maps-link:hover {
    background-color: #222;
}

.maps-icon {
    margin-right: 10px;
    flex-shrink: 0;
}
#tel {
    color: black;
    text-decoration: none;
}