.solidbg {
    background-image: linear-gradient(176deg, var(--bs-primary) 70%, #FfFfFf calc(70% + 2px))
}

.constructbg {
    background-color: var(--bs-primary);
}
#holder {
}

.btn-lg {
    font-size: 2rem;
}
h1 {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    font-weight: 700;
    font-family: 'Open Sans', serif;
}

h4 {
    font-size: clamp(1.5rem, 2vw, 2.5rem);
    font-weight: 500;
    font-family: 'Open Sans', serif;
}

.logo {
    background-image: url(./assets/ptl-logo.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 70px;
    filter: grayscale(1) brightness(100);
}
.svc-box {
    text-align: center;
}
.svc-box span {
    font-size: 2rem;
    text-align: center;
}

.svc-box h1 {
    font-size: 1rem;
    font-weight: 600;
    font-family: "Open Sans", serif;
}

.svc-box p {
    font-size: .75rem;
    font-family: "Open Sans", serif;
}

.splash {
    background-image: url('./assets/scott-graham-5fNmWej4tAA-unsplash.jpg');
    background-size: cover;
    width: 300px;
    border-radius: 100%;
}

.modal {
    display: none;  /* Hidden by default */
    position: fixed;
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4); /* Black with opacity */
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 800px;
    height: 80%;
}

.close-btn {
    color: #aaa;
    font-size: 28px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    right: 15px;
}

.close-btn:hover,
.close-btn:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

footer {
    display: flex;
    justify-content: center;
}
footer p {
    font-size: .75rem;
    color: #fcfcfc;
    font-weight: 100;
    text-align: center;
}