@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');



* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  list-style: none;
  text-decoration: none;
  border: none;
  outline: none;
  scroll-behavior: smooth;
  font-family: "Roboto", sans-serif;
}

header,
section,
footer,
aside,
nav,
article,
figure,
figcaption {
  display: block;
}


:root {
  --text-color: #FDFFF5;
  --bg-color: #6C7333;
  --main-color: #1B1E10;
  --border-color: #C79A6A;
}


html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  font-size: 16px;
}

body {
  color: var(--text-color);
  background: var(--bg-color);
  background-image: url(../image/hamburger-8026582_1280.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  z-index: 0;
  display: flex;
  flex-direction: column;
}

body::before,
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;

}

body::before {
  background: linear-gradient(to bottom, #C79A6A, transparent);
}

body::after {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}




main {
  flex: 1;
}



header {
  top: 0px;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  backdrop-filter: blur(10px);
  z-index: 100;
  margin-top: 10px;
}


.logo {
  font-size: 50px;
  color: var(--text-color);
  font-weight: 700;
  text-decoration: none;
  margin-bottom: 10px;
}


span {
  color: var(--main-color);
}



.navbar {
  display: flex;
  gap: 10px;
  margin-right: 30px;
}


.navbar a {
  color: var(--text-color);
  font-size: var(--p-font);
  font-weight: 600;
  margin: 5px;
  transition: all .5s ease;
  padding: 10px;
  border-radius: 5px;
}


.navbar a:hover {
  background: #8D7014;
}

#menu-toggle {
  display: none;
}

.hamburger {
  display: none;
  flex-direction: column;
  cursor: pointer;
  gap: 5px;
}

.hamburger span {
  width: 25px;
  height: 3px;
  background-color: var(--text-color);
  display: block;
  transition: all 0.3s ease;
}


.menu-icon {
  display: none;
  font-size: 30px;
  cursor: pointer;
  color: var(--text-color);
}




.follow-oss {
  display: flex;
  align-items: center;
}

.follow-oss a:first-child {
  color: #8D7014;
  font-size: var(--p-font);
  margin-right: 15px;
  border: 3px solid;
  padding: 7px;
  border-radius: 5px;
  background-color: var(--main-color);
}



.follow-oss a {
  vertical-align: middle;
  font-size: 17px;
  color: var(--text-color);
  margin-right: 22px;
  margin-left: 5px;
  transition: all .5s ease;
  font-weight: 600;
}



.follow-oss a:first-child:hover {
  background: transparent;
  color: #8D7014;
}


.follow-oss a:hover {
  color: #8D7014;
}





article {
  clear: both;
  overflow: auto;
  width: 100%;
  background-color: transparent;
}

figure {
  float: left;
  width: 290px;
  height: 220px;
  padding: 5px;
  margin: 10px;
  border: 5px solid var(--text-color);
  overflow: hidden;
  border-radius: 5px;
  box-shadow: 5px 5px 15px grey, -5px -5px 15px #ffffff;
}

figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.content-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}


.food {
  width: 70%;
  padding: 2px;
}

.aside {
  width: 25%;
  background-color: #502B21;
  padding: 20px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 3px solid var(--text-color);
}

.aside section a {
  display: block;
  padding: 10px;
  border-bottom: 1px solid #faf5f5;
  justify-content: center;
  align-items: center;
  margin: 10px 10px
}

.aside section a:hover {
  color: #985d6a;
  background-color: #efefef;
}

a {
  color: var(--text-color);
  text-decoration: none;
  font-weight: 600;
  font-family: "Roboto";
}



h1,
h2,
h3 {
  font-weight: normal;
}

h2 {
  margin: 10px 0 5px 0;
  padding: 0;
}

h3 {
  margin: 0 0 10px 0;
  color: #10ff73;
}


#menu-toggle {
  display: none;
}






.anmäl-btn {
  color: #050607;
  display: inline-block;
  padding: 10px 10px;
  background: var(--text-color);
  box-shadow: 0 0 25px var(--main-color);
  margin-top: 17px;
  border-radius: 6px;
  font-size: 1.1rem;
  border: 2px solid transparent;
  align-items: center;
  margin-left: 180px;
}

