/**
 * fil: css/uddannelseskatalog.css
 **/

:root {
  --lavender: #CAC5CC;
  --white: #ffffff;
  --sand: #EAC0AE;
  --green: #cccdc9;
  --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: 2%;
  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 */
.line {
  border-bottom: 5px solid red;
  border-color: var(--green);
}

#overskrift {
  text-align: center;
  padding-right: 20%;
  padding-left: 20%;
  padding-top: 3%;
}

.line2 {
  border-bottom: 1px solid red;
  border-color: var(--purple);
  margin-left: 35%;
  margin-right: 35%;
}

#beskrivelse {
  text-align: center;
  padding-top: 2%;
  padding-right: 25%;
  padding-left: 25%;
}

#udvalg {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-content: center;
  padding-bottom: 5%;
}

.input1 {
  display: flex;
  align-content: flex-start;
  padding-top: 3%;
  padding-left: 15%;
}
.input2 {
  display: flex;
  justify-content: center;
  align-content: center;
  padding-top: 3%;
}

.input3{
  display: flex;
  align-content: flex-end;
  padding-top: 3%;
  padding-right: 15%;
}

figcaption {
  font-size: 16px;
  color: var(--sort);
  font-family: 'Poppins';
  padding-bottom: 2px;
  margin-top: 2%;
  line-height: 2.5;
  text-align: center;
  border-top: 1px solid red;
  border-color: var(--purple);
}

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