/**
 * fil: index.css
 **/
:root {
  /* farver */
  --lavender: #CAC5CC;
  --white: #ffffff;
  --sand: #EAC0AE;
  --green: #cccdc9;
  --purple: #7D6167;
  --orange: #C46931;
  --hvid: #F7FBEE;
  --footer: #f7f4f3;
  --sort: #1F1F1E;
}
/*
FONTE:
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);
}

#seneste {
  margin-top: 3%;
  margin: auto;
  text-align: center!important;
}


.nyt{
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-between;
  height: 200px;
  align-items: center;
}

.venstreikon {
float: right;
width: 100%;
}

.nyttitel {
  width: 50%;
}

.højreikon {
float: left;
width: 100%;
}

.seneste {
    display: flex;
    flex-direction: row;
    justify-content: center;
    justify-content: space-between;
    height: 400px;
    align-items: center;
    margin-bottom: 5%;
}

.autumnoats {
  width: 50%;
  margin: auto;
  margin-left: 10%;
}

.mathilde {
  width: 50%;
  margin: auto;
  margin-right: 10%;
}


#pshh {
  margin-top: 15px;
  margin-bottom: 5px;
}

#mest {
  display: flex;
  flex-direction: row;
  justify-content: center;
  justify-content: space-around;
  text-align: center;
  margin-top: 3%;
  margin-bottom: 3%;
}

@media (max-width: 800px) {
#mest {
  flex-direction: column;
}
}

.lys {
  flex: 25%;
  align-self: flex-start;
  z-index: 0;
  margin-left: 5%;
}

.henriette {
  flex: 25%;
  align-self: center;
  z-index: 0;

}

.leon {
  flex: 25%;
  align-self: flex-end;
  z-index: 0;
  margin-right: 5%;
}

.skrift {
  flex: 25%;
  margin-left: 15%;
  margin-right: 15%;
}

@media (max-width: 800px) {
  .lys, .henriette, .leon {
    flex: 100%;
  }
}

#om{
  text-align: center;
  margin: auto;
  margin-bottom: 15px;
  padding: 20px;
}



/* 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;
}
