h1, h2, h3, h4 {
    font-weight: bold;
}

h1 {
    font-size: 50px;
}

.brand-blue {
    color: #0B7FC2;
}

.navbar-brand {
    display: flex;
    align-items: center;
}

.lpt-logo {
    width: 140px;
    margin-left: 0.5rem;
}

.text-logo {
    font-size: 40px;
    font-weight: 700;
    color: #0B7FC2;
    margin-right: 16px;
}

.subtext {
    font-size: 1rem;
    margin-right: 4px;
    margin-bottom: 0;
}

footer {
    background: #F1F1F1;
}
footer .link-header {
    font-size: 1.2rem;
    font-weight: bold;
}
.footer-links {
    list-style: none;
   padding-left: 0;
}
.footer-links li a {
    text-decoration: none;
    color: #000;
}
.footer-links-section {
    margin-left: 40px;
}

.footer-row {
    display: flex;
    margin-top: 1rem;
}

footer .phone {
    text-decoration: none;
    color: #000;
}

footer p {
    margin-bottom: 0.5rem;
}
.disclaimer {
    font-size: 0.8rem;
    line-height: 1rem;
    text-align: center;
    margin: 0 auto;
}

.subheader-wrapper {
    text-align: -webkit-center;
}

.subheader {
    max-width: 700px;
}

.hero h3 {
    text-align: center;
}

.arrow {
    margin-top: -60px;
    margin-left: 14%;
}

.hero h1 {
    text-align: center;
}

.wistia_responsive_wrapper {
    height: 380px;
    max-width: 660px;
    width: 100%;
    margin: 0 auto;
    padding-top: 1rem;
    padding-bottom: 2rem;
}

.nav-links {
    list-style: none;
    padding-left: 0;
    display: flex;
    justify-content: center;
    margin-top: 16px;
}

.nav-links li {
    margin-right: 16px;
}

.nav-phone {
    text-decoration: none;
    font-weight: bold;
    color: #0B7FC2;
    font-size: 22px;
}

@media (max-width: 499px) {
    .navbar-brand {
        flex-wrap: wrap;
    }
    h1 {
        font-size: 32px;
    }
    .arrow {
        display: none;
    }
    .wistia_responsive_wrapper {
        top: 0;
    }
    .text-logo {
        font-size: 30px;
    }
}