* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.logo {
    font-family: "Andora Modern Serif", serif;
    color: #81634A;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: #81634A;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: #81634A;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: #81634A;
}

a:visited {
    color: #81634A;;
}

a:hover {
    font-family: "Tenor Sans";
    color: #81634A;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
 background-color: #DCC9B0;
}

/* Slideshow styling */
.slideshow {
    height: 30dvh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slideshow h1 {
    position: absolute;
    display: inline;
    top:20px;
    left:20px;
    z-index: 2;

      font-family: "Andora Modern Serif", serif;
     font-size: 5vw;
    color: white;

    display: flex;
    flex-flow: row wrap;
    align-items: center;
   
}


.slideshow h1 span:first-child{
        font-family: "Tenor Sans", sans-serif;
    color: white;
     font-size: 7vw;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
     0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }

.slide-btn:focus {
    background-color: lime;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px;
}

.section title {
    font-family: "Andora Modern Serif", serif;
    font-size: 24px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
}

.menu-section {
    text-align: center;
    color:  #81634A;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 20px;
    margin-top: 5px;
}

.menu-item {
    background-color: #81634A;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    color: white;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: white;
    font-size: 14px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    color: white;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #81634A;
}

.footer-content {
    color: white;
    font-size: 16px;
    padding: 50px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -50px;
}

.specials-container {
    background-color: #81634A;;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: white;
    font-size: 16px;
    padding: 50px;
}






/* In-between mobile and tablet */
@media (min-width: 481px) {

.theme-toggle {
    width: 50px;
    background-color: #81634A;
    margin: 30px;
    margin-bottom: -100px;
    margin-top: -100px;
}

.dark-mode {
    .theme-toggle {
    width: 50px;
    background-color: #DCC9B0;
}
} 

.dark-mode {
    background-color: #81634A;


.logo {
    font-family: "Andora Modern Serif", serif;
    color: white;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: white;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: white;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    font-family: "Tenor Sans";
    color: white;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
 background-color: #DCC9B0;
}

/* styling the placement of the words */
.carousel-content {
    position: absolute;
    top: 54%;
    left: 12%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

.carousel-content-2 {
    position: absolute;
    top: 54.65%;
    left: 36%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

/* "New Arrivals!" styling */
.carousel-heading {
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    color: white;
}

.carousel-heading-2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 41px;
    color: white;
}

/* Slideshow styling */
.slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
     0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }


.welcome {
    font-size: 24px;
    margin-top: 40px;
    color: white;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
    color: white;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  white;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
    color: #DCC9B0;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    font-size: 24px;
    color: #81634A;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: #81634A;
    font-size: 16px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    color: #81634A;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #DCC9B0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}

}

.logo {
    font-family: "Andora Modern Serif", serif;
    color: #81634A;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: #81634A;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: #81634A;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: #81634A;
}

a:visited {
    color: #81634A;;
}

a:hover {
    font-family: "Tenor Sans";
    color: #81634A;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
 background-color: #DCC9B0;
}

/* styling the placement of the words */
.carousel-content {
    position: absolute;
    top: 54%;
    left: 12%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

.carousel-content-2 {
    position: absolute;
    top: 54.65%;
    left: 47%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

/* "New Arrivals!" styling */
.carousel-heading {
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    color: white;
}

.carousel-heading-2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 41px;
    color: white;
}

/* Slideshow styling */
.slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
     0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }

.slide-btn:focus {
    background-color: lime;
}

.welcome {
    font-size: 24px;
    margin-top: 40px;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
    color:  #81634A;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #81634A;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    font-size: 24px;;
    color: white;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: white;
    font-size: 16px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    color: white;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #81634A;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: white;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #81634A;;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: white;
    font-size: 16px;
    padding: 50px;
}
}


/* BREAKPOINT: Tablet sizes 768px and up */
@media (min-width: 768px) {

.theme-toggle {
    width: 50px;
    background-color: #81634A;
    margin: 30px;
    margin-bottom: -100px;
    margin-top: -100px;
}

.dark-mode {
    .theme-toggle {
    width: 50px;
    background-color: #DCC9B0;
}
}     

.dark-mode {
    background-color: #81634A;

.logo {
    font-family: "Andora Modern Serif", serif;
    color: white;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: white;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: white;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    font-family: "Tenor Sans";
    color: white;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
 background-color: #DCC9B0;
}

/* styling the placement of the words */
.carousel-content {
    position: absolute;
    top: 54%;
    left: 9%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

.carousel-content-2 {
    position: absolute;
    top: 54.65%;
    left: 28%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

/* "New Arrivals!" styling */
.carousel-heading {
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    color: white;
}

.carousel-heading-2 {
    font-family: "Andora Modern Serif", serif;
     font-size: 41px;
    color: white;
}

/* Slideshow styling */
.slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
     0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }


.welcome {
    font-size: 24px;
    margin-top: 40px;
    color: white;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
    color: white;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
    color:  #DCC9B0;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    color: #81634A;;
    font-size: 24px;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: #81634A;;
    font-size: 16px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    margin-top: -40px;
    color: #81634A;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #DCC9B0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}
    
}

.logo {
    font-family: "Andora Modern Serif", serif;
    color: #81634A;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: #81634A;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: #81634A;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: #81634A;
}

a:visited {
    color: #81634A;;
}

a:hover {
    font-family: "Tenor Sans";
    color: #81634A;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
 background-color: #DCC9B0;
}

/* styling the placement of the words */
.carousel-content {
    position: absolute;
    top: 54%;
    left: 9%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

.carousel-content-2 {
    position: absolute;
    top: 54.65%;
    left: 28%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

/* "New Arrivals!" styling */
.carousel-heading {
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    color: white;
}

.carousel-heading-2 {
    font-family: "Andora Modern Serif", serif;
     font-size: 41px;
    color: white;
}

/* Slideshow styling */
.slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
     0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }

.slide-btn:focus {
    background-color: lime;
}

.welcome {
    font-size: 24px;
    margin-top: 40px;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
    color:  #81634A;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #81634A;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    color: white;
    font-size: 24px;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: white;
    font-size: 16px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    margin-top: -40px;
    color: white;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #81634A;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: white;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #81634A;;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: white;
    font-size: 16px;
    padding: 50px;
}
}






/* BREAKPOINT: Desktop/laptop 1024px and up */
@media (min-width: 1024px) {

.theme-toggle {
    width: 50px;
    background-color: #81634A;
    margin: 30px;
    margin-bottom: -100px;
    margin-top: -100px;
}

.dark-mode {
    .theme-toggle {
    width: 50px;
    background-color: #DCC9B0;
}
}     

.dark-mode {
    background-color: #81634A;

.logo {
    font-family: "Andora Modern Serif", serif;
    color: white;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: white;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: white;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    font-family: "Tenor Sans";
    color: white;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
 background-color: #DCC9B0;
}

/* styling the placement of the words */
.carousel-content {
    position: absolute;
    top: 54%;
    left: 8%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

.carousel-content-2 {
    position: absolute;
    top: 54.65%;
    left: 23.5%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

/* "New Arrivals!" styling */
.carousel-heading {
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    color: white;
}

.carousel-heading-2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 41px;
    color: white;
}

/* Slideshow styling */
.slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
     0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }


.welcome {
    font-size: 24px;
    margin-top: 40px;
    color: white;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
    color:  #DCC9B0;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    color: #81634A;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: #81634A;
    font-size: 15px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    color: #81634A;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #DCC9B0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}

}



.logo {
    font-family: "Andora Modern Serif", serif;
    color: #81634A;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: #81634A;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: #81634A;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: #81634A;
}

a:visited {
    color: #81634A;;
}

a:hover {
    font-family: "Tenor Sans";
    color: #81634A;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
 background-color: #DCC9B0;
}

/* styling the placement of the words */
.carousel-content {
    position: absolute;
    top: 54%;
    left: 8%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

.carousel-content-2 {
    position: absolute;
    top: 54.65%;
    left: 23.5%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

/* "New Arrivals!" styling */
.carousel-heading {
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    color: white;
}

.carousel-heading-2 {
    font-family: "Andora Modern Serif", serif;
     font-size: 41px;
    color: white;
}

/* Slideshow styling */
.slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
     0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }


.welcome {
    font-size: 24px;
    margin-top: 40px;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
    color:  #81634A;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #81634A;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    color: white;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: white;
    font-size: 15px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    color: white;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #81634A;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: white;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #81634A;;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: white;
    font-size: 16px;
    padding: 50px;
}
}






/* BREAKPOINT: Large Desktop 1440px and up */
@media (min-width: 1440px) {

.theme-toggle {
    width: 50px;
    background-color: #81634A;
    margin: 30px;
    margin-bottom: -100px;
    margin-top: -100px;
}

.dark-mode {
    .theme-toggle {
    width: 50px;
    background-color: #DCC9B0;
}
}   

.dark-mode {
    background-color: #81634A;

.logo {
    font-family: "Andora Modern Serif", serif;
    color: white;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: white;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: white;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    font-family: "Tenor Sans";
    color: white;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
 background-color: #DCC9B0;
}

/* styling the placement of the words */
.carousel-content {
    position: absolute;
    top: 54%;
    left: 6%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

.carousel-content-2 {
    position: absolute;
    top: 54.65%;
    left: 18%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

/* "New Arrivals!" styling */
.carousel-heading {
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    color: white;
}

.carousel-heading-2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 41px;
    color: white;
}

/* Slideshow styling */
.slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
    0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }


.welcome {
    font-size: 24px;
    margin-top: 40px;
    color: white;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
    color: #DCC9B0;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    color: #81634A;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: #81634A;
    font-size: 14px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    color: #81634A;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #DCC9B0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}

}

.logo {
    font-family: "Andora Modern Serif", serif;
    color: #81634A;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: #81634A;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: #81634A;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: #81634A;
}

a:visited {
    color: #81634A;;
}

a:hover {
    font-family: "Tenor Sans";
    color: #81634A;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
    background-color: #DCC9B0;
}

/* styling the placement of the words */
.carousel-content {
    position: absolute;
    top: 54%;
    left: 6%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

.carousel-content-2 {
    position: absolute;
    top: 54.65%;
    left: 18%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

/* "New Arrivals!" styling */
.carousel-heading {
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    color: white;
}

.carousel-heading-2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 41px;
    color: white;
}

/* Slideshow styling */
.slideshow {
    height: 40dvh;
    width: 100%;
    overflow: hidden;
    position: relative;
}

.slideshow h1 {
    position: absolute;
    display: inline;
    top: 20px;
    left: 20px;
    z-index: 2;

    font-family: "Andora Modern Serif", serif;
    font-size: 7vw;
    color: white;

    display: inline;
    flex-flow: row wrap;
    align-items: center;
   
}

.slideshow h1 span:first-child{
    font-family: "Tenor Sans", sans-serif;
    color: white;
    font-size: 7vw;
}

/* Slideshow styling */
.slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
     0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }


.welcome {
    font-size: 24px;
    margin-top: 40px;
    color: #81634A;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
    color:  #81634A;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #81634A;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    color: white;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: white;
    font-size: 14px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    color: white;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #81634A;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: white;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #81634A;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    margin-bottom: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: white;
    font-size: 16px;
    padding: 50px;
}

}








/* BREAKPOINT: Small screen 480px and below */
@media (max-width: 480px) {

.theme-toggle {
    width: 50px;
    background-color: #81634A;
    margin: 30px;
    margin-bottom: -100px;
    margin-top: -100px;
}

.dark-mode {
    .theme-toggle {
    width: 50px;
    background-color: #DCC9B0;
}
}     

.dark-mode {
    background-color: #81634A;

.logo {
    font-family: "Andora Modern Serif", serif;
    color: white;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: white;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: white;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: white;
}

a:visited {
    color: white;
}

a:hover {
    font-family: "Tenor Sans";
    color: #DCC9B0;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

.welcome {
    font-size: 24px;
    margin-top: 40px;
    color: white;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
    color: white;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  white;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  white;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: white;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    font-size: 22px;
    color: #81634A;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: #81634A;
    font-size: 17px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    color: #81634A;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #DCC9B0;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #DCC9B0;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: #81634A;
    font-size: 16px;
    padding: 50px;
}

}    

.logo {
    font-family: "Andora Modern Serif", serif;
    color: #81634A;
    padding: 20px;
    margin: 10px;
    display: relative;
}

.tagline {
    margin: 30px;
    margin-top: -10px;
    text-align: left;
    font-family: "Tenor Sans", sans-serif;
    color: #81634A;
    display: flex;
}

.nav-list {
    font-family: "Tenor Sans";
    color: #81634A;
    margin: 30px;
    list-style-type: none;
    justify-content: flex-end;
    border-radius: 5rem;
}

a:link {
    color: #81634A;
}

a:visited {
    color: #81634A;;
}

a:hover {
    font-family: "Tenor Sans";
    color: #81634A;
    text-align: left;
    list-style-type: none;
}

a:active {
    color: white;
}

body {
 background-color: #DCC9B0;
}

/* styling the placement of the words */
.carousel-content {
    position: absolute;
    top: 54%;
    left: 20%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

.carousel-content-2 {
    position: absolute;
    top: 54.65%;
    left: 59%;
    transform: translate(-50%, -50%);
    text-align: left;
    z-index: 50;
}

/* "New Arrivals!" styling */
.carousel-heading {
    font-family: "Tenor Sans", sans-serif;
    font-size: 50px;
    color: white;
}

.carousel-heading-2 {
    font-family: "Andora Modern Serif", serif;
     font-size: 41px;
    color: white;
}

/* Slideshow styling */
.slideshow {
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}

/* Wrapper for the slideshow images */
.slideshow-wrapper {
    display: flex;
    width: 300%; /* 3 images ---> 300% */
    height: 100%;
    position: relative;
    left: 0;
    animation: slideshow 20s infinite;
}

.slide {
    width: 100%;
    height: 100%;
}

.slide-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Keyframe animations */
@keyframes slideshow {
     0%, 10% { left: 0; }
    15%, 25% { left: -100%; }
    30%, 40% { left: -200%; }
    50%, 100% { left: 0; }
}

.slide-btn {
    background-color: #bbb;
    border-radius: 50%;
    border: .2rem solid #d38800;
    width: 1.2rem;
    height: 1.2rem;
    cursor: pointer;
    position: absolute;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 70;
}

.slide-btn-1 { left: 45%; }
.slide-btn-2 { left: 50%; }
.slide-btn-3 { left: 55%; }

.slide-btn-1:focus ~ .slideshow-wrapper { animation: none; left: 0; }
.slide-btn-2:focus ~ .slideshow-wrapper { animation: none; left: -100%; }
.slide-btn-3:focus ~ .slideshow-wrapper { animation: none; left: -200%; }

.slide-btn:focus {
    background-color: lime;
}

.welcome {
    font-size: 24px;
    margin-top: 40px;
}

.line {
    font-size: 40px;
    width: 100%;
    position: center;
}

.menu-grid {
    display: grid;
    grid-template-columns: 1fr;
    margin: 30px;
}

h2 {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
}

.section-title-title {
    font-family: "Andora Modern Serif", serif;
    font-size: 20px;
    text-align: center;
    color:  #81634A;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-description-1 {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -20px;
}

.section-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 20px;
    margin-top: -5px;
}

.menu-section {
    text-align: center;
    color:  #81634A;
}

.section-specials-description {
    font-family: "Tenor Sans", sans-serif;
    font-size: 16px;
    text-align: center;
    color: #81634A;
    margin-bottom: 70px;
    margin-top: -5px;
}

.menu-item img {
    width: 100%;
    border-radius: 40px;
    padding: 25px;
    margin-top: 5px;
}

.menu-item {
    background-color: #81634A;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 40px;
}

.item-name {
    font-family: "Andora Modern Serif", serif;
    font-size: 22px;
    color: white;
    margin: 15px;
    margin-top: 5px;
    margin-bottom: -20px;
}

.item-description {
    color: white;
    font-size: 17px;
    font-family: "Tenor Sans", sans-serif;
    text-align: center;
    margin: 20px;
    padding: 20px;
}

.item-prices {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
    color: white;
}

.size {
    font-family: "Tenor Sans", sans-serif;
    padding: 25px;
}

.main-footer {
    background-color: #81634A;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
}

.footer-content {
    color: white;
    font-size: 16px;
    padding: 50px;
}

.specials-container {
    background-color: #81634A;;
    border-radius: 30px;
    color: rgb(15, 14, 14);
    text-align: center;
    margin: 20px;
    padding: 20px;
}

/* Visit Us */
.contact-info {
    margin-bottom: 40px;
}

.address {
    margin-top: 8px;
}

.hours-title {
    margin-bottom: 40px;
}

.hours {
    margin-top: 8px;
    list-style-type: none;
}

.social {
    margin-bottom: 20px;
}

.social-media {
    margin-top: 8px;
}

.copyright {
    color: white;
    font-size: 16px;
    padding: 50px;
}

}