#menu {
 background:#006400;
 color:white;
 border-radius: 10px;
 border: solid 2px #006400;
 display: flex;
 align-items: center;
}
#menu:hover {
 border : solid 2px #006400;
 background: #ADFF2F;
 color:red;
}

.modal.modal-fullscreen .modal-dialog {
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  max-width: none;
  position: fixed; 
  overflow: hidden;
}

svg.wave{
  overflow:hidden;
  vertical-align:middle
}
.a{
  fill:none;
}
.b{
  clip-path:url(#a)
}
.c,.d {
  fill:#006400;
}
.d {
  opacity:.5;isolation:isolate
}
.balik {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipV;
  -ms-filter: "FlipV";
}

.modal.modal-fullscreen .modal-content {
  height: auto;
  height: 100vh;
  border-radius: 0;
  border: none; 
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color:black !important;
}


.modal.modal-fullscreen .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  background: #6598d9;
  border: 0;
}

.modal.modal-fullscreen .modal-title {
  font-weight: 300;
  font-size: 2em;
  color: #fff;
  line-height: 30px;
}

.modal.modal-fullscreen .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
}

.modal.modal-fullscreen .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 60px;
  padding: 10px;
  background: #f1f3f5;
}

/*titel 1*/

.section-title p {
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: gray;
}

.section-title p::after {
  content: "";
  width: 100px;
  height: 1px;
  display: inline-block;
  background: #006400;
  margin: 4px 10px;
}

.section-title h2 {
  margin: 0;
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: #006400;
}

/*titel 1*/

.tentang-title h2 {
  font-size: 12px;
  font-weight: 500;
  padding: 0;
  line-height: 1px;
  margin: 0 0 5px 0;
  text-transform: uppercase;
  color: white;
}

.tentang-title h2::after {
  content: "";
  width: 120px;
  height: 1px;
  display: inline-block;
  background: #ADFF2F;
  margin: 4px 10px;
}

.tentang-title p {
  margin: 0;
  margin: 0;
  font-size: 35px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}

.tentang {
 display: flex;
 align-items: center;
 justify-content: center;
 width: 40px;
 height: 40px;
 border-radius: 50%;
 color: white;
 border: solid 2px #ADFF2F;
 font-size: 15px;
 background: #006400;
}

.judul {
  font-size: 20px;
  color: black;
}

@media (min-width: 576px) {
  .judul {
    font-size: 20px;
    color: black;
  }
}

@media (min-width: 768px) {
  .judul {
    font-size: 20px;
    color: black;
  }
}

@media (min-width: 992px) {
  .judul {
    font-size: 30px;
    color: black;
  }
}

@media (min-width: 1200px) {
  .judul {
    font-size: 30px;
    color: black;
  }
}