* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
    font-family: 'JetBrains Mono', monospace; 
    font-weight: 300;
    
}

.smallscreen {
    display: none;
}

a {
    text-decoration: none;
}


.frame {
    margin: 20px;
    background-color: #F6F3EE;
    overflow: hidden;
}


.hero-img img {
    height: calc(100vh - 20px);
    width: 100%;
    object-fit: cover;
    z-index: 0;
    filter: brightness(70%) contrast(90%);
}


.nav {
    display: flex;
    flex-direction: row;
    position: absolute;
    top: 30px;
    justify-content: space-around;
    align-items: center;
    width: calc(100vw - 40px);
    z-index: 2;
}

.nav-link, .nav-link a {
    font-size: 20px;
    color: #F6F3EE;
    text-decoration: none;
}

.nav-link-2, .nav-link-2 a {
    font-size: 20px;
    color:#2D1E06;
    text-decoration: none;
}

.brown {
    color: #2D1E06;
}

.nav-link:hover, .nav-link a:hover, .nav-link-2:hover {
    cursor: pointer;
}

.logo-nav{
    height: 50px; 
    z-index: 1;
}

.hero-text {
    position: absolute;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}


.hero-text img {
    z-index: 1;
    height: 300px;
}


section {
    margin-top: 100px;
}


.explore, .our-story, .find-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 50px;
} 


h1 {
    font-size: 80px;
    font-family: 'Caveat', cursive;
    color: #2D1E06;
}


.pngs {
    display: flex;
    gap: 150px;
}

.png-link {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.png-link img {
    height: 180px;
}

.png-text {
    color: #2D1E06;
    font-size: 40px;
}

.margin-230 {
    margin: 100px 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.margin-230-home {
    margin: 0px 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-flex {
    display: flex;
    flex-direction: row;
    gap: 90px;
}


.left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 360px;
}

.about-para {
    font-size: 23px;
}

.button, .button a {
    font-size: 30px;
    font-weight: 400;
    color: #F6F3EE;
    background-color: #2D1E06;
    border: 2px #2D1E06 solid;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button:hover {
    color: #2D1E06;
    background-color: #F6F3EE;
    border: 2px #2D1E06 solid;
    cursor: pointer;
}


.right img {
    width: 25vw;
    height: 360px;
    object-fit: cover;
}


.find-us {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 48px;
}


.text-30-400 {
    font-size: 30px;
    font-weight: 400;
}

.hours {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.find-us-body {
    text-align: center;
    font-size: 25px;
}

.location {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    margin-bottom: 70px;
}

.map {
    width: 600px;
    height: 400px;
}

footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    background-color: #2D1E06;
    height: 208px;
}

.contact-info {
    color: #F6F3EE;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: center;
    text-align: center;
}

.social-links {
    display: flex;
    flex-direction: row;
    gap: 30px;
    align-items: center;
}

.footer-nav {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
}

.footer-nav-link {
    color: #F6F3EE;
    font-size: 14px;
}

 .footer-logo {
    height: 100px;
}


/* Menu page */



.menu-about-text {
    display: flex;
    flex-direction: column;
    align-items: center;
}

h6, .h6 {
    font-size: 16px;
    color: #2D1E06;
}

h2 {
    font-family: 'Caveat', cursive;
    font-size: 60px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}

.food, .Drink {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.columns {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 140px;
}

.items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.item {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}

.item-info {
    max-width: 420px;
    display: flex;
    flex-direction: column;
}

.item-name {
    font-weight: 700;
    font-size: 18px;
}

.dietary {
    font-size: 14px;
    font-style: italic;
    font-weight: 300;
}


.juice-name {
    font-size: 18px;
}



/* Booking Page */

.calendar{
  display:inline-grid;
  justify-content:center;
  align-items:center;
  padding:20px;
  border-radius:5px;  
  .month{
    display:flex;
    justify-content:space-between;
    align-items:center;
    font-size:20px;
    margin-bottom:20px;
    font-weight:300;
    
    .year{
      font-weight:600;
      margin-left:10px;
    }
    
    .nav{
      display:flex;
      justify-content:center;
      align-items:center;
      text-decoration:none;
      color:#2D1E06;
      width:40px;
      height:40px;
      border-radius:40px;
      transition-duration:.2s;
      position:relative;
      
      &:hover{
        background:#eee;
      }
    }
  }
  
  .days{
    display: grid;
    justify-content:center;
    align-items:center;
    grid-template-columns: repeat(7, 1fr);
    color:#999;
    font-weight:600;
    margin-bottom:15px;
    
    span{
      width:50px;
      justify-self:center;
      align-self:center;
      text-align:center;
    }
  }
  
  .dates{
    display:grid;
    grid-template-columns: repeat(7, 1fr);
    
    button{
      cursor:pointer;
      outline:0;
      border:0;
      background:transparent;
      font-family: 'Montserrat', sans-serif;
      font-size:16px;
      justify-self:center;
      align-self:center;
      width:50px;
      height:50px;
      border-radius:50px;
      margin:2px;
      transition-duration:.2s;
      
      &.today{
        box-shadow:inset 0px 0px 0px 2px #2D1E06;
      }
      
      &:first-child{
        grid-column:5;
      }
      
      &:hover{
        background:#eee5d7;
      }
      
      &:focus{
        background:#2D1E06;
        color:#fff;
        font-weight:600;
      }
    }
  }
}

/* Original Code Starts Here */

.booking-content {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.forum {
    width:40vw;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.forum-item {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

label {
    font-size: 20px;
    color: #2D1E06;
}

select, input, textarea {
    background-color: #F6F3EE;
    border: 1px solid #2D1E06;
    border-radius: 3px;
    font-size: 20px;
    padding: 3px 7px;
    color: #2D1E06;
}

.booking-content-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 17px;
}

textarea::placeholder {
    color: grey;
}


.text-area {
    color: #2D1E06;
}

.booking {
    padding: 10px 50px;
}



/* About Us Page */

.about-content {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 50px;
}

.row-about {
    display: flex;
    flex-direction: column;
    gap: 0px;
    align-items: center;
    justify-content: center;
}
.about-content {
    display: flex;
    flex-direction: column;
}

.about-content-inner {
    display: flex;
    gap: 30px;
    align-items: center;
}

.about-image img {
    width: 30vw;
    height: 420px;
    object-fit: cover;
}

.right-align p {
    text-align: right;
}




@media only screen and (max-width: 800px) {
    

    .margin-230 {
        margin: 70px 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }


    .margin-230-home {
        margin: 70px 100px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .hero-text img{
        width: 80vw;
    } 

    .pngs {
        gap: 30px;
    }

    .png-text {
        font-size: 30px;
    }


    .about-flex {
        gap: 20px;
    }

    .about-para {
        font-size: 20px;
    }

    .left {
        justify-content: center;
        gap: 10px;
    }

    .right img {
     height: 320px;
    }

    .button-text {
        font-size: 20px;;
    }

    .text-30-400 {
        font-size: 20px;
    }

    .find-us-body {
        font-size: 18px;
    }

    .location {
        gap: 10px;
    }
    

    section {
        margin-top: 50px;
    }

    .columns {
        gap: 40px;
    }

    .item {
        width: 80vw;
    }

    .columns {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.item {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 10px;
}

.item-info {
    max-width: 420px;
    display: flex;
    flex-direction: column;
}

* {
    font-size: 12px;
}

.item-name {
    font-weight: 700;
    font-size: 14px;
}

.dietary {
    font-size: 10px;
    font-style: italic;
    font-weight: 300;
}


.juice-name {
    font-size: 13px;
}

  }

  @media only screen and (max-width: 600px) {

    /* Hamburger Menu */
    body {
	overflow-x: hidden;
} 

a {
	text-decoration: none !important;
	color: #232323;
	transition: color 0.3s ease;
}

#navmenuToggle {
	display: block;
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 2;
	-webkit-user-select: none;
	user-select: none;
}

#navmenuToggle input {
	display: block;
	width: 40px;
	height: 32px;
	position: absolute;
	top: -7px;
	left: -5px;
	cursor: pointer;
	opacity: 0;
	z-index: 2;
	-webkit-touch-callout: none;
}

#navmenuToggle span {
	display: block;
	width: 33px;
	height: 4px;
	margin-bottom: 5px;
	position: relative;
	background: #2D1E06;
	border-radius: 3px;
	z-index: 1;
	transform-origin: 4px 0px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
	background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0),
	opacity 0.55s ease;
}

.home span {
    background: #F6F3EE !important;
}


#navmenuToggle span:first-child {
	transform-origin: 0% 0%;
}

#navmenuToggle span:nth-last-child(2) {
	transform-origin: 0% 100%;
}

#navmenuToggle input:checked~span {
	opacity: 1;
	transform: rotate(45deg) translate(-2px, -1px);
	background: #2D1E06;
}

.home input:checked~span {
    background: #2D1E06 !important;
}


#navmenuToggle input:checked~span:nth-last-child(3) {
	opacity: 0;
	transform: rotate(0deg) scale(0.2, 0.2);
}

