* {
  text-decoration: none;
  margin: 0px;
  padding: 0px;
}
body {
  margin: 0px;
  padding: 0px;
  font-family: "Open Sans", sans-serif;
}
.wrapper {
  width: 100%;
  margin: auto;
  position: relative;
}
.logo a {
  font-size: 40px;
  float: left;
  font-family: courier;
  color: #364f6b;
}
.logo{
    background: transparent;
}

.navmain{
    background: transparent;
}
.menu {
  float: right;
  background: transparent;
}
nav {
  width: 100%;
  margin: auto;
  display: flex;
  line-height: 80px;
  position: fixed;
  background: #B7D3DF;
  background: transparent;
  top: 0;
  z-index: 10;
}
nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
nav ul li {
  float: left;
}
nav ul li a {
  color: black;
  font-weight: bold;
  text-align: center;
  padding: 0px 16px 0px 16px;
  text-decoration: none;
}
nav ul li a:hover {
  text-decoration: underline;
}
section {
  margin: auto;
  display: flex;
  margin-bottom: 50px;
}
.kolom {
  margin-top: 50px;
  margin-bottom: 50px;
}
.kolom .deskripsi {
  font-size: 20px;
  font-weight: bold;
  font-family: "comic sans-ms";
  color: #364f6b;
}
h2 {
  font-family: "comic sans ms";
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 20px;
  color: #364f6b;
  width: 100%;
  line-height: 50px;
}
a.tbl-biru {
  background: #3f72af;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 20px 15px 20px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
}
a.tb1-biru:hover {
  background: #fc5185;
  text-decoration: none;
}
a.tbl-pink {
  background: #fc5185;
  border-radius: 20px;
  margin-top: 20px;
  padding: 15px 20px 15px 20px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
}
a.tbl-pink:hover {
  background: #3472af;
  text-decoration: none;
}
p {
  margin: 10px 0px 10px 0px;
  padding: 10px 0px 10px 0px;
}
.tengah {
  text-align: center;
  width: 100%;
}
.tutor-list {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.kartu-tutor {
  width: 20%;
  margin: 0 auto;
}
.kartu-tutor img {
  width: 70%;
  border-radius: 50%;
  height: 70%;
}
.kartu-tutor p {
  font-family: "comic sans ms";
  font-weight: 800;
  font-size: 25px;
  text-align: center;
  color: #364f6b;
}
.partners-list {
  width: 100%;
  position: relative;
  display: flex;
  float: left;
  flex-wrap: wrap;
}
#home {

  background-color: #b7d3df;
  padding-left: 200px;
  padding-right: 200px;
}
.img-home{
    margin-right: 30px;
    margin-top: 30px;
}
.gelombang{
    margin-top: -50px;
}
.gelombang2{
    position: relative;
    top: 20px;
}
#courses{
  padding-left: 200px;
  padding-right: 200px;
  top: -900px;
}
#contact{
  padding-left: 100px;
  padding-right: 100px;
  margin: auto;
}
.kaertu-partners {
  width: 20%;
  margin: 0 auto;
}
.kaertu-partners img {
  height: 180px;
  width: 150px;
  border-radius: 50%;
}
#contact {
  background: #B7D3DF;
  padding: 50px 0px 50px 0px;
}
.footer {
  width: 100%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  padding-left: 80px;
  padding-right: 80px;
  top: -80px;
}
.footer-section {
  width: 20%;
  margin: 0 auto;
}
h3 {
  font-family: "comic sans ms";
  font-weight: 800;
  font-size: 30px;
  margin-bottom: 20px;
  color: #364f6b;
  width: 100%;
  line-height: 50px;
  height: 50%;
}
#copyright {
  text-align: center;
  width: 100%;
  padding: 50px 0px 50px 0px;
  margin-top: 50px;
}
@media screen and (max-width: 991) {
  .wrapper {
    width: 90%;
  }
  .logo a {
    display: block;
    width: 100%;
    text-align: center;
  }
  nav.menu {
    width: 100%;
    margin: 0;
  }
  nav.menu ul {
    text-align: center;
    margin: auto;
    line-height: 60px;
  }
  nav.menu ul li {
    display: inline-block;
    float: none;
  }
  section {
    display: block;
  }
  section img {
    display: block;
    width: 100%;
    height: auto;
  }
  .kartu-tutor {
    width: 50%;
  }
  .kartu-partner {
    width: 50%;
  }
}
