/* _content/TripPlanner/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-rq8u4y3sww] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-rq8u4y3sww] {
    flex: 1;
}

#soa-img-background-container[b-rq8u4y3sww] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;

    background-image: url("media/images/2016-background.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
/* _content/TripPlanner/Components/Pages/Home.razor.rz.scp.css */
/*
X-Small devices (portrait phones, less than 576px)
// No media query for `xs` since this is the default in Bootstrap
*/

#wilderness-trip-form-container[b-z1vt73j6sp] {
    margin: 0 auto;
    padding: 35px;
    background-color: var(--bg-color);    
}

.hint[b-z1vt73j6sp] {
    opacity: 0.65;
    font-weight: 300;
    font-style: italic;
}

#form-submitted-success-text[b-z1vt73j6sp] {    
    font-weight: bold;
    font-style: italic;
    margin: 0;
    text-align: center;
    font-size: 1.5rem;
}

.wilderness-trip-list[b-z1vt73j6sp] {
    max-width: 650px;
    margin: auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #form-submitted-success-text[b-z1vt73j6sp] {
        font-size: 3rem;
    }
    #age-input[b-z1vt73j6sp] {
        max-width: 75px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .hint[b-z1vt73j6sp] {
        text-align: center;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {
    
}
