/**
 * fil: css/pshh.css
 **/
:root {
  --lavender: #CAC5CC;
  --white: #ffffff;
  --sand: #EAC0AE;
  --green: #729D58;
  --purple: #7D6167;
  --orange: #C46931;
  --hvid: #F7FBEE;
  --footer: #f7f4f3;
  --sort: #1F1F1E;
}
/*
font-family: 'Cormorant Garamond', serif;
font-family: 'Montserrat', sans-serif;
font-family: 'Poppins', sans-serif;
*/


body {
  background-color: var(--white);
  margin: auto;
}

/* Header */
header {
  padding: 10px;
  padding-top: 1%;
  padding-bottom: 1%;
  height: 50px;
}

#headline {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}

.menu {
  justify-content: flex-start;
  width: 30%;
}

.logohead {
  justify-content: center;
  width: 30;
}

.fyld {
  justify-content: flex-end;
  width: 30%;
}

/* Menu-kanppen */
.dropbtn {
  border: none;
  background-color: var(--white);
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: fixed;
  background-color: var(--white);
  min-width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
  float: left;
  font-family: 'Poppins', sans-serif;
}


.dropdown-content a {
  color: var(--sort);
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {background-color: #ddd;}
.dropdown:hover .dropdown-content {display: block;}

/* main */

#startvideo {
  margin: auto;
  margin-bottom: 5px;
}

.landing {
  max-width: 100%;
  min-width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.line {
  border-bottom: 5px solid red;
  border-color: var(--lavender);
}

#titel {
  text-align: center;
  margin-bottom: 5%;
  padding-left: 15%;
  padding-right: 15%;
}


.beskrivelse {
  padding-left: 20%;
  padding-right: 20%;
}

.line2 {
  border-bottom: 3px solid red;
  border-color: var(--lavender);

}

#foratderkan {
  padding-left: 25%;
  padding-right: 25%;
}

#benk {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

#jeggikentur {
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 2%;
  padding-bottom: 2%;
}

#marken {
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 1%;
  padding-bottom: 2%;
}

#himmel{
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.line3 {
  border-bottom: 3px solid red;
  border-color: var(--lavender);
  margin-left: 22%;
  margin-right: 22%;
}

#skaberglaede{
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 1%;
  padding-bottom: 2%;
}

#eksempler {
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 1%;
  padding-bottom: 2%;
}

#se {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}

.se {
  padding-left: 16%;
  padding-right: 16%;
}

#bevidst {
  padding-left: 25%;
  padding-right: 25%;
  padding-top: 1%;
  padding-bottom: 2%;
}

#smil {
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 3%;
}

#slut {
  text-align: center;
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 1%;
  padding-bottom: 2%;
}


  /* footer */
  #footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-around;
    justify-content: space-between;
    height: 250px;
    margin-top: 10px;
    background-color: var(--footer);
    padding-top: 20px;
  }

  .footermenu {
    font-family: 'Montserrat', sans-serif;
    text-decoration: none;
    color: var(--sort);
    justify-content: flex-start;
    padding-left: 3%;
  }

  .atype {
    text-decoration: none;
    color: var(--sort);
    display: block;
    list-style-type: square;
    padding: 5px;
    line-height: 2.5;
  }



  .logofooter {
    justify-content: center;
    text-align: center;
    font-style: oblique;
  }

  .socialmedie{
    justify-content: flex-end;
    padding-right: 3%;
  }

  .btype {
    display: inline-block;
    padding: 5px;
  }

  /* Typografi */
  h1 {
    font-size: 50px;
    color: var(--sort);
    font-family: 'Cormorant Garamond', serif;
  }

  h2 {
    font-size: 18px;
    color: var(--sort);
    font-family: 'Poppins';
    line-height: 2.5;

  }

  h3 {
    font-size: 30px;
    color: var(--sort);
    font-family: 'Cormorant Garamond', serif;
    font-style: bold;
    line-height: 2.5;

  }

  h4 {
    font-size: 16px;
    color: var(--sort);
    font-family: 'Poppins';
    padding-bottom: 2px;
    line-height: 2.5;
  }

  h5 {
    font-size: 18px;
    color: var(--sort);
    font-family: 'Montserrat', sans-serif;
    line-height: 2.5;
  }

  h6 {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    line-height: 1.5;
  }

  p {
    font-family: 'Montserrat', sans-serif;
    line-height: 2;
  }
