
body {
  margin: 0;
  font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
  background-color: #fff8ea;
  color: #333 ;
}

  .bilder-header img {
    width: 100%;
    height: auto;
    max-width: 350px;
    margin-top: 5px;
    margin-bottom: 50px;
    padding: 10px;
    margin: 0 auto;
    border-radius: 15px;
    display: block;
    padding: 3%;
  }

.universalbilder img {
  width: 350px;
  height: auto;
  display: flex;
  flex-direction: row;
}

.privattimer img {
  width: 350px;
  height: auto;
  display: flex;
  flex-direction: row;

}
.bilder-knapp img {
  width: 40px;
  height: auto;
}

.buttonkurs {
  height: 80px;
  width: 150px;
  margin-right: 100px;
  margin-left: 100px;
  margin-bottom: 5px;
  border-radius: 15px;
}


.list{
  padding-top: 15px;
  padding-left: 2px;
  margin-left: 2px;
  margin-bottom: 15px;
  line-height: 39px;
  font-size: 22px;
}

main {
  padding: 2rem;
}

  .card {
    background-color: white;
    border-radius: 15px;
    padding: 2rem;
    margin: 0.5rem auto;
    margin-top: 1rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    max-width: 1200px;
    font-size: 22px;
  }

.book-section {
  background-color: #fff0eb;
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 2rem;
}

.book-section h2 {
  color: #ffcbaf;
  font-style: normal;
  text-decoration: underline121;
  font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.image-gallery {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  margin-top: 1.5rem;
}

.image-gallery img {
  width: 200px;
  height: auto;
  border-radius: 0.75rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

footer {
  background-color:#a83f58;
  color: white;
  text-align: center;
  padding: 1rem;
  font-size: 22px;
}

.cardom {
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  overflow: hidden;
  background-color: white;
  border-radius: 15px;
  padding: 2rem;
  margin: 0.5rem auto;
  margin-top: 2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  max-width: 1200px;
  font-size: 22px;

}
.bildeommeg {
  float: right;
  margin-left: 2rem;
  margin-bottom: 1rem;
  max-width: 350px;
}
.bildeommeg img {
  width: 100%;
  height: auto;
  border-radius: 15px;
}
h4 {
  color: #a83f58;
  margin-top: 0.5rem;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 400;
  font-size: 25px;
}
h3 {
  color: #a83f58;
  margin-top: 0.5rem;
  text-align: left;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 400;
  font-size: 25px;
}
h2 {
  color: #a83f58;
  margin-top: 0.5rem;
  text-align: center;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
  font-weight: 500;
}
h1 {
  margin: 0;
  font-family:'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    font-weight: 600;
    font-size: 45px;
    font-style: normal;
    text-align: center;
    color:#a83f58;
}
.quote1{
    background-image: url("../Bilder/Flaggsvak.png");
    background-repeat: no-repeat;
    background-position: bottom;
    background-size: 100% 50%;
    background-color: white;
    padding: 1rem;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    height: 200px;
    width: 280px;
    text-align: center;
    font-size: large;
    display: block;
    text-decoration: none;
    color: inherit;
    margin: 0 auto;
    transition: transform 0.2s ease;
  }

@media (max-width: 600px) {
  .bildeommeg {
    float: none;
    margin: 0 auto 1rem;
    text-align: center;
  }

  .cardom {
    text-align: center;
  }
}

.quote1 {
  transition: transform 0.2s ease;
  margin: 0 auto;
}
.quote1:hover {
  transform: scale(1.05);
}

header {
  background-color: #fff8ea;
  padding: 1.5rem;
  border-radius: 15px;
  margin-top: 20px;
}

.containernav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.logo button {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.logo img {
  height: 40px;
  padding: 0 20px 0 5px;
}

nav.topnav {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  background-color: #d7edff;
  border-radius: 15px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #ccc;
  margin: 0 auto;
}

nav.topnav a {
  color: #000;
  text-decoration: none;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  font-size: 1.1rem;
  transition: background-color 0.3s ease, transform 0.2s ease;
  font-size: 22px;
}

nav.topnav a:hover {
  background-color: rgb(209, 219, 255);
  border-radius: 15px;
  transform: scale(1.05);
}

.nav-toggle {
  display: none;
}

.nav-toggle-label {
  display: none;
  cursor: pointer;
  padding: 0.5rem;
  position: absolute;
  right: 1rem;
}

.nav-toggle-label span,
.nav-toggle-label span::before,
.nav-toggle-label span::after {
  display: block;
  background: #333;
  height: 3px;
  width: 25px;
  border-radius: 2px;
  position: relative;
}

.nav-toggle-label span::before,
.nav-toggle-label span::after {
  content: '';
  position: absolute;
}

.nav-toggle-label span::before {
  top: -8px;
}

.nav-toggle-label span::after {
  top: 8px;
}

@media (max-width: 700px) {
  .nav-toggle-label {
    display: block;
  }

  nav.topnav {
    display: none;
    flex-direction: column;
    width: 100%;
    background-color: white;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem;
  }

  .nav-toggle:checked + header .topnav {
    display: flex;
  }

  .containernav {
    flex-direction: column;
    align-items: flex-start;
  }
}
footer {
  background-color: #a83f58;
  color: white;
  text-align: center;
  padding: 1rem;
  border-radius: 0 0 10px 10px;
  margin-top: 2rem;
    font-size: 22px;
}
.sosial-ikon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  background-color: #d7edff;
  border-radius: 50%;
  color: #a83f58;
  font-size: 1.5rem;
  text-decoration: none;
  margin-top: 1rem;
  margin-right: 10px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.sosial-ikon:hover {
  background-color: rgb(190, 210, 255);
  transform: scale(1.1);
}

.card .email-link{
  text-decoration: none;
  color: var(--burgunder);
  font-weight: 600;
}
.card .email-link:hover,
.card .email-link:focus-visible{
  text-decoration: underline;     
  text-underline-offset: 3px;
}