* {
    margin: 0;
    padding: 0;
}

body {
    text-align: center;
    background-color: #1A1A1A;
}

h1 {
    padding: 1% 0%;
    font-size: 248%;
    margin-bottom: -0.3vw;
}

header {
    background-color: #3B1E08;
    color: #D5B037;
    padding: 1.4%;

}

.nav-list {
    display: flex;
    justify-content: center;
    gap: 2%;
    padding: 1% 0%;
    font-weight: bold;
}

.nav-list a:hover {
    color: #F4A261;
}

.nav-item a {
    font-size: 80%;
}

h2 {
    padding: 3%;
    font-size: 255%;
    margin-bottom: -3.4%;
}

ul {
    padding-top: 2%;
}

section {
     padding: 3%;
}

header a {
    color: #D5B037;
    font-size: 0.7%;
    text-decoration: none;
}

#home {
    background-color: #4A3F35;
    color: white;
}

#home h2 {
    padding-top: 4%;
    text-shadow: 2px 2px 2px black;
}

#home p {
    padding: 3% 0;
    font-size: 130%;
}

.highlight {
    color: #EE9651;
    font-weight: bold;
    text-shadow: 1px 1px 2px black;
}

.home-section {
    text-align: center;
    background: #4A3F35;
    font-size: small;
    padding: 2%;
}

li {
    list-style-type: none;
}

#features {
    background-color: #2E2E2E;
    padding-bottom: 3.6%;
}

#features h2 {
    color: #D5B037;
    font-size: 210%;
    text-shadow: 2px 2px 2px black;
    margin-bottom: -4%;
}

.feature-item {
     border: 1px solid #D5B037;
     text-align: left;
     padding: 1.6%;
     background-color: #3B1E08;
     border-radius: 8px;
     margin: 1% 29%;
     color: white;
     font-size: 80%;
     box-shadow: 0px 2px 2px black;
}

.promo-section {
    background-color: #F4A261;
    padding: 2%;
    padding-bottom: 1.6%;
}

.promo-banner {
    border: 2px solid #D5B037;
    border-radius: 12px;
    box-shadow: 0px 2px 3px black;
    margin: 1% 29%;
    padding: 3.4% 1.2%;
    font-weight: bold;
    font-size: 123%;
    text-align: left;
}

#reviews {
    background-color: #4A3F35;
    padding: 3%;
    padding-bottom: 4.1%;
}

#reviews h2 {
    color: #D5B037;
    font-size: 205%;
    text-shadow: 2px 2px 2px black;
    padding-bottom: 4.1%;
}

.review-quote {
    border: 1px solid #D5B037;
    text-align: center;
    padding: 1.9%;
    background-color: #3B1E08;
    border-radius: 11px;
    margin: 1.6% 27.5%;
    color: white;
    font-style: italic;
    font-size: 85%;
    box-shadow: 0px 2px 3px black;
}

.main-footer {
    background-color: #3B1E08;
    padding: 1.4%;
    font-size: 80%;
    text-align: center;
    margin-top: 2%;
}

footer p {
    color: #D5B037;
    font-size: 103%;
}

.footer-link {
    color: #EE9651;
}

footer a:link {
    text-decoration: none;
}

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