@font-face {
    src: url(fonts/ProductSans-Regular.ttf);
    font-family: Product Sans Regular;
  }
  
  @font-face {
    src: url(fonts/ProductSans-Bold.ttf);
    font-family: Product Sans Bold;
  }

  @font-face {
    src: url(fonts/ProductSans-Italic.ttf);
    font-family: Product Sans Italic;
  }
  
  html {
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    height: 100%;
  }
  
  body {
    height: 100%;
    box-sizing: border-box;
    margin: 0 auto;
    padding: 0;
  }
  
  header {
    background-color: #ffffff;
    padding: 20px;
    width: 1761px;
    margin: auto;
  }
  
  nav a {
    text-decoration: none;
    color: black;
    padding: 0 30px;
    font-family: Product Sans Bold;
  }

  nav a:hover {
    border-bottom: 5px solid #cc00cc;
    padding-bottom: 15px;
    transition: all 500ms ease;
  }

  .active {
    border-bottom: 5px solid #cc00cc;
    padding-bottom: 15px;
  }
  
  nav {
    text-align: center;
  }
  
  main {
    background-color: white;
    margin: auto;
    width: 1800px;
  }
  
  main img {
    width: 1903px;
    margin-left: -52px;
  }
  
  main h2 {
    color: #333;
    font-family: Product Sans Bold;
    margin-left: 50px;
    font-size: 30px;
    border-left: 5px solid #990099;
    padding-left: 10px;
    display: inline-block;
    margin-top: 40px;
  }
  
  .start-text {
    font-family: Product Sans Bold;
    font-size: 90px;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 2px;
    background-color: rgba(255, 255, 255, 0.763);
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
  }

  .start-text h3 {
    color: black;
    font-family: Product Sans Italic;
    font-size: 16px;
    text-align: center;
    margin-top: -60px;
    padding-bottom: 15px;
  }
  
  .textform1 {
    margin-top: -20px;
    font-size: 18px;
    margin-left: 50px;
    width: 800px;
    line-height: 1.5;
    font-family: Product Sans Regular;
    padding-bottom: 40px;
  }

  .textform2 {
    font-family: Product Sans Regular;
    font-size: 18px;
    line-height: 1.5;
    margin-right: 80px;
    float: right;
    width: 800px;
    padding-bottom: 40px;
  }

  .text-ruta {
    font-family: Product Sans Bold;
    font-size: 65px;
    text-align: center;
    position: absolute;
    top: 1120px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
  }

  .text-ruta2 {
    font-family: Product Sans Bold;
    font-size: 65px;
    text-align: center;
    position: absolute;
    top: 1300px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    height: 200px;
  }

  .text-ruta button {
    font-family: Product Sans Regular;
    font-size: 16px;
    background-color: white;
    padding: 9px 25px;
    color: black;
    border: none;
    border-radius: 50px;
  }

.text-ruta2 button {
  font-family: Product Sans Regular;
  font-size: 16px;
  background-color: white;
  padding: 9px 25px;
  color: black;
  border: none;
  border-radius: 50px;
}

.kurs-text {
  color: white;
  font-family: Product Sans Bold;
  font-size: 80px;
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
}

.Innehall-text {
  margin-top: -20px;
  font-size: 18px;
  margin-left: 50px;
  width: 900px;
  line-height: 1.5;
  font-family: Product Sans Regular;
  padding-bottom: 40px;
}

.kunskaps-ruta {
  background-color: rgba(0,0,0, 0.04);
  font-family: Product Sans Bold;
  padding-left: 40px;
  padding-top: 20px;
  padding-bottom: 80px;
  color: #4b4b4b;
}

.kunskaps-text {
  font-family: Product Sans Regular;
  color: #777777;
  line-height: 1.5;
  display: flex;
}

.betyget-E {
  padding-right: 20px;
}
.betyget-A {
  padding-right: 20px;
}

.htmlcss-header {
  position: absolute;
  top: 26%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  background-color: rgba(185, 147, 201, 0.432);
  border-radius: 20px;
  height: 150px;
}

.htmlcss-headertext {
  color: white;
    font-family: Product Sans Bold;
  font-size: 80px;
  letter-spacing: 2px;
  margin-top: -50px;
  padding: 0 15px;
}

.kontakt-header {
  color: black;
  font-family: Product Sans Bold;
  font-size: 30px;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translate(-50%, -50%);
  letter-spacing: 2px;
  background-color: rgba(163, 163, 163, 0.212);
  border-radius: 10px;
  padding: 0 12px;
}

.kontakt {
  font-family: Product Sans Regular;
  margin-top: 200px;
  background-color: rgba(163, 163, 163, 0.212);
  width: 800px;
  margin-left: 28%;
  padding: 20px;
  border-radius: 5px;
  margin-bottom: 200px;
}

input[type=text], textarea {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=email] {
  width: 100%;
  padding: 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-top: 6px;
  margin-bottom: 16px;
  resize: vertical;
}

input[type=submit] {
  background-color: #4CAF50;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

input[type=submit]:hover {
  background-color: #45a049;
}

footer {
  background-color: #dbdbdb;
  padding: 7px 7px;
}

footer p {
  font-family: Product Sans Regular;
  text-align: center;
  color: white;
  font-size: 15px;
}

footer a {
  color: white;
  text-decoration: none;
}
