.page-layout {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

.content {
    flex: 1 0 auto;
}

.navbar-custom {
    background: linear-gradient(125deg, #036016, #38AB6F);
    color: white;
}

.hero-section {
    background: linear-gradient(125deg, #2161D9, #64C0E8);
    color: white;
}

.hero-section-subtext {
    font-weight: 300;
}

.details-section {
    background-color: lightgrey;
}

.cost-section {
    background-color: lightgrey;
}

.footer {
    background: linear-gradient(125deg, #2161D9, #64C0E8);
    flex-shrink: 0;
    z-index: 200;
}