#navmenuToggle input:checked~span:nth-last-child(2) {
	opacity: 1;
	transform: rotate(-45deg) translate(0, -1px);
}

#navmenu {
	position: absolute;
	width: 100vw;
    height: 110vh;
	margin: -100px 0 0 0;
	padding: 50px;
	padding-top: 125px;
    right: -20px;
	background: #eee5d7;
	list-style-type: none;
	-webkit-font-smoothing: antialiased;
	transform-origin: 0% 0%;
	transform: translate(100%, 0);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
}

#navmenu a {
	padding: 20px 0;
	font-size: 22px;
    color: #2D1E06;
}

#navmenuToggle input:checked~ul {
	transform: scale(1.0, 1.0);
	opacity: 1;
}

    .widescreen {
        display: none;
    }

    .smallscreen {
        display: block;
    }


    .frame {
        margin: 0px;
    }

    .margin-230-home {
        margin: 0px 30px;
    }

    .nav {
        display: none;
    }

    .menu-about-text {
        width: 90vw;
    }

    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 30px;
        margin-bottom: 5px;
        margin-top: 25px;
    }

    footer {
        flex-direction: column;
        height: 400px;
    }

    .footer-logo {
        height: 80px;
    }

    .footer-nav {
        align-items: center;
    }

    .contact-info {
        text-align: center;
    }

    .social-links {
        display: flex;
        justify-content: center;
    }


    .hero-img img {
        height: 100vh;
    }

     .hero-text img{
        width: 80vw;
    } 

    .pngs {
        flex-direction: column;
        gap: 0px;
    }


    .about-flex {
        gap: 0px;
    }
    
    
    .left {
        display: flex;
        gap: 20px;
        width: 100%;
    }

    .our-story {
        gap: 0px;
    }

    .about-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .about-para {
        font-size: 14px;
    }

    .find-us-body {
        font-size: 14px;
    }

    .map {
        width: 80vw;
        height: 300px;
    }

    .explore, .our-story, .find-us {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 10px;;
    } 

    .Food {
        margin-top: 0px;
    }


    h6 {
        text-align: center;
    }



  }







/* 

font-family: 'Caveat', cursive;

font-family: 'JetBrains Mono', monospace; 
letter-spacing: -5%;

*/