body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}

html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  scroll-behavior: smooth;
}






#hero-section {
  width: 100%;
  height: 90vh;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
  background-image: url(http://www.malle.se/wp-content/uploads/2022/11/HERO_IMAGE-scaled.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
#hero-section:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .55);
}

.iframe-video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#hero-section .hero-inner {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
}
.logo img{
  position: relative;
  z-index: 1;
  width: 18rem;
  margin-bottom: 2rem;
}


#hero-section .hero-inner img {
  max-width: 340px;
  margin: 0 40px;
}
#hero-section .hero-inner a:nth-of-type(2) {
  filter: blur(5px);
  cursor: default;
}

.hero-inner a p {
  display: none;
}





.center-text {
  width: 100%;
  background-color: #DDDDDD;
  padding: 10rem 0;
}

.center-text .center-text-inner {
  max-width: 1100px;
  margin: auto;
}

.center-text h1 {
  max-width: 700px;
  margin: auto;
  font-size: 45px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #202833;
  font-family: aw-conqueror-didot;
}

.center-text p {
  max-width: 800px;
  font-family: "Helvetica Neue";
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.1em;
  color: €202833;
  margin: 25px auto 0 auto;
}

.center-text a {
  font-family: "Helvetica Neue";
  font-size: 17px;
  text-align: center;
  font-weight: 500;
  text-decoration: none;
  color: #202833;
  margin: 25px auto 0 auto;
  display: table;
  border: solid 2px #202833;
  padding: 8px 30px;
}





.bc-hero {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  height: 70vh;
}






#footer-section {
  width: 100%;
  background-color: #202833;
  padding: 40px 0 10px 0;
}

#footer-image {
  width: 170px;
  margin: 0 auto 40px auto;
  display: block;
}

#footer-section form {
  max-width: 750px;
  margin: 0px auto 110px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#footer-section form .small-label {
  width: 32%;
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-weight: 500;
  color: #DDDDDD;
  letter-spacing: 0.1em;
}
#footer-section form .small-label input {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: transparent;
  color: #DDDDDD;
  padding: 13px 8px 8px 8px;
  box-sizing: border-box;
  font-family: "Helvetica Neue";
  letter-spacing: 0.1em;
  border-radius: 0;
}
#footer-section form .small-label input::placeholder {
  color: #DDDDDD;
  opacity: 1;
}

#footer-section form .large-label {
  width: 100%;
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-weight: 500;
  color: #DDDDDD;
  margin: 25px 0 0 0;
  letter-spacing: 0.1em;
}

#footer-section form .large-label textarea {
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-width: 0 0 1px 0;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: transparent;
  color: #DDDDDD;
  padding: 13px 8px 8px 8px;
  box-sizing: border-box;
  font-family: "Helvetica Neue";
  letter-spacing: 0.1em;
  resize: none;
  border-radius: 0;
}
#footer-section form .large-label textarea::placeholder {
  color: #DDDDDD;
  opacity: 1;
}

#footer-section form input[type="submit"] {
  border-width: 1px;
  border-style: solid;
  border-color: #DDDDDD;
  background-color: transparent;
  color: #DDDDDD;
  padding: 10px 45px;
  letter-spacing: 0.1em;
  margin: 20px 0 0 0;
  border-radius: 0;
  font-family: "Helvetica Neue";
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#form-msg {
  width: 100%;
  text-align: left;
  font-family: "Helvetica Neue";
  font-size: 15px;
  color: #DDDDDD;
  display: none;
}

#footer-border {
  display: block;
  width: 80%;
  height: 1px;
  background-color: #DDDDDD;
  margin: auto;
}


#footer-credentials {
  max-width: 90%;
  margin: auto;
  display: flex;
  justify-content: center;
}

#footer-credentials a {
  font-size: 15px;
  margin: 0 30px;
  color: #DDDDDD;
  padding: 10px 0 0 0;
  font-family: "Helvetica Neue";
  text-decoration: none;
  opacity: .5;
}

#footer-credentials p {
  font-size: 15px;
  margin: 0 30px;
  color: #DDDDDD;
  padding: 10px 0 0 0;
  font-family: "Helvetica Neue";
  opacity: .5;
}

@media only screen and (max-width: 798px) {


  #hero-section {
    height: 75vh;
  }

  #hero-section .hero-inner {
    flex-direction: column;
    width: 90%;
    justify-content: space-between;
  }

  .logo img {
    width: 13rem;
    margin: 0 0 2rem 0;
  }

  .hero-inner a img {
    display: none;
  }

  .hero-inner a p {
    display: block;
  }

  .hero-inner a {
    font-family: "Helvetica Neue";
    font-size: 16px;
    text-align: center;
    font-weight: 400;
    text-decoration: none;
    color: #DDDDDD;
    display: table;
    width: 75%;
    border: solid 1px #DDDDDD;
    padding: 0px;
    margin: 10px auto;
  }

  #hero-section .hero-inner a:nth-of-type(2) {
    filter: blur(2px);
  }



  .center-text {
    padding: 90px 20px;
    margin: 0;
    box-sizing: border-box;
  }
  .center-text h1 {
    font-size: 30px;
  }
  .center-text p {
    font-size: 16px;
  }


  .bc-hero {
    height: 50vh;
  }




  #footer-section form {
    max-width: 90%;
  }

  #footer-section form .small-label {
    width: 100%;
    margin: 25px 0 0 0;
  }

  #footer-border {
    display: none;
  }

  #footer-credentials {
    flex-wrap: wrap;
  }

  #footer-credentials p, #footer-credentials a {
    width: 100%;
    margin: 0;
    text-align: center;
  }




}
