body.home {
    background: url('bg-1.png') center center repeat;
}

body.items-home {
    background: url('bg-2.png') center center repeat;
}

.logo {
    margin: 20px 20px;
    max-width: 300px;
}

.categories a,
.sidenav a,
.sidenav i {
    color: #ffffff !important;
}

.sidenav a {
    font-family: 'Raleway', sans-serif;
    font-weight: 20 !important;
    font-size: 1.2rem !important;
}

.categories p {
    font-family: 'Noto Serif TC', serif;
    font-weight: 100;
    font-size: 1.5rem;
}

.btn-floating.btn-large {
    background-color: #651313d9 !important;
}

.download-pdf {
    color: #ffffff;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    font-family: 'Raleway', sans-serif;
    font-weight: 200 !important;
    font-size: 1rem;
}

.sidenav {
    background: #2d0611;
}

.divider {
    background-color: #e0e0e008;
}

.main-header {
    background: url('bg-1.png') center center repeat;
    padding: 2rem 0 !important;
}

.item-header {
    color: #731628;
}

.item-header h2 {
    font-family: 'Work Sans', sans-serif;
    margin: 0 0 2rem 0;
    font-size: 1.8rem;
    letter-spacing: 0.3rem;
}

.item {
    margin-bottom: 2rem;
}

.item-name {
    font-family: 'Domine', serif;
    font-size: 1.5rem;
    color: #5a2b2b;
    margin: 0;
    line-height: 1.4;
}

.item-price {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 1.5rem;
    color: #731628;
    margin: 0;
}


.item-price2 {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 1.2rem;
    color: #731628;
    margin: 0;
    }

.item-description {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 1.3rem;
    line-height: 1;
    color: #3a0f0f;
    margin: 0;
}