html {
  font-size: 16px;
  color: #222;
}
@media (min-width: 960px) {
  html {
    font-size: 14.2px !important;
  }
  .uk-container {
    max-width: 960px !important;
  }
  .cover h1 {
    margin-top: 30px !important;
  }
}
* + address,
* + dl,
* + fieldset,
* + figure,
* + ol,
* + p,
* + pre,
* + ul {
  margin-top: 12px;
}
address,
dl,
fieldset,
figure,
ol,
p,
pre,
ul {
  margin: 0 0 12px 0;
}

/* ================================== */

.cover {
  padding: 0;
  background: rgb(40, 131, 255);
  background: linear-gradient(145deg, rgba(40, 131, 255, 1) 23%, rgba(33, 84, 208, 1) 65%, rgba(167, 54, 227, 1) 100%);
  background: #333;
  background: linear-gradient(145deg, #333 23%, #444 65%, #222 100%);
  background: #fff;
}
.cover-inner {
  height: 100%;
  background-image: url("../images/bertaman-back.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;

  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.cover-inner-overlay {
  background-color: #000;
  opacity: 0.5;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 10;
}
.img-rumput {
  z-index: 11;
  position: absolute;
  bottom: 0;
}

.cover .content {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);

  padding: 0;
  z-index: 12;
}
.cover h1 {
  color: #fff;
  font-size: 4rem;
  margin: 0;
  margin-top: 15px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
}
.cover .uk-text-lead {
  font-size: 1.3rem;
  font-weight: 500;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  margin: 0;
  padding: 5px 10px;
  border-radius: 1rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.cover .uk-card {
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 3px;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.45);
}
.cover .uk-card > :last-child {
  margin-bottom: 0;
}
.cover .uk-card .tmn-notify {
  text-align: center;
  background: #222;
  color: #fff;
  padding: 20px 10px;
  font-size: 1.5rem;
  margin: 35px -20px 0;
}
.cover .uk-card .tmn-social {
  font-size: 14px;
  background: #fff;
  margin: 0 -20px 20px;
  padding: 12px 10px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .3);
}
.cover .uk-card .tmn-social a:hover {
  text-decoration: none;
}
.cover .uk-card .tmn-social svg,
.cover .uk-card .tmn-social img {
  display: inline-block;
  width: 32px;
  width: 28px;
  margin-bottom: 4px;
}

.info-gambar {
  text-align: center;
  font-size: 13px;
  color: #888;
  padding-bottom: 20px;
}

@media (max-width: 960px) {
  .cover h1,
  .cover .uk-text-lead,
  .cover .uk-card {
    text-align: center;
  }
  .cover h1 {
    font-size: 3rem;
  }
  span.block-on-mobile-md {
    display: block;
  }
}
@media (max-width: 600px) {
  .cover .content {
    width: 92vw;
  }
  span.block-on-mobile {
    display: block;
  }
  .cover .uk-card .tmn-notify span.ntf-large {
    font-size: 2rem;
  }
  .cover .uk-card .tmn-notify span.ntf-small {
    font-size: 1.3rem;
  }
}



/* ================================== */

.kontak-whatsapp {
  line-height: 1rem;
  text-align: center;
  background: #e6e7e8;
  padding: 5px;
  border-radius: 6px;
  position: fixed;
  right: 10px;
  bottom: 30px;
  /*animation: animate-updown .6s linear infinite;*/
  animation: animate-shake 4.72s ease infinite;
  transform-origin: 50% 50%;
  z-index: 21;
}
.kontak-whatsapp a {
  color: #258d0a;
  text-decoration: none;
}
.kontak-whatsapp svg {
  width: 42px;
  margin-bottom: 4px;
}
.kontak-whatsapp .uk-text-small {
  font-size: 11px;
}

.svg-shadow {
  -webkit-filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.4));
}

@media (max-width: 960px) {
  .footer .kontak b {
    display: inline;
    padding-right: 5px;
  }
  .kontak-whatsapp a {
    font-size: 12px;
  }
  .kontak-whatsapp .uk-text-small {
    font-size: 10.2px;
  }
}

/* https://stackoverflow.com/a/35990666  */
@keyframes animate-updown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-3px);
  }
}
/* https://codepen.io/dmytrous/pen/vgoWxY  */
@keyframes animate-shake {
  0% {
    transform: translate(0, 0);
  }
  1.78571% {
    transform: translate(5px, 0);
  }
  3.57143% {
    transform: translate(0, 0);
  }
  5.35714% {
    transform: translate(5px, 0);
  }
  7.14286% {
    transform: translate(0, 0);
  }
  8.92857% {
    transform: translate(5px, 0);
  }
  10.71429% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(0, 0);
  }
}

.st0 {
    fill: #4267B2;
}
.st1 {
    fill: url(#SVGID_1_);
}
.st2 {
    fill: #FFFFFF;
}
.st3 {
    fill: #C2191E;
}
.st4 {
    fill: #1DA1F3;
}
.st5 {
    fill: #FEFE00;
}
.st6 {
    fill: #25D366;
    stroke: #FFFFFF;
    stroke-width: 5;
    stroke-miterlimit: 10;
    fill: #27bc00
}
.st7 {
    fill: #CB2027;
}
.st8 {
    fill: #0077B5;
}
.st9 {
    fill: url(#SVGID_2_);
}
.st10 {
    fill: url(#SVGID_3_);
}
.st11 {
    fill: #FF004F;
}
.st12 {
    fill: #00F7EF;
}
.st13 {
    fill: #5181B8;
}
.st14 {
    fill: #395976;
}
.st15 {
    fill: #F58220;
}
.st16 {
    fill: #E6162D;
}
.st17 {
    fill: #FF9933;
}