/* Phil May'r
   WEB 150, ASN 6
   Apr. 29, 2024
   Business name: Pacifica Strings */

.item,
item * {
    box-sizing: border-box;
}

body {
    background-color: #fafafa;
    text-align: center;
    color: #1A0934;
    font-family: Garamond;
}

header {
    font-family: 'Tangerine', 'Garamond';
    text-align: center;
    font-size: 48px;
}

nav {
    display: flex;
    justify-content: center;
    border-style: solid hidden solid;
    border-color: #1A0934;
    font-size: 1.67em;
    border-width: 2px;
    width: 100%;
    font-family: Garamond;
    padding: 12px;
    min-width: 320px;
    max-width: 33.3vw;
    margin: 0 auto;
}

.row {
    min-width: 320px;
    max-width: 33.3vw;
    margin: 0 auto;
}

nav a,
footer a {
    width: 120px;
    font-size: x-large;
    text-align: center;
    padding-left: 28px;
    padding-right: 28px;
}

a:link {
    text-decoration: none;
    color: #1A0934;
}

a:visited,
a:active {
    text-decoration: none;
}

.btn:hover {
    border-color: #6B000B;
    color: #6B000B;
}

a:hover {
    text-decoration: none;
    color: #6B000B;
    transition: color 333ms ease-in;
}

nav a:hover,
footer a:hover {
    text-decoration: underline;
}

img {
    min-width: 360px;
    max-width: 360px;
    width: 33%;
    height: auto;
    border-radius: 8px;
    margin-top: 8px;
    margin-bottom: 24px;
}

.items img {
    min-width: 120px;

    max-width: 5%;
}

.view-all-btn {
    padding: 48px;
    margin-left: 72px;
    margin-right: 72px;
    margin: 64px;
    text-align: center;
}

.browse p,
.popular p,
.sale p {
    font-size: 20px;
}

.browse h2,
.popular h2,
.sale h2 {
    color: #6B000B;
    align-self: center;
}

.browse,
.popular,
.sale {
    border-style: solid hidden hidden hidden;
    padding: 12px;
    font-family: Garamond;
    margin-right: 16.67vw;
    margin-left: 16.67vw;
    border-width: 2px;
    text-align: left;
}

.browse-btns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 48px;
    margin: 64px;
    text-align: center;
}

.view-all-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin: 64px;
    padding: 48px;
}

header,
.welcome {
    color: #6B000B;
}

.slogan {
    margin-top: -12px;
    font-size: 2em;
    font-family: 'Tangerine';
    color: #6B000B;
}

.btn-browse,
.btn-view-all {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    flex-basis: 25%;
}

.hero {
    padding: 12px;
}

.hero div {
    font-size: 24px;
}

form {
    padding-top: 24px;
    padding-bottom: 24px;
}

.btn {
    background-color: #FFE5B4;
    width: 100%;
    font-size: 1.33em;
    border-style: solid;
    border-width: 2px;
    padding: 24px;
    border-radius: 12px;
    margin: 24px;
    width: 120px;
    height: 75px;
    max-width: 120px;
    max-height: 120px;
    min-width: 75px;
    min-height: 75px;
    color: #1A0934;
    border-color: #fafafa;
    text-align: center;
}

textarea {
    width: 360px;
    height: 262.15px;
}

.send-btn {
    background-color: #FFE5B4;
    width: 100%;
    font-size: 1.33em;
    border-style: solid;
    border-width: 2px;
    padding: 24px;
    border-radius: 12px;
    margin: 24px;
    width: 100px;
    height: 50px;
    max-width: 120px;
    max-height: 120px;
    min-width: 50px;
    min-height: 25px;
    color: #1A0934;
    border-color: #fafafa;
    text-align: center;
    line-height: 8px;
}

footer {
    display: flex;
    flex-direction: row;
    align-self: normal;
    justify-content: center;
    border-style: solid hidden hidden;
    border-color: #1A0934;
    font-size: 1.2em;
    margin-right: 28.35vw;
    margin-left: 28.25vw;
    font-family: Garamond;
    border-width: 2px;
    margin-top: 24px;
    margin-bottom: -12px;
}

.hero img {
    margin-top: 28px;
}

.browse-header {
    margin-top: 48px;
    margin-bottom: 48px;
}

.stringsets,
.singlestrings,
.rosin {
    margin-top: 28px;
    margin-right: 16.67vw;
    margin-left: 16.67vw;
    margin-bottom: 28px;
    padding-bottom: 24px;
    border-style: solid;
    border-top: none;
    border-left: none;
    border-right: none;
    border-width: 2px;
}

.accessories {
    margin-top: 28px;
    margin-right: 16.67vw;
    margin-left: 16.67vw;
    margin-bottom: 28px;
    padding-bottom: 24px;
}

audio {
    margin-bottom: 24px;
}

.audio-description {
    margin-bottom: 48px;
    margin-top: -12px;
}

.items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 12px;
    /* background-color: #6B000B; */
    flex-wrap: wrap;
}

.item {
    margin: 12px;
    flex-basis: 25%;
}

@media (max-width: 1800px) {
    .browse-btns {
        max-width: 500px;
        margin: 0 auto;
    }

}
