<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&amp;family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;display=swap');
:root {
    --font-family-body: 'Nunito', sans-serif;
    --font-weight-body: 400;
    --font-style-body: normal;
    --font-family-title: 'Poppins', sans-serif;
    --font-family-muted-title: var(--font-family-title);
    --letter-spacing-wide: 0.8rem;
}

#navigation {
    max-height: 105px;
}


.photo-shanell img {
    max-height: 450px;
}

h2 {
    line-height: 0.9em;
}

h2 .subtitle {
    font-size: 1.125rem;
}

footer img {
    max-width: 200px;
}


.featured .gadget {
    overflow: hidden;
    padding-top: 50px;
}


/****** FLEX HELPER ******/ 
.flex .container-row {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}
.flex .responsiveGadget {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}
@media (min-width: 830px) {
    .flex .container-row {
        flex-direction: row;
    }
}

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

.reviewsbtn a {
    text-decoration: none;
    color: var(--color-on-primary);
}</pre></body></html>