html {
    scroll-behavior: smooth;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.nav-item {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    text-align: center;
}

.navbar {
    background-color: white;
    border-bottom: solid #f1f1f1 1px;
}

.blank {
    height: 60px;
}

.col-lg, .col-md, .col-sm, .col-xs {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.custom-card {
    box-shadow: 0 0 1rem 0.1rem rgba(99, 115, 129, 0.2);
    padding: 0.5rem;
    margin: 0 1rem;

}

.card-with-text img {
    margin-bottom: 2rem;
}

.card-header {
    cursor: pointer;
}

.gray-bg {
    background-color: #f1f1f1;
}

a {
    color: #007bff;
}

.btn {
    text-align: left;
    padding: 0;
}

.icon {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 140px;
    width: 140px;
}

.headshot-icon {
    max-width: 200px;
    max-height: 200px;
}

.center-content {
    margin: auto !important;
}

.width-center-content {
    margin-left: auto !important;
    margin-right: auto !important;
}

@media (min-width: 769px) {
    .text-on-right {
        padding-left: 5rem;
    }
    .desktop-blank {
        height: 100px;
    }
    .mobile {
        display: none;
    }
}

@media (max-width: 769px) {
    .text-right {
        text-align: left !important;
        margin-top: 2rem !important;
    }
    .desktop {
        display: none;
    }
}

.text-center {
    text-align: center;
}

.sub-heading {
    font-size: 1.5rem;
}

.dropdown-item {
    white-space: wrap;
}

.btn-submit {
    padding: 0.5rem 1rem;
    background-color: #142f5e;
    border-color:#142f5e;
}

.btn-link {
    color:#142f5e;
    text-decoration: underline;
}

a {
    text-decoration: underline;
    color:#142f5e;
}

a.nav-link {
    text-decoration: none;
}

a.dropdown-item {
    text-decoration: none;
}