@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap');
@font-face {
    font-family: "baldessare";
    src: url(fonts/Baldessare\ Regular.ttf)
}
/* mobile menu start */
.hamburger-icon {
    margin: auto 0;
    display: none;
    cursor: pointer;
    padding: 0px 15px;
}

.hamburger-icon #lines {
    width: 35px;
    height: 3px;
    background-color: #ff6600;
    margin: 6px 0;
    transition: 0.4s;
}

.open .line1 {
    -webkit-transform: rotate(-45deg) translate(-6px, 6px);
    transform: rotate(-45deg) translate(-6px, 6px);
}

.open .line2 {
    opacity: 0;
}

.open .line3 {
    -webkit-transform: rotate(45deg) translate(-6px, -8px);
    transform: rotate(45deg) translate(-6px, -8px);
}

.open .mobilemenu {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
}

.mobilemenu {
    display: none;
    position: absolute;
    top: 80px;
    left: 0;
    height: auto;
    /* height: calc(100vh - 50px); */
    width: 100%;
    background-color: white;
    padding: 0px;
    z-index: 100;
    border: 3px solid black;
    border-top: none;
    border-left: none;
    border-right: none;
}

@media only screen and (max-width: 600px) {
    .navitems {
        display: none;
    }

    .hamburger-icon {
        display: block;
    }

    .ordernow {
        display: none;
    }

    .nav_links {
        margin-bottom: 40px;
        margin-top: 60px;
    }

    .mobilemenutext {
        font-size: 35px;
        border: 3px solid black;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 10px;
        padding-bottom: 10px;
        border-radius: 25px;
        background-color: #ff6600;
        color: black;

    }

    .menubody {
        display: flex;
        flex-direction: column;
        
    }

    
}

/*navigation bar start*/

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.nav_links {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    display: inline-block;
    padding: 0px 15px;
    text-decoration: none;
}

header {
    background-color: white;
    display: flex;
    justify-content: flex-end;
    align-items: center; 
    padding: 10px;
    text-decoration: none;
}

.nav_links, li, a {
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: black;
}

.nav_links, li, a:hover {
    color: #ff6600;
}

.ordernow {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    padding: 9px 30px;
    background-color: #ff6600;
    border: none;
    border-radius: 20px;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-decoration: none;
}

.ordernow:hover {
    background-color: #ff9966;
}

.logo {
    margin-right: auto;
    cursor: pointer;
}

.logoname {
    display: inline-block;
    margin-right: auto;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    padding-left: 20px;
}

.logoname:hover {
    color:black;
}

.orderonline {
    padding-left: 20px;
}



/* body home start */

body {
    background-color: #ff6600;
}

/*menu start*/


