body, header, nav, ul, li {
    margin: 0;
    padding: 0;
    background-color: white;
}

/* Header */
header {
    background-color: #E8E8D3;
    width: 100%;
    display: block;
}

#header-content {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#header-content img {
    max-width: 100%; 
    height: auto; 
    padding: 1.25em 0.625em 0.625em; /* 20px 10px 10px */
}

/* Navigation */
nav {
    width: 70%;
    position: absolute;
    bottom: 0.625em; /* 10px */
    right: 0;
    background-color: #E8E8D3;
}

nav ul {
    display: block;
    text-align: left;
    list-style-type: none;
    padding: 0% 0% 3%;
    background-color: #E8E8D3;
}

nav li {
    display: inline-block;
    font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.375em; /* 22px */
    padding: 0 6.25%; /* 0 4% */
    text-align: left;
    background-color: #E8E8D3;
    margin: 0 auto;
}

nav li:last-child {
    padding-right: 0;
}

nav a:link {
    text-decoration: none;
    color: #03323D;
    padding: 3.125% 6.25%; /* 1% 2% */
}

nav a:hover {
    background-color: #CBC096;
    color: #003D4C;
    padding: 9.375% 15.625%; /* 3% 5% */
}

/* Banner */
#banner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

#color-bar {
    background-color: #105F72;
    padding: 0.9375em 0;
    text-align: center;
    position: absolute;
    width: 100%;
}

#color-bar h3 {
    color: #fff;
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 1.500em;
    margin-bottom: 0;
}

/* Slideshow */
#slideshow-wrapper {
    width: 100%;
    height: 27.5625em; /* 441px */
}

#slideshow {
    width: 100%;
    height: 27.5625em; /* 441px */
    overflow: hidden;
    white-space: nowrap;
}

#slideshow img {
    width: 100%;
    height: 100%;
    display: inline-block;
}

.circle {
    display: inline-block;
    width: 0.75em; /* 12px */
    height: 0.75em; /* 12px */
    border-radius: 50%;
    margin-right: 0.9375em; /* 15px */
    background-color: lightgray;
}

#circle-nav {
    margin-top: -3.125em; /* -50px */
    text-align: center;
}

/* Wrapper */
#wrapper-white {
    width: 80%;
    background-color: #fff;
    margin: auto;
    padding: 8% 0; /* 3% 0 */
    overflow: hidden;
}

sectionl {
    width: 50%; /* 40% */
    float: left;
}

sectionr {
    width: 50%; /* 40% */
    float: right;
}

sectionl h1,
sectionr h1 {
    color: #03323D;
    text-transform: uppercase;
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 2.25em;
    margin: 16px;
    text-align: center;
}

p {
    font-size: 1em;
    color: #000;
    font-family: 'Lato', sans-serif;
    line-height: 180%;
}

/* About */
#wrapper-shop {
    width: 100%;
    padding: 3%;
    background-color: #f4f3f0;
    overflow: hidden;
    margin: 0 auto;
}

#wrapper-content{
    width: 100%;
    padding: 3%;
    background-color: #f4f3f0;
    overflow: hidden;
    margin: 0 auto;
}

#wrapper-shop img {
    width: 90%;
    height: 90%;
}

#shop-content {
    width: 90%;
    margin: 0 auto;
}

.shop-box {
    width: 30%; /* 30% */
    text-align: center;
    border-radius: 5px;
    display: inline-block;
    margin: 0.3125em; /* 5px */
    background-size: 100%;
    background-repeat: no-repeat;
    opacity: 1.0;
    transition: opacity 2s;
}

.shop-box:hover {
    opacity: 0.5;
}

.shop-box:first-of-type {
    margin-right: 2%; /* 2% */
}

.shop-box:last-of-type {
    margin-left: 2%; /* 2% */
}

.shop-box h3 {
    color: #03323D;
    text-transform: uppercase;
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 1.75em;
    margin: 2% 0 1.2%;
}

.shop-box p {
    font-size: 0.875em; /* 14px */
    margin-bottom: 24px;
}

#wrapper-shop h1 {
    text-align: center;
    color: #a32973;
    text-transform: uppercase;
    font-family: 'Goudy Bookletter 1911', serif;
    font-size: 1.75em;
    margin: 3%; /* 30 */
}

/* Footer */
footer {
    width: 100%;
    font-size: 0.75em;
    overflow: hidden;
    background-color: #03323D;
    padding: 20px 0;
}

footer h3 {
    font-family: 'Goudy Bookletter 1911', serif;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    font-weight: bold;
}

footer p {
    font-family: 'Lato', sans-serif;
    color: #fff;
    opacity: .70;
}

#footer-content {
    width: 90%;
    margin: 0 auto;
}

#footer-left {
    width: 45%;
    float: left;
}

#footer-right {
    width: 45%;
    float: right;
    text-align: right;
}

/* Responsive */
@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 1.375em; /* 22px */
    }

    nav li {
        margin: 0 0.3%;
    }

    section {
        width: 100%;
        margin-bottom: 6px;
        margin: 0 auto;
    }

    aside {
        width: 97.2%;
        min-height: 4.5em; /* 72px */
    }

    .column-left,
    .column-center,
    .column-right {
        min-height: 64em; /* 1024px */
    }

    .column-left p,
    .column-center p,
    .column-right p {
        font-size: 0.75em; /* 12px */
    }
}

@media only all and (max-width: 480px) {
    nav {
        width: 100%;
        position: static;
    }

    nav ul {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 0;
    }

    nav li {
        display: block;
        margin: 6px 0;
        text-align: center;
    }

    #header-content {
        text-align: center;
    }

    #header-content img {
        margin: 0 auto;
    }

    #color-bar {
        display: none;
    }

    #wrapper-white {
        width: 100%;
    }

    section {
        margin: 0 auto;
    }

    sectionl,
    sectionr {
        width: 100%;
        float: none;
        margin: 0;
        padding: 0;
    }

    sectionl h1,
    sectionr h1 {
        text-align: center;
    }

    sectionl p,
    sectionr p {
        text-align: left;
        margin-top: 20px;
    }

    .shop-box {
        width: 90%;
        margin: 0 auto;
    }

    .shop-box img {
        width: 100%;
    }

    .shop-box h3,
    .shop-box p {
        text-align: center;
        margin-top: 10px;
    }
}

#contact-form {
    font-family: 'Lato', sans-serif;
    margin: 60px;
    font-size: 20px;
}

#confirmation {
    text-align: center;
    font-family: 'Goudy Bookletter 1911', serif;
    padding: 40px 0;
}

#confirmation h2 {
    color: #03323D;
    font-size: 32px;
    font-weight: bold;
    padding: 10px 0 20px;
}

table {
    width: 100%;
}

table img {
    width: 250px;
    height: 150px;
}

#atable {
    padding: 50px;
    text-align: center;
    margin: auto;
}

th, td {
    border: 1px solid #000000; 
    padding: 8px; 
    vertical-align: middle;
    text-align: center;
}

th {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 20px;
    background-color: #03323D;
    color: white;
}

#desc {
    max-width: 400px; 
    word-wrap: break-word; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

.column {
    max-width: 70px;
    word-wrap: break-word; 
    overflow: hidden; 
    text-overflow: ellipsis; 
}

#atable h2 {
    font-size: 64px;
    font-weight: bold;
    padding: 40px 0 20px;
    color: #03323D;
}
