html {
  scroll-padding-top: 190px; /*ensures I am scrolling underneatch the header. Should be a litte more than header height*/
  scroll-padding-bottom: 800px;
}
body {
  margin-top: 190px;
  margin-bottom: 70px;
  font-family: Arial, sans-serif;
  background-color: #d6cec1;
}
.temp a {
  text-decoration: none;
  text-align: left;
  font-weight: bold;
  background-color: transparent;
  color: #607244;

  font-size: medium;
}

header {
  color: #d6cec1;
  padding: 10px 0;
  position: fixed;
  width: 100%;

  opacity: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
}

header ul {
  width: 100%;
  background-color: transparent;
  color: #d6cec1;
  display: block;
  padding: 10px;
  vertical-align: middle;
}

header ul li {
  background-color: transparent;
  color: #d6cec1;
  list-style-type: none;
}
header ul li a {
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  color: #d6cec1;
  font-size: medium;
}
article {
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande",
    "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-size: large;
}

footer {
  background-color: #d6cec1;
  background-image: url("Images/facebooktop_withouttext.jpg");
  background-size: cover;
  color: #d6cec1;
  padding: 10px 0;
  position: fixed;
  width: 100%;
  /*opacity: 0.5;*/
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  font-size: 18px;
}
footer a {
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  color: #d6cec1;
  font-size: medium;
}

h1 {
  color: #607244;
  font-size: 24px;
}
.tblpriser {
  border: 1px solid #d6cec1;
  width: 800px;
  height: 100vh;
}
.tblpriser tr {
  height: fit-content;
  vertical-align: bottom;
}
.priser_detail {
  vertical-align: top;
}
.spanpriser {
  background-color: #d6cec1;
  color: #607244;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
}
.spanpriser_detail {
  background-color: #d6cec1;
  color: #607244;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  font-style: italic;
}
td.name:before {
  clip: rect(0px, 780px, 20px, 0px);
  content: " ............................................................................................................................................................................................................... ";
  position: absolute;
  z-index: -1;
  color: #607244;
  font-size: 15px;
}
td.amt {
  text-align: right;
  color: #607244;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}
.priserHeader {
  color: #607244;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
  vertical-align: bottom;
}
.temp {
  color: #607244;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  height: 100vh;
}

.section {
  width: 100%;
  height: 100%;
  /*margin-top: 160px;
  padding-top: 160px;*/
}

.headertable {
  width: 100%;
  background-image: url(Images/facebooktop_withouttext.jpg);
  background-size: cover;
}
.right-menu,
.left-menu {
  visibility: hidden;
}
.hamburgerdiv {
  background-color: transparent;
  opacity: 1;
}
.hide {
  display: block;
}
.hamburgermenu,
.hidemenu,
.hamburger {
  display: none;
}

.hide {
  display: block;
}
.hidemenu {
  display: hidden;
  background-color: transparent;

  width: 100%;
  height: 100%;
  text-align: left;
}

.hamburger {
  visibility: visible;
  display: block;

  background-color: transparent;
  color: #d6cec1;

  font-size: 24px;
  cursor: pointer;
  border-color: #d6cec1;
  border-style: none;
}
.nav {
  display: hidden; /*this should be hidden when the menu is completed*/
  clear: both;
}
.logo img {
  max-width: 150px;
  display: block;
  margin: 0 auto;
  height: 150px;
}
.fblogo {
  position: relative;
  margin: 0 auto;
  height: 100;
  width: 100%;
}

.signature {
  text-align: right;
  vertical-align: bottom;

  right: 10px;
}
.signature-text {
  font-family: "Cookie";
  font-size: 24px;
  margin-right: 10px;
  margin-bottom: 0;
  vertical-align: bottom;
}
.socialmedia,
.fixed-footer {
  display: flex;
  justify-content: space-around;
  vertical-align: center;
  font-size: large;
  font-family: ".heading", cursive;
}
.socialmedia {
  list-style-type: none;
  text-align: left;
}
.socialmedia img {
  height: 30px;
  width: 30px;
}
.footertext {
  font-family: Arial, sans-serif;
  text-decoration: none;
  text-align: left;
  background-color: transparent;
  color: #d6cec1;
}
.massage,
.hypnose,
.coaching,
.contact,
.about,
.psykoterapi {
  background-color: #d6cec1;
}
.priser {
  width: 100%;
  margin-left: 10%;
}
.future {
  display: none;
}

@media all and (max-width: 1280px) {
  body {
    font-family: Arial, sans-serif;
    font-size: 14px;
  }

  footer {
    font-size: small;
  }

  footer div a {
    text-decoration: none;
    text-align: left;
    background-color: transparent;
    color: #d6cec1;
    font-size: medium;
  }

  .signature-text {
    font-family: "Cookie";
    font-size: 18px;
  }
  .footertext {
    font-size: 14px;
  }
  .priser {
    left: 10%;
    margin-left: 5%;
  }
  .tblpriser {
    width: 500px;
  }
  td.name:before {
    clip: rect(0px, 450px, 20px, 0px);
  }
}
@media all and (max-width: 800px) {
  footer {
    font-size: 10px;
  }
  .footertext {
    font-size: 10px;
  }
  .priser {
    left: 5%;
  }
  .tblpriser {
    width: 300px;
  }
  td.name:before {
    clip: rect(0px, 250px, 20px, 0px);
  }
}
