@import url("https://use.typekit.net/cug5izn.css");

@font-face {
  font-family: "Helvetica Neue";
  font-weight: normal;
  src: url(https://bostadsutveckling.malle.se/wp-content/themes/brushandcode/assets/HelveticaNeueMedium.woff);
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: lighter;
  src: url(https://bostadsutveckling.malle.se/wp-content/themes/brushandcode/assets/HelveticaNeueLight.woff);
}
@font-face {
  font-family: "Helvetica Neue";
  font-weight: bold;
  src: url(https://bostadsutveckling.malle.se/wp-content/themes/brushandcode/assets/HelveticaNeueBold.woff);
}

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

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

:root {
  --white: #fff;
  --black: #202834;
  --blue: #202834;
  --gold: #827653;
}




#site-header {
  width: 100%;
}

#header-bar {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  padding: 7px 10px;
  background-color: var(--gold);
  box-sizing: border-box;
}

#header-bar a {
  font-family: "Helvetica Neue";
  font-size: 14px;
  color: var(--white);
  text-decoration: none;
  margin: 0 10px;
}

#header-menu {
  width: 100%;
  background-color: var(--blue);
  /* padding: 30px 0; */
}

#header-menu .header-inner {
  max-width: 100%;
  margin: auto;
  display: flex;
  align-items: center;
  align-content: center;
}

#header-menu .header-inner img {
  max-width: 150px;
  /* display: none; */
}

#header-menu .header-inner ul {
  display: flex;
  list-style: none;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
}

.header-navigation-left, .header-navigation-right {
  width: calc(50% - 82.5px);
}

.header-navigation-left ul {
  justify-content: flex-end;
  padding: 0 40px 0 0;
  /* padding: 0; */
}
.header-navigation-right ul {
  justify-content: flex-start;
  padding: 0 0 0 40px;
  /* padding: 0; */
}

#header-menu .header-inner ul li {
  margin: 0 40px;
}

#header-menu .header-inner ul li a {
  font-family: "Helvetica Neue";
  font-size: 15px;
  font-weight: 500;
  color: var(--white);
  text-decoration: none;
  letter-spacing: 0.15em;
}













#footer-section {
  width: 100%;
  background-color: var(--blue);
  padding: 40px 0 10px 0;
}

#footer-image {
  width: 190px;
  margin: auto;
  display: block;
}

#footer-section form {
  max-width: 750px;
  margin: 40px 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: var(--white);
  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: var(--white);
  background-color: transparent;
  color: var(--white);
  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: var(--white);
  opacity: 1;
}

#footer-section form .large-label {
  width: 100%;
  font-family: "Helvetica Neue";
  font-size: 17px;
  font-weight: 500;
  color: var(--white);
  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: var(--white);
  background-color: transparent;
  color: var(--white);
  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: var(--white);
  opacity: 1;
}

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

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





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


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

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

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



.mobile-header-hamburger {
  display: none;
}
#mobile-menu-section {
  display: none;
}


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

  /* .header-navigation-left, .header-navigation-right {
    display: none;
  }

  .header-inner a {
    display: block;
    margin: auto;
  }

  #header-menu .header-inner img {
    max-width: 135px;
  } */

  #header-menu {
    width: 100%;
  }

  .header-inner {
    max-width: 100%;
    width: 100%;
  }

  #header-menu .header-inner .header-navigation-left, #header-menu .header-inner .header-navigation-right {
    display: none;
  }

  .mobile-header-hamburger {
    width: 35px;
    display: block;
    margin: 0 25px 0 auto;
    cursor: pointer;
  }

  .mobile-header-hamburger span {
    display: block;
    height: 2px;
    width: 35px;
    background-color: #FFF;
    transition: .2s;
  }
  .mobile-header-hamburger span:nth-of-type(2) {
    margin: 9px 0 0 0;
  }
  .mobile-header-hamburger span:nth-of-type(3) {
    margin: 9px 0 0 0;
  }



  #mobile-menu-section {
    display: block;
    width: 80%;
    height: 100vh;
    background-color: var(--blue);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 99;
    transform: translateX(100%);
    transition: .3s;
  }

  .mobile-menu-container {
    padding: 80px 0 0 40px;
  }

  .mobile-menu-container ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .mobile-menu-container ul li {
    margin: 10px 0;
  }

  .mobile-menu-container ul li a {
    color: #FFF;
    font-size: 22px;
    font-family: "Helvetica Neue";
    text-decoration: none;
  }

  #close-mobile-menu {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 25px;
    height: 25px;
  }








  #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;
  }







}