.appetizers {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.michesdishes {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.combomeals {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.burritos {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.salad {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.vegetarian {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.dianasfavorites {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.onlyatlasmiches {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.fajitas {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.quesadillas {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.tacos {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.kidsmenu {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.dessert {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.sides {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.drinks {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: row;
    background-color: black;
    color: white;
}

.familymeals {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.seafood {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    text-align: center;
    justify-content: center;
    flex-direction: column;
    background-color: black;
    color: white;
    padding: 20px;
    align-items: center;
}

.hidden {
    display: none;
}

.buttoncontainer {
    display: flex;
    justify-content: center;
    align-items: center;
}

#menubutton {
    display: block;
    width: 100%;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    border-top: 2px solid black;
    border-left: none;
    border-right: none;
    border-bottom: none;
    height: 50px;
    background-color: #ff6600;
    cursor: pointer;
    transition: all 0.3s ease 0s;
    text-decoration: none;
    color: black;
}

.toggle-drinks {
    border-bottom: 2px solid black !important;
}

#menubutton:hover {
    background-color: #ff9966;
}

.drinksfont {
    color:#ff6600;
}

.appetizertext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.dishtext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.combotext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.burritotext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.saladtext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.vegetariantext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.favoritetext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.onlyattext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.fajitatext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.quesadillatext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.tacotext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.kidstext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.desserttext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.familytext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.seafoodtext {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#dropdownSides h3 {
    display: flex;
    flex-direction: column;
    border: 3px solid #ff6600;
    padding: 10px;
    border-radius: 10px;
    width: fit-content;
    justify-content: space-evenly;
    padding: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

/*catering start */
.cateringinquiry {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    color: #ff6600;
    font-size: 20px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

input[type=text] {
    padding: 12px 24px;
    margin: 8px 0;
    box-sizing: border-box;
    border-radius: 8px;
    opacity: 0.5;
}

.formcontainer {
    box-sizing: border-box;
    justify-content: center;
    align-items: center;
    margin-right: 30%;
    margin-left: 30%;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 4%;
}

.submitemailbutton {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 20px;
    border: none;
    border-radius: 8px;
    background-color: #ff6600;
    padding-top: 6px;
    padding-bottom: 6px;
    width: 100%;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}

.submitemailbutton:hover{
    background-color: #ff9966;
}

.cateringbody {
    background-image: url(images/michescatering.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
    .cateringbody {
      background-color: #ff6600;
      background-size: cover;
      background-position: center;
      background-image: linear-gradient(yellow,#ff6600);
    }
    .cateringheader {
        color: black;
    }
    .formcontainer {
        margin-right: 10%;
        margin-left: 10%;
    }
  }

.formheader {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Bebas Neue', sans-serif;
    font-size: 48px;
    color:#ff6600;
    background-color: black;
}

.inquiryarea {
    margin-top: 8px;
    margin-bottom: 15px;
    resize: vertical;
    border: none;
    border-radius: 8px;
    height: 80px;
    padding: 12px 24px;
    opacity: 0.5;
}
/*reservation start */
.reservationinquiry {
    display: flex;
    font-family: 'Bebas Neue', sans-serif;
    color: #ff6600;
    font-size: 20px;
    flex-direction: column;
    width: 100%;
    justify-content: center;
}

.dateandtime {
    margin-top: 8px;
    margin-bottom: 15px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    opacity: 0.5;
}

.reservationbody {
    background-image: url(images/reservationbackground.jpeg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
    .reservationbody {
        background-color: #ff6600;
        background-size: cover;
        background-position: center;
        background-image: linear-gradient(yellow,#ff6600);
    }
}

/* landing start */


.welcomeheader {
    display: flex;
    justify-content: center;
    background-color: black;
    font-family: 'Bebas Neue', sans-serif;
    color: #ff6600;
    font-size: 42px;
    border-top: 2px solid #ff6600;
}

.aboutsection {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    display: flex;
    background-image: url("images/michesdiningroomcopy.png");
    background-position: center;
    background-repeat: none;
    justify-content: center;
    align-items: center;
    position: relative;
    max-height: 100%;
    /*height: 80vh;*/
    border-top: 2px solid #ff6600;
    border-bottom: 2px solid #ff6600;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 20px;
    padding-right: 20px;

}

.aboutimage {
    margin: 0 5% 10px;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    max-width: 100%;
    max-height: 100%;
    
}

.aboutsectiontext {
    margin: 0;
    color: #ff6600;
    background-color: rgba(0, 0, 0, 0.6);
    border-radius: 10px;
    padding: 2%;
    border: 2px solid #ff6600;
    text-align: center;
    
}

.welcometext {
    font-size: 28px;
    color: orange;

}


@media only screen and (max-width: 600px) {
    .aboutsection{
        display: flex;
        flex-direction: column;
        background-image: url("images/michesdiningroomcopy.png");
        height: auto;

    }

    .aboutimage {
        display: flex;
        width: 50%;
        height: auto;
        margin-right: 2%;
        margin-left: 2%;
        margin-bottom: 10px;
        align-items: center;
    }

    .aboutsectiontext {
        margin-right: 0%;
        margin-left: 0%;
        font-size: 18px;
        
    }

    .welcomeheader {
        font-size: 32px;
    }

    .landingbody {
        background-color: black;
    }
}
        
.aboutbuffer {
    padding-top: 10px;
}

.specialsheader {
    display: flex;
    justify-content: center;
    background-color: black;
    font-family: 'Bebas Neue', sans-serif;
    color: #ff6600;
    font-size: 42px;
}


/*              specials slider                      */
.specialssection {
    font-family: 'Bebas Neue', sans-serif;
    font-size: 24px;
    border-top: 2px solid #ff6600;
    border-bottom: 2px solid #ff6600;
    display: grid;
    place-items: center;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: black;
}

.slider {
    width: 100%;
    max-width: 800px;
    height: 350px;
    position: relative;
    overflow: hidden; 
    border: 3px solid #ff6600;
    border-radius: 10px;
}

.slide {
    width: 100%;
    max-width: 800px;
    height: 450px;
    position: absolute;
    transition: all 0.5s;
    text-align: center;
}

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

.btn {
    position: absolute;
    width: 40px;
    height: 40px;
    padding: 10px;
    border: none;
    border-radius: 50%;
    z-index: 10px;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid black;
    text-decoration: none;
    background-color: rgba(255,102,0,0.7);
    color: black;
}

.btn:active {
    transform: scale(1.1);
}

.btn-prev {
    top: 45%;
    left: 2%;
}
  
.btn-next {
    top: 45%;
    right: 2%;
}

.tacoTuesdayText, .happyHourText, .fajitaWednesdayText, .thirstyThursdayText {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: 2px solid #ff6600;
    border-radius: 6px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #ff6600;
    padding: 10px;
}

@media only screen and (max-width: 600px) {
    .btn {
        border-radius: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
        text-align: center;
        /*transform: translateY(-15px);*/
        text-decoration: none;
        font-size: large;
        background-color: rgba(255,102,0,0.7);
        color: black;
    }
    
    .btn:active {
        transform: scale(1.1);
    }

    .specialssection {
        padding: 0;
    }

    .tacoTuesdayText, .happyHourText, .fajitaWednesdayText, .thirstyThursdayText {
        font-size: smaller;
    }

    .slider {
        border: none;
        border-radius: 0px;
    }

    .specialsheader {
        font-size: 32px;
    }

    .socialheader {
        font-size: 32px;
    }
}

.socialheader {
    display: flex;
    justify-content: center;
    background-color: black;
    font-family: 'Bebas Neue', sans-serif;
    color: #ff6600;
    font-size: 42px;
}

.sociallinks {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    padding-top: 15px;
    padding-bottom: 15px;
    background: radial-gradient(circle, rgba(255,102,0,1) 0%, rgba(255,179,128,1) 0%, rgba(255,102,0,1) 100%);
    border-top: 2px solid #ff6600;
}

.miscinfo {
    display: flex;
    flex-direction: row;
    font-family: 'Bebas Neue', sans-serif;
    justify-content: space-evenly;
    text-align: center;
    align-items: center;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: larger;
    background-color: black;
    border-top: 3px solid black;
    height: 30vh;
}

@media only screen and (max-width: 600px) {
    .miscinfo {
        flex-direction: column;
        height: 50vh;
        padding-top: 15px;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .hoursdiv, .locationdiv, .contactdiv {
        border-right: none !important;
        border-left: none !important;
    }
}

.hoursdiv, .locationdiv, .contactdiv {
    border-left: 3px solid #ff6600;
    border-right: 3px solid #ff6600;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    color: #ff6600;
}

.footerinfo {
    font-family: 'Bebas Neue', sans-serif;
    display: flex;
    font-size: 16px;
}

.footer {
    padding: 10px;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ff6600;
}

