html,
body {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: auto;
  background-color: #fff;
}
.Header {
  width: 100%;
  height: 245px;
  margin: 0px;
  padding: 0px;
  overflow-y: hidden;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
}
.Logo {
  width: 1160px;
  height: 490px;
  position: relative;
  left: -16%;
  display: inline-block;
}
.Nav {
  width: 40%;
  height: 32px;
  position: relative;
  top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  min-width: 635px;
}
#HeadLink {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: black;
  text-decoration: none;
}
#HeadLink:hover {
  font-family: "Playfair Display", serif;
  font-size: 32px;
  color: #b29768;
  text-decoration: none;
}

/* FOOTER */

.Footer {
  width: 100%;
  height: 600px;
  margin: 0px;
  padding: 0px;
  background-color: #867b68;
  overflow-y: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: start;
  align-content: start;
}
.FooterText {
  width: 100%;
  height: 47px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 46px;
}
.FooterText h1 {
  width: 500px;
  font-family: "Arvo", serif;
  font-size: 92px;
  color: white;
  text-decoration: none;
  margin: 0px;
  text-align: center;
  font-style: normal;
  padding-top: 10px;
  padding-bottom: 10px;
}
.FooterText h2 {
  font-family: "Arvo", serif;
  font-size: 25px;
  color: white;
  text-decoration: none;
  margin: 0px;
}
.FooterLinks {
  width: 100%;
  height: 115px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  margin-bottom: 14px;
}
.FooterLinksIMG {
  width: 450px;
  height: 130px;
  margin: 0px;
  padding: 0px;
  position: relative;
  left: -200px;
  top: 50px;
}
.SocialMedia {
  width: 450px;
  height: 100px;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}
#SocialMediaIcons {
  width: 50px;
  height: 50px;
}
#LINE {
  width: 80%;
  height: 1px;
  background-color: lightgray;
  width: 80%;
  height: 1px;
  background-color: lightgray;
  margin-left: 10%;
}
.CartIcon {
  width: 45px;
  height: 45px;
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: #fff; /* Black*/
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 40px;
  color: #b89e6b;
  display: block;
  transition: 0.3s;
  text-align: center;
  margin-bottom: 20px;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #52462f;
}

/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
  border-bottom: none;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.MenuIcon {
  width: 35px;
  height: 35px;
  position: relative;
  left: 1514%;
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  /* Styles for extra large devices */

  .Header {
    height: 150px;
  }

  .MenuIcon {
    width: 40px !important;
    height: 40px !important;
    left: 100% !important;
  }

  .Logo {
    width: 300px;
    height: 120px;
  }

  .Nav {
    width: 90%;
    min-width: 400px;
  }

  #HeadLink {
    font-size: 20px;
  }

  #HeadLink:hover {
    font-size: 20px;
  }

  .Footer {
    height: 350px;
  }
  .FooterText {
    padding-top: 50px;
  }

  .FooterText h1 {
    width: 300px;
    font-size: 36px;
  }

  .FooterText h2 {
    font-size: 16px;
  }

  .FooterLinksIMG {
    width: 369px;
    height: 170px;
    top: 0px;
    left: -40px;
  }

  .SocialMedia {
    width: 280px !important;
    height: 200px;
    top: 43px !important;
    left: 60px !important;
  }

  #SocialMediaIcons {
    width: 65px;
    height: 65px;
  }

  .CartIcon {
    width: 40px;
    height: 40px;
  }
}

