body::-webkit-scrollbar {
  display: none;
}

body {
    background-size: auto;
    background-color: #f1f1f1;
    background-image: url(./BH4.jpg);
    background-repeat: no-repeat;
    overflow-y: auto;
    background-position: top center;
    font-family: Verdana, Geneva, Tahoma, sans-serif;

  }
  
  /* Center website */
  .main {
    max-width: 1060px;
    margin: auto;
    margin-top: 295px
  }

  #myBtnContainer {
    text-align: center;
  }
  .row {
    margin: -10px -6px;
  }
  
  /* Add padding BETWEEN each column */
  .row,
  .row > .column {
    padding: 0px;
  }
  
  /* Create three equal columns that floats next to each other */
  .column {
    margin: 10px 10px 10px 10px;
    float: left;
    width: 23%;
    display: none; /* Hide all elements by default */
  }
  
  /* Clear floats after rows */ 
  .row:after {
    content: "";
    display: table;
    clear: both;
  }
  
  /* Content */
  .content {
    background-size: auto;
    /*background-image: url(./BGKCL.jpg);*/
    background-repeat: no-repeat;
    background-position: bottom center;
    border-radius: 5px;
    background-color: #00408a;
    height: 360px;
    box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.794);
  }
  
  /* The "show" class is added to the filtered elements */
  .show {
    display: block;
  }
  
  /* Style the buttons */
  .btn {
    
    border: 2px solid #4CAF50;
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    border-radius: 5px;
    width: 39%;
    padding: 18px 0px;
    background-color: #00346f;
    cursor: pointer;
  }
  
  .btn.active {
    background-color: #002651;
    color: white;
    box-shadow: 5px 5px 5px rgba(255, 255, 255, 0.794);
    text-decoration: underline;
  }


/* -------------------- */


img{
  border-radius: 5px;
  clip-path: circle(75% at 50% 30%);
}

body h1,h2{
  display: block;
  background: #fff -webkit-linear-gradient(left, #18026b, #18026b) no-repeat 0 0/30px;
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color:#ffffff79;
  -webkit-animation: sweep 12s ease-in infinite;
          animation: sweep 12s ease-in infinite;
  margin-top: 1px;
  margin-bottom: 1px;
}


p{ 
    text-align: justify;
    margin-top: 7px;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    display: block;
    background: yellow -webkit-linear-gradient(left, rgb(255, 255, 255), rgb(255, 255, 255)) no-repeat 0 0/30px;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: yellow;
    -webkit-animation: sweep 12s ease-in infinite;
            animation: sweep 12s ease-in infinite;
}


a{
    text-decoration: none;
}

h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 43px;
    font-weight: 800;
}
h2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    font-weight: 700;
}


h4{
  /*batasi karakter teks*/
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis;
  /*batasi karakter teks*/
  position:static;
  margin-top: -5px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  margin-left: 5px;
  display: block;
    background: #fff -webkit-linear-gradient(left, #18026b, #18026b) no-repeat 0 0/30px;
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color:#ffffff79;
    -webkit-animation: sweep 12s ease-in infinite;
            animation: sweep 12s ease-in infinite;
}


[id^=modal] {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
}
[id^=modal]:target {
    display: block;
}
input[type=checkbox] {
    position: absolute;
    clip: rect(0 0 0 0);
}

.popup {
    width: 100%;
    height: 100%;
    z-index: 2;    
    vertical-align: middle;
}
.popup__overlay {
    position: fixed;
    z-index: 1;
    display: block;
    height: 100%;
    width: 100%;
}
.popup__wrapper {
    position: fixed;
    z-index: 3;
    width: 100%;
    height: 100%;
    background-color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
}
.popup__close {
    position: absolute;
    bottom: 100px;
    right:20px;
    color: rgba(0, 0, 0, 0);
    font-size:400px;
    text-decoration: none;
}


@font-face {
  font-family: 'Raleway';
  src: url('./raleway.medium.ttf');
}

/*light sweap */
@-webkit-keyframes sweep {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 2000% 2000%;
    }
  }
  
  @keyframes sweep {
    0% {
      background-position: 0 0;
    }
    100% {
      background-position: 2000% 2000%;
    }
  } 