.anmäl-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 50px #8D7014;
}


.info1 {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  padding: 2rem 4rem;
  border-bottom: 0.6rem solid var(--border-color);


}

.info1 .text {
  width: 40%;
  color: #fff;
}

.info1 .text h1 {
  font-size: 2rem;
  letter-spacing: 1px;
  padding-bottom: 10px;
  color: #10ff73;
}

.info1 .text p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.2rem;
}


.info1 .img {
  width: 45%;
}

.info1 .img img {
  width: 20%;
}

.info {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  padding: 2rem 4rem;
  border-bottom: 0.6rem solid var(--border-color);

}

.info .text {
  width: 48%;
  color: var(--text-color);
  background-color: #00000067;
  border-radius: 20px;
  padding: 20px 20px;
}

.info .text h2 {
  font-size: 3.3rem;
  letter-spacing: 3px;
  padding-bottom: 10px;
}

.info .text p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 1.5rem;
}


.info .img {
  width: 50%;
}

.info .img img {
  width: 100%;
}




.footer {
  width: 100%;
  text-align: center;
  justify-content: center;
  color: var(--main-color);
  background-color: var(--text-color);
  left: 0;
  bottom: 0;
  padding: 10px 0;
  box-sizing: border-box;
}

.footer:hover {
  transform: (1.05);
  box-shadow: 0 0 50px #8D7014;
}




.hamburger {
  display: none;
}

.navbar {
  display: flex;
}





@media screen and (max-width: 805px) {
  header {
    padding: 10px;
  }

  .logo {
    font-size: 24px;
  }

  .navbar {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 155px;
    left: 0;
    width: 100%;
    background-color: var(--main-color);
    z-index: 999;
  }

  .navbar a {
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .hamburger {
    display: flex;
  }

  .content-container {
    flex-direction: column;
  }

  .food,
  .aside {
    width: 100%;
    margin: 10px 0;
  }

  .info,
  .info1 {
    flex-direction: column;
    padding: 1rem;
  }

  .info .text,
  .info1 .text,
  .info .img,
  .info1 .img {
    width: 100%;
  }

  .info .text h2,
  .info1 .text h1 {
    font-size: 1.8rem;
  }

  .info .text p,
  .info1 .text p {
    font-size: 1rem;
  }


  .hamburger {
    display: flex;
    position: relative;
    z-index: 1000;
    padding: 50px
  }

  .navbar li {
    margin: 10px 0;
    text-align: center;
  }

  .navbar a {
    display: block;
    padding: 15px;
    border-bottom: 1px solid #444;
  }


  #menu-toggle:checked+.hamburger+.navbar {
    display: flex;
  }


  #menu-toggle:checked+.hamburger span:nth-child(1) {
    transform: rotate(45deg) translate(6px, 5px);
  }

  #menu-toggle:checked+.hamburger span:nth-child(2) {
    opacity: 0;
  }

  #menu-toggle:checked+.hamburger span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -5px);
  }
}


@media screen and (min-width: 805px) and (max-width: 1023px) {
  .logo {
    font-size: 32px;
  }

  .navbar {
    display: flex;
  }

  .hamburger {
    display: none;
  }

  .content-container {
    flex-direction: row;
    flex-wrap: wrap;
  }

  .food {
    width: 65%;
  }

  .aside {
    width: 30%;
  }

  .info,
  .info1 {
    flex-direction: row;
  }


  .info .text,
  .info1 .text,
  .info .img,
  .info1 .img {
    width: 55%;
  }
}


@media screen and (min-width: 1024px) {
  .logo {
    font-size: 40px;
  }

  .navbar {
    display: flex;
    gap: 20px;
  }

  .hamburger {
    display: none;
  }


  .content-container {
    flex-direction: row;
  }

  .food {
    width: 70%;
  }

  .aside {
    width: 25%;
  }

  .info,
  .info1 {
    flex-direction: row;
    justify-content: space-between;
  }

  .info .text,
  .info1 .text {
    width: 45%;
  }

  .info .img,
  .info1 .img {
    width: 50%;
  }
}