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: 100 !important;
    font-size: 1.5rem !important;
}

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

.home-links,
.home-links a {
    font-family: 'Noto Serif TC', serif;
    font-weight: 300;
    font-size: 2rem;
    color: #ffffff;
}

.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 3rem 0;
    font-size: 2.8rem;
    letter-spacing: 0.3rem;
}

.item {
    margin-bottom: 5rem;
}

.item-name {
    font-family: 'Domine', serif;
    font-size: 1.8rem;
    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-description {
    font-family: 'EB Garamond', serif;
    font-style: italic;
    font-size: 1.5rem;
    line-height: 1;
    color: #3a0f0f;
    margin: 0;
}

.modal .modal-content {
    padding: 0;
}

.modal .modal-content img {
    width: 100%;
}

.modal .modal-content > a {
        background: transparent !important;
}

.modal {
    max-height: none;
    background-color: transparent !important;
    box-shadow: none !important;
}

.modal .modal-close {
    position: absolute;
    top: 17px;
    left: -6px;
    display: flex;
    height: 50px;
    justify-content: center;
    align-items: center;
}

.modal .modal-close i {
    font-size: 4rem;
    color: transparent;
}