@media (min-width: 1440px) and (max-width: 1919.98px) {
  /* Styles for 2K/QHD devices */

  .Header {
    height: 180px;
  }

  .MenuIcon {
    width: 50px !important;
    height: 50px !important;
    left: 120% !important;
  }

  .Logo {
    width: 523px;
    height: 229px;
  }

  .Nav {
    width: 90%;
    min-width: 500px;
  }

  #HeadLink {
    font-size: 24px;
  }

  #HeadLink:hover {
    font-size: 24px;
  }

  .Footer {
    height: 400px;
  }

  .FooterText h1 {
    width: 350px;
    font-size: 42px;
  }

  .FooterText h2 {
    font-size: 18px;
  }

  .FooterLinksIMG {
    width: 300px;
    height: 120px;
    top: 0px;
    left: -50px;
  }

  .SocialMedia {
    width: 300px;
    height: 120px;
    top: 40px;
    left: 172px !important;
  }

  #SocialMediaIcons {
    width: 60px;
    height: 60px;
  }

  .CartIcon {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1920px) {
  /* Styles for Ultra HD/4K devices */

  .Header {
    height: 200px;
  }

  .MenuIcon {
    width: 60px !important;
    height: 60px !important;
    left: 140% !important;
  }

  .Logo {
    width: 725px;
    height: 306.25px;
  }

  .Nav {
    width: 90%;
    min-width: 600px;
  }

  #HeadLink {
    font-size: 28px;
  }

  #HeadLink:hover {
    font-size: 28px;
  }

  .Footer {
    height: 450px;
  }

  .FooterText h1 {
    width: 400px;
    font-size: 48px;
  }

  .FooterText h2 {
    font-size: 20px;
  }

  .FooterLinksIMG {
    width: 350px;
    height: 140px;
    top: 0px;
    left: -60px;
  }

  .SocialMedia {
    width: 350px;
    height: 140px;
    top: 39px;
    left: 60px;
  }

  #SocialMediaIcons {
    width: 70px;
    height: 70px;
  }

  .CartIcon {
    width: 60px;
    height: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  /* Styles for small devices */

  .Header {
    height: 120px;
  }
  .MenuIcon {
    width: 30px !important;
    height: 30px !important;
    left: 362% !important;
  }

  .Logo {
    width: 383px;
    height: 152px;
    left: -13%;
  }

  .Nav {
    width: 80%;
    min-width: 300px;
  }

  #HeadLink {
    font-size: 18px;
  }
  #HeadLink:hover {
    font-size: 18px;
  }

  .Footer {
    height: 350px;
  }

  .FooterText h1 {
    width: 250px;
    font-size: 30px;
  }

  .FooterText h2 {
    font-size: 14px;
  }

  .FooterLinksIMG {
    width: 323px;
    height: 149px;
    top: 0px;
    left: -30px;
  }

  .SocialMedia {
    width: 280px !important;
    height: 200px;
    left: 60px !important;
  }

  #SocialMediaIcons {
    width: 60px;
    height: 60px;
  }

  .CartIcon {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  /* Styles for small devices */

  .Header {
    height: 120px;
  }
  .MenuIcon {
    width: 30px !important;
    height: 30px !important;
    left: 172% !important;
  }

  .Logo {
    width: 383px;
    height: 152px;
    left: -13%;
  }

  .Nav {
    width: 80%;
    min-width: 300px;
  }

  #HeadLink {
    font-size: 18px;
  }
  #HeadLink:hover {
    font-size: 18px;
  }

  .Footer {
    height: 300px;
  }

  .FooterText h1 {
    width: 250px;
    font-size: 30px;
  }

  .FooterText h2 {
    font-size: 14px;
  }

  .FooterLinksIMG {
    width: 234px;
    height: 109px;
    top: 0px;
    left: -30px;
  }

  .SocialMedia {
    width: 280px !important;
    height: 200px;
    left: 60px !important;
  }

  #SocialMediaIcons {
    width: 60px;
    height: 60px;
  }

  .CartIcon {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  /* Styles for small devices */

  .Header {
    height: 120px;
  }
  .MenuIcon {
    width: 20px !important;
    height: 20px !important;
    left: 59% !important;
  }

  .Logo {
    width: 361px;
    height: 151px;
    left: -7%;
  }

  .Nav {
    width: 80%;
    min-width: 300px;
  }

  #HeadLink {
    font-size: 18px;
  }
  #HeadLink:hover {
    font-size: 18px;
  }

  .Footer {
    height: 300px;
  }

  .FooterText h1 {
    width: 250px;
    font-size: 30px;
  }

  .FooterText h2 {
    font-size: 14px;
  }

  .FooterLinksIMG {
    width: 200px;
    height: 80px;
    top: 0px;
    left: -30px;
  }

  .SocialMedia {
    width: 200px;
    height: 80px;
    top: 25px;
    left: 30px;
  }

  #SocialMediaIcons {
    width: 25px;
    height: 25px;
  }

  .CartIcon {
    width: 25px;
    height: 25px;
  }
}

@media (max-width: 575.98px) {
  .Header {
    height: 100px;
  }

  .Logo {
    width: 276px;
    height: 114px;
    left: -7%;
  }
  .MenuIcon {
    width: 25px !important;
    height: 25px !important;
    left: 36% !important;
  }

  .Nav {
    width: 40%;
    height: 32px;
    position: relative;
    top: 0px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    min-width: 200px;
  }

  #HeadLink {
    font-size: 16px;
  }

  #HeadLink:hover {
    font-size: 16px;
  }

  .Footer {
    height: 244px;
  }

  .FooterText h1 {
    width: 200px;
    font-size: 24px;
  }

  .FooterText h2 {
    font-size: 12px;
  }

  .FooterLinksIMG {
    width: 249px;
    height: 91px;
    top: 44px;
    left: -9px;
  }

  .SocialMedia {
    width: 204px !important;
    height: 200px;
    margin: 0px;
    padding: 0px;
    position: relative;
    left: -15px !important;
    top: 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
  }

  #SocialMediaIcons {
    width: 50px;
    height: 50px;
  }

  .CartIcon {
    width: 20px;
    height: 20px;
  }
}
