body {
    font-family: "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #f8f9fa;
    color: #333;
}

.navbar {
    background-color: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.navbar-brand {
    font-weight: bold;
    color: #333;
}

.nav-link {
    color: #333;
    font-weight: 500;
}

.jumbotron {
    background-color: #333;
    color: #fff;
    padding: 6rem 0;
    border-radius: 0px;
}

.jumbotron {
    background-color: #333;
    color: #fff;
    padding: 6rem 0;
    display: flex;
    align-items: stretch;
    margin-bottom: 0px;
}

.jumbotron .video-container iframe {
    border-radius: 10px;
}

.slanted-bottom-decorator {
    width: 100%;
    height: 100px;
    background-color: #333;
    clip-path: polygon(100% 100%, 0 0%, 0% 0%, 100% 0%);
}

.example-text {
    border-left: 4px solid #333;
    padding: 1rem;
    font-style: italic;
}

.jumbotron .row {
    display: flex;
    align-items: stretch;
}

.jumbotron .col-md-6 {
    display: flex;
    flex-direction: column;
}

.jumbotron .jumbo-text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.jumbotron .jumbo-image-container {
    display: flex;
    align-items: center;
}

.jumbotron .jumbo-image-container iframe {
    width: 100%;
    height: 100%;
}

.jumbotron .btn {
    background-color: white;
    color: #333;
    width: 200px;
}

.jumbotron .btn:hover {
    background-color: gray;
    color: white
}

.jumbo-image-container {
    text-align: center;
}

.jumbo-text-container {
    color: white;
}

.jumbo-text-container h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 30px;
}

.jumbo-text-container p {
    margin-bottom: 30px;
}

#solutions h2 {
    text-align: center;
}

#how-it-works .section-heading,
#how-it-works .section-subheading,
#contact .section-heading,
#contact .section-subheading {
    text-align: center;
}

#pricing .section-heading,
#pricing .section-subheading {
    text-align: center;
}

.section {
    padding: 6rem 0;
}

.section-heading {
    font-size: 2.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    color: #333;
}

.section-subheading {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 3rem;
}

.btn-primary {
    background-color: #333;
    border-color: #333;
    transition: background-color 0.3s;
}

.btn-primary:hover {
    background-color: #222;
    border-color: #222;
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-title {
    font-size: 1.5rem;
    font-weight: bold;
    color: #333;
}

.pricing-card-title {
    font-size: 2.5rem;
    font-weight: bold;
    color: #333;
}

.text-muted {
    color: #777 !important;
}

.form-control {
    border-radius: 4px;
}

footer {
    background-color: #fff;
    color: #333;
    padding: 2rem 0;
}

#contact i {
    color: #333;
    font-size: 20px;
}

.card {
    border: none;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.card:hover {
    transform: translateY(-5px);
}

.card-body {
    padding: 2rem;
}

.card-body h4 {
    margin-bottom: 1rem;
}

#how-it-works .card-text:last-child {
    margin-bottom: 1rem; 
}

.navbar-brand img {
    height: 50px;
}

#pricing small {
    font-size: 40%;
}

.section i {
    font-size: 160px;
}

.icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.video-container {
    display: inline-flex;
    height: 305px;
}

ul {
    padding-left: 10px;
}

.heres-how-list {
    padding-left: 30px;
}

.button-container {
    display: flex;
    gap: 10px;
}

.button-container .btn-secondary {
    background-color: gray;
    color: white;
}

.button-container .btn-secondary:hover {
    background-color: white;
    color: #333;
}

@media screen and (max-width: 768px) {

    .video-container {
        margin-top: 60px;
        height: 300px;
    }
    body.startups i, body.professional-services i, body.internal-tooling i, body.how-it-works i, body.pricing i {
        display: none;
    }

    section.section {
        padding: 3rem 0;
    }

    .jumbotron {
        padding: 3rem 0;
    }

    .jumbotron h1 {
        font-size: 2rem;
    }

    .section-heading {
        font-size: 2rem;
    }
}