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

body,
html {
  margin: 0;
  font-family: 'Merriweather', serif;
  background-color: rgb(168, 123, 81);
  height: 100%;
}

.top-container {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 1.4)), url("Images/thai.jpeg");
  background-position-x: 50%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px;
}

.top-container-about {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("Images/photos/IMG_1702.jpg");
  height: 80%;
  background-position-x: 50%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.top-container-contact {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 2)), url("Images/thai.jpeg");
  height: 80%;
  background-position-x: 50%;
  background-position-y: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}

.hero-img {
  width: auto;
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 17vh;
}

.hero-text {
  color: white;
  width: auto;
  height: 25vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3vw;
  font-family: 'Merriweather', serif;
  text-align: center;
}

.content1 {
  display: flex;
  background-color: rgb(191, 121, 56);
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.content1>div {
  height: 55vh;
  width: 30vw;
  margin-top:2.3vh;
  margin-bottom:2.3vh;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}

.content1>div>h1 {
  font-size: 6vh;
  margin: 10px;
}


.content1>div>p {
  font-size: 3vh;
  font-family: 'Lato', sans-serif;
  margin: 10px;
}


.button5 {
  background-color: rgb(191, 121, 56);
  border: none;
  color: white;
  padding: 8px 26px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 10px;
  cursor: pointer;
}

.buttonLink {
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;

  text-decoration: none;
  color: initial;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

/* Header */
.header {
  background-color: white;
  position: fixed;
  z-index: 3;
  top: 0;
  width: 100%;
}

/* Logo */
.logo {
  color: black;
  margin-left: 10px;

}

.logo>img {
  margin-top: 10px;
}

/* Nav menu */
.nav {
  width: 100%;
  height: 100%;

  background-color: white;
  overflow: hidden;
  font-size: 30px;
}

.menu a {
  display: block;
  padding: 20px;
  color: black;

}

.menu a:hover {
  background-color: var(--grey);
}

.nav {
  max-height: 0;

}

/* Menu Icon */

.hamb {
  cursor: pointer;
  float: right;
  padding: 40px 20px;
}


.hamb-line {
  background: black;
  display: block;
  height: 2px;
  position: relative;
  width: 24px;

}

.hamb-line::before,
.hamb-line::after {
  background: black;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  transition: all .2s ease-out;
  width: 100%;
}

.hamb-line::before {
  top: 5px;
}

.hamb-line::after {
  top: -5px;
}


.side-menu {
  display: none;
}

/* Toggle menu icon */

.side-menu:checked~nav {
  max-height: 60%;
}

.side-menu:checked~.hamb .hamb-line {
  background: transparent;
}

.side-menu:checked~.hamb .hamb-line::before {
  transform: rotate(-45deg);
  top: 0;

}

.side-menu:checked~.hamb .hamb-line::after {
  transform: rotate(45deg);
  top: 0;
}


/* Responsiveness */

@media (min-width: 768px) {
  .nav {
    max-height: 100px;
    top: 0;
    position: relative;
    float: right;
    width: fit-content;
    background-color: transparent;

  }

  .menu li {
    float: left;
  }

  .menu a:hover {
    background-color: transparent;
    color: var(--grey);

  }

  .hamb {
    display: none;
  }

}

/*mobile*/
@media (max-width: 767px) {
  .hero-img {
    height: 40vh;
    margin-top: 5vh;
  }

  .hero-text {
    margin-top: 3vh;
    font-size: 6vw;
  }

  .contain1 {
    flex-wrap: wrap;
  }

  .content1>div {
    width: 500px;
    height: 400px;
    margin: 20px;
  }
}

.menuImg1 {
  background-image: url("Images/menu1.jpg");
  width: "600";
  height: "742";
}

.menuImg2 {
  background-image: url("Images/menu2.jpg");
  background-repeat: no-repeat;
  padding: 50%;
}

.menuImg3 {
  background-image: url("Images/menu3.jpg");
  width: "600";
  height: "742";
}

.menuImg4 {
  background-image: url("Images/menu4.jpg");
  width: "600";
  height: "742";
}

.contactLocation {
  text-align: center;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  background-color: white;
  flex-wrap: wrap;
  padding-bottom:4vh;
  padding-top:4vh;
}

.contactDesc {
  font-size:2.2vh;
}

.contact > h1{
  font-size: 8vh;
}

.contact > p{
  font-family: 'Lato', sans-serif;
}

.openHours{
  color: black;
  padding: 10px;
}

.openHours > p {
  color: black;
  padding: 10px;
  font-family: 'Lato', sans-serif;
}

.openHours > h1{
  color: black;
  padding: 10px;
  font-size: 6vh;
}

.findUs {
  font-size: 2rem;
  white-space: nowrap;
  background-color: white;
}

.end {
  width: 100%;
  height: 40vh;
  background-color: rgb(41, 41, 41);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  text-align: center;
}

.map {
  width: 100%;
  height: 100%;
  background-color: white;
}

.whiteCream {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: white;
  margin: 30px;
}

.creamDiv {
  margin: 5px;
  margin-top: 5%;
  margin-bottom: 5%;
  background-image: url("Images/photos/IMG_1700.jpg");
  background-size: cover;
  width: 500px;
  height: 250px;
  background-color: white;
}

.creamText {
  font-size: 25px;
  margin-left: 10%;
  margin-right: 10%;
  margin-bottom: 4%;
  background-color: white;
  padding: 5px;
  text-align: center;
}

.creamContact {
  text-align: center;
  font-size: 30px;
  margin: 5%;
  background-color: white;
  padding: 30px;
}