body {
  font-family: Muli;
  line-height: 25px;
  font-size: 17px;
  background: linear-gradient(135deg, #ADD8E6 50%, transparent 50%);
}

.wrapper {
  max-width: 1200px;
  /* Change this to your desired max-width */
  margin: 0 auto;
  /* Center the container */
  padding: 0 20px;
  /* Add some padding */
}

#headerdesktop {
  display: block;
  font-weight: 900;
  text-shadow: 2px 2px #106a91;
  width: 800px;
  color: white;
  font-size: 18px;
  float: right;
  font-style: "cursive";
  margin: 0 auto;
  margin-top: -150px;
  max-width: 1200px;
  color: #121212;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.3), 0px -4px 10px rgba(255, 255, 255, 0.3);
}

form {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 70%;
  margin: 0 auto;
}

input[type="text"],
input[type="date"],
input[type="tel"],
input[type="email"],
textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
}

select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

/* Style submit button */

input[type="submit"] {
  background-color: #4CAF50;
  color: white;
  padding: 16px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s;
  font-size: 16px;
}

input[type="submit"]:hover {
  background-color: #3e8e41;
}

tr,
td {
  border: 1px solid lightblue;
}



footer {
  background-color: #106a91;
  color: #fff;
  padding: 20px;
  text-align: center;
  margin: 30px;
  min-height: 200px;
  display: block;
  background-repeat: no-repeat;
  background-position: right;
  background-size: contain;
  margin: 10px;
  color: white;
  text-align: center;
}

.container {
  overflow: hidden;
  display: flex;
  align-items: center;
}

.left,
.right {
  float: left;
  padding: 2%;
  margin: auto;
}

hr {
  clear: both;
  margin: 3px;
}

img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  opacity: 1.0;
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}

.topnav {
  overflow: hidden;
  background-color: #106a91;
  border-radius: 2px;
  margin: 10px;
}

.topnav a {
  color: white;
  line-height: 60px;
  text-decoration: none;
  display: block;
  height: 40px;
  font-size: 18px;
  cursor: pointer;
  text-align: center;
  background-color: #106a91;
  border-bottom: solid 3px white;
  padding: 5px;
  margin: 10px;
  text-shadow: 2px 7px 5px rgba(0, 0, 0, 0.6), 0px -4px 10px rgba(255, 255, 255, 0.3);
}

.topnav a:hover {
  background-color: white;
  color: black;
}

.main {
  padding: 46px;
  border-radius: 30px;
  background-color: rgba(255, 255, 255, 0.8);
  /* white color with 80% opacity */
}

.main * {
  opacity: 1;
  /* set full opacity for all child elements of .main */
}

.read-more {
  display: none;
  padding: 16px;
}

.show-more {
  display: block;
  background-color: #ddd;
  color: black;
  text-align: center;
  padding: 16px;
  cursor: pointer;
}

.show-more:hover {
  background-color: #bbb;
}

/*---------------------------------------------------------------------------------------MOBILE-----------------------------------------------*/

/*---------------------------------------------------------------------------------------MOBILE-----------------------------------------------*/

/*---------------------------------------------------------------------------------------MOBILE-----------------------------------------------*/

/*---------------------------------------------------------------------------------------MOBILE-----------------------------------------------*/

@media only screen and (max-width: 768px) {
  .main {
    padding: 10px;
    margin-top: 20px;
  }
  .show-more {
    margin-bottom: 20px;
  }
  .topnav {
    width: 90%;
    margin: 0 auto;
  }
  .image-container img {
    width: 3px;
  }
  .topnav a:not(:first-child) {
    display: none;
  }
  .topnav .icon {
    display: block;
    background-color: #106a91;
    height: 40px;
    width: 40px;
    margin-top: 15px;
    margin-right: 50px;
    position: absolute;
    top: 0;
    right: 0;
  }
  .topnav.responsive a.icon {
    position: fixed;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: center;
    height: 50px;
    font-size: 20px;
    line-height: 50px;
    margin: 0;
    padding: 0;
    color: white;
  }
  .topnav.responsive a:hover {
    color: black;
  }
  #desktop {
    height: 0px;
  }
  #mobielfooter {
    background-image: url("KIEN.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: block;
    width: 100%;
    height: 200px;
  }
  #mobiel {
    background-color: #106a91;
    height: 200px;
    margin-top: -10px;
    display: block;
    width: 90%;
    margin: 0 auto;
    margin-top: -10px;
    background-image: url("KIEN.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }
  .container {
    display: inline-block;
    cursor: pointer;
  }
  .bar1,
  .bar2,
  .bar3 {
    width: 40px;
    height: 3px;
    background-color: #FFF;
    margin: 6px 0;
    transition: 0.4s;
  }
  .change .bar1 {
    transform: translate(0, 11px) rotate(-45deg);
  }
  .change .bar2 {
    opacity: 0;
  }
  .change .bar3 {
    transform: translate(0, -7px) rotate(45deg);
  }
  #footerlink {
    display: block;
    color: white;
    width: 70%;
    line-height: 30px;
    border: solid 1px white;
    margin: 0 auto;
    padding: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    border-radius: 3px;
  }
  
  h4{
    font-size:16px;
    line-height:16px;
      background-image: url("hand.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: 20px;
  display: block;
    padding-left:20px;

  }
}

/*----------------------------------------------------------DESKTOP-----------------------------------------------*/

/*----------------------------------------------------------DESKTOP-----------------------------------------------*/

/*----------------------------------------------------------DESKTOP-----------------------------------------------*/

/*----------------------------------------------------------DESKTOP-----------------------------------------------*/

@media only screen and (min-width: 768px) {
  h4 {
  background-image: url("hand.png");
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
  display: block;
  width: 100%;
  padding-left: 60px;
  line-height: 25px;
  font-size: 20px;
 
}
  #kienlogo {
    position: absolute;
    z-index: 1;
    margin-top: -170px;
  }
  #footerlink {
    display: none;
  }
  .topnav {
    margin-top: 200px;
    margin-left: 300px;
  }
  .bak {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10px;
  }
  footer {
    background-image: url("KIEN.png");
  }
  .item {
    box-sizing: border-box;
    flex-basis: calc(50% - 20px);
    margin-bottom: 40px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .item img {
    display: block;
    height: 300px;
    padding: 20px;
    max-width: 100%;
    align-content: center;
  }
  .item h2 {
    font-size: 24px;
    margin-top: 0;
  }
  .item p {
    font-size: 16px;
    margin-bottom: 0;
  }
  body {
    width: 1200px;
    margin: 0 auto;
  }
  .team {
    width: 90%;
  }
  .topnav {
    display: flex;
    justify-content: center;
  }
  .topnav a {
    float: left;
    display: inline-block;
  }
  .topnav .icon {
    display: none;
  }
  #mobile {
    height: 0px;
    margin: 0;
    padding: 0;
  }
}