body {
    background-color: white;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 0;
    margin-bottom: 2%;
    font-family: serif;
    font-size: 1.1rem;
    line-height: 1.7rem;
}

ul {
    margin: 0;
    padding: 0;
}

section {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.header-top-image > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 250px;
}

#crow-detail {
    position: absolute;
    height: 5.3rem;
    top: -4.6rem;
    left: 1rem;
}

.footer {
    position: relative;
    margin-top: 3.3rem;
    background-color: black;
    height: 3.3rem;
}

.card {
    border-radius: 33px;
    overflow: hidden;
    outline-style: solid;
    outline-width: 1px;
    outline-color: black;
    max-width: 100%;
}

.content > img {
    max-width: 100%;
    max-height: 100%;
}

.content {
    text-align: center;
}

.page.content > h1, h2, h3, h4, h5 {
    text-align: center;
}

.page.content > p {
    text-align: left;
}

.page.content > ul {
    text-align: center;
}

.content > p {
    margin: 1.0rem 0.3rem;
}

.nav-bar {
    display: flex;
    flex-wrap: wrap;
    background-color: #0b0b0b;
    color: white;
    padding: 0.3rem;
    text-transform: uppercase;
}

.nav-bar ul {
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    line-height: 3rem;
}

.nav-bar li {
    font-weight: bold;
    list-style: none;
    padding-left: 0.7rem;
    padding-right: 0.7rem;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.nav-bar li > a {
    display: block;
}

.nav-bar a:link {
    text-decoration: inherit;
    color: inherit;
}

.nav-bar a:visited {
    text-decoration: inherit;
    color: inherit;
}

.hr-container {
    background-color: magenta;
    position: relative;
    width: 100%;
    height: 50px;
}

.img-hr {
    max-width: 512px !important;
    width: 100% !important;
}

.price-gapper {
    display: initial;
}

.price-hider {
    display: none;
}

@media only screen and (min-width: 601px) {
    .nav-bar {
        justify-content: center;
        align-items: center;
    }
    .nav-bar ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        row-gap: 1rem;
        width: fit-content;
    }
    .nav-bar li {
        margin-right: 1rem;
    }
    .nav-bar li + li {
        margin-top: 0;
    }
    .card {
	max-width: 1280px
    }
    .content > p {
	margin: 1rem 1.3rem;
    }
    .price-gapper {
	display: none;
    }
    .price-hider {
	display: initial;
    }
}
