:root {
  --white: #f7fcfc;
  --olive: #374b13;
  --lesserblack: #000000d6;
  --brightgreen: #d4ddd8;
  --black: #000;
  --lesserwhite: #f7fcfceb;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Playfair Display, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 5.2rem;
}

h3 {
  color: var(--olive);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 900;
  line-height: 22px;
}

p {
  color: var(--lesserblack);
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 2.3125rem;
}

.section {
  padding-left: 60px;
  padding-right: 60px;
}

.section.herosection {
  padding-left: 0;
  padding-right: 0;
}

.section.portfolio {
  background-color: var(--brightgreen);
  height: auto;
}

.container {
  max-width: 1440px;
}

.container.herocontainer {
  background-image: url('../images/Titelbild_1.avif');
  background-position: 0 0;
  background-size: cover;
  max-width: none;
}

.container.aboutme {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
}

.navbar {
  background-color: var(--white);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
}

.brand {
  background-image: url('../images/Skandi-Interior-Design.avif');
  background-position: 0 0;
  background-size: cover;
  min-width: 13rem;
  padding-bottom: 0;
}

.container-navbar {
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
}

.body {
  background-color: var(--white);
  font-family: Lato, sans-serif;
}

.nav-menu {
  color: var(--black);
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.75rem;
}

.nav-link {
  margin: 1.125rem 1.75rem;
  padding: 0;
}

.herotitle {
  text-align: center;
  margin-top: 3.75rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph {
  color: var(--lesserwhite);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.75rem;
}

.paragraphhero {
  color: var(--lesserwhite);
  text-align: center;
  margin: 27.25rem auto 2.5rem;
  font-family: Lato, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.75rem;
}

.herobutton {
  background-color: #3898ec00;
  background-image: linear-gradient(137deg, var(--olive), #374b13c9);
  color: var(--white);
  border-radius: 80px;
  margin-bottom: 7.875rem;
  padding: 1.5rem 6.125rem;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}

.herobutton:hover {
  background-image: linear-gradient(137deg, var(--brightgreen), #374b13c9);
}

.heading {
  color: var(--black);
  margin-bottom: 4rem;
}

.div-block.aboutme {
  max-width: 47.625rem;
}

.div-block.button {
  text-align: center;
}

.text-span {
  color: var(--olive);
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6 {
  color: var(--olive);
  font-size: 22px;
  font-weight: 700;
}

.divabout {
  justify-content: space-between;
  align-items: center;
  margin-top: 30.5625rem;
  display: flex;
}

.divabout.div-block {
  margin-top: 30.5rem;
  margin-bottom: 12rem;
}

.imghygge {
  border: 3px solid var(--brightgreen);
  margin-top: -4rem;
  position: absolute;
}

.h1portfolio {
  color: var(--black);
  text-align: center;
  margin-top: 8.625rem;
  margin-bottom: 1rem;
}

.pportfolio {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.75rem;
}

.divtop3 {
  justify-content: space-between;
  display: flex;
}

.divtopleft {
  max-width: 67%;
}

.divtopright {
  flex-flow: column;
  justify-content: space-between;
  max-width: 31%;
  display: flex;
}

.divbottom {
  text-align: center;
  margin-top: 2rem;
}

.divportfolio {
  margin-top: 3.5rem;
}

.imgportfolio {
  border-radius: 14px;
  box-shadow: 2px 2px 4px #0000001a;
}

.heading-2 {
  color: var(--black);
  margin-bottom: 2.5rem;
  font-family: Playfair Display, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 53px;
}

.divvelkommen {
  text-align: center;
  max-width: 60rem;
  margin-top: 7.875rem;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-2 {
  margin-top: 2.5rem;
}

.text-span-7 {
  color: var(--olive);
  font-size: 42px;
  font-weight: 700;
}

.text-span-8 {
  color: var(--olive);
  font-family: Lato, sans-serif;
  font-size: 22px;
  font-weight: 700;
}

.text-span-9, .text-span-10, .text-span-11, .text-span-12 {
  color: var(--olive);
  font-size: 22px;
  font-weight: 700;
}

.slider {
  background-color: #0000;
  height: 26rem;
  margin-top: 7.5rem;
  margin-bottom: 8.125rem;
}

.slide {
  max-width: 22.9375rem;
  margin-right: 1.875rem;
}

.image-2 {
  max-width: 72%;
}

.mask {
  overflow: visible;
}

.sliderimage {
  border-radius: 14px;
  box-shadow: 4px 4px 6px #00000040;
}

.textblock {
  color: var(--lesserblack);
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
}

.divfooter {
  flex-flow: column;
  display: flex;
}

.heading-3 {
  margin-top: 0;
  margin-bottom: .4rem;
}

.footerlink {
  color: var(--lesserblack);
  padding-bottom: .2rem;
  line-height: 18px;
  text-decoration: none;
}

.divfootercontainer {
  justify-content: space-between;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  display: flex;
}

.divfootercmpany {
  grid-column-gap: 8.25rem;
  grid-row-gap: 8.25rem;
  display: flex;
}

.image-4 {
  background-image: url('../images/Skandi-Interior-Design.avif');
  background-position: 0 0;
  background-size: cover;
}

@media screen and (max-width: 991px) {
  .container.herocontainer {
    padding-left: 60px;
    padding-right: 60px;
  }

  .nav-menu {
    background-color: var(--brightgreen);
  }

  .nav-link {
    min-width: 100%;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
  }

  .nav-link:hover {
    background-color: var(--olive);
    color: var(--white);
  }

  .divabout.div-block {
    flex-flow: column;
  }

  .slider {
    overflow: hidden;
  }

  .image-3 {
    margin-top: 2rem;
  }

  .menu-button {
    color: var(--white);
    align-items: flex-end;
  }

  .menu-button.w--open {
    background-color: var(--brightgreen);
    color: var(--white);
  }

  .icon {
    color: var(--olive);
  }

  .icon:active {
    color: var(--white);
  }
}

@media screen and (max-width: 767px) {
  .section, .container.herocontainer {
    padding-left: 30px;
    padding-right: 30px;
  }

  .divfootercmpany {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }
}

@media screen and (max-width: 479px) {
  .herotitle {
    font-size: 40px;
    line-height: 3.2rem;
  }

  .paragraphhero {
    margin-top: 8.9rem;
  }

  .herobutton {
    padding-left: 4.225rem;
    padding-right: 4.225rem;
  }

  .heading {
    font-size: 40px;
  }

  .divabout.div-block {
    margin-top: 15.8rem;
    margin-bottom: 7.6rem;
  }

  .imghygge {
    max-width: 80%;
  }

  .h1portfolio {
    margin-top: 4.6rem;
    margin-bottom: -.5rem;
    font-size: 40px;
  }

  .pportfolio {
    margin-bottom: 1rem;
    font-size: 18px;
  }

  .divvelkommen {
    margin-top: 5.6rem;
  }

  .pvelkommen {
    font-size: 18px;
  }

  .slider {
    margin-top: 6rem;
    margin-bottom: 0;
  }

  .divfooterimage.hidden {
    display: none;
  }

  .paragraph-3 {
    font-size: 18px;
  }
}


