@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');


html{
  position: relative;
  padding: 0;
  /*font-family: sans-serif;*/
  color: #222;

}

body {
  position: relative;
  margin-bottom: 0;
  width: cover;
  margin-top: 0;
  padding-top: 0;
  background-color: #ffffff;

}

.historis{
  font-size: 18px;
}

.container {
  position: relative;
  width:cover;
  padding: 0 !important;
  margin:0 auto;
}

.container-fluid {
  position: relative;
  width:cover;
  padding: 0 auto;
  margin:0 auto;
}

.language {
  position: relative;
  top: 50%;
  border-color:#008080;
  right: 50%;
  font-family: tahoma, sans-serif;
  width: cover !important;
}

/*menghilangkan panah select*/
.language select {
  appearance: none;
  -webkit-appearance:none;
  -moz-appearance:none;
  background-color: #008080;
  color: #ffffff;
}

.language select:hover {
  color:  #ffffff;
  background-color: #ff0000;
}

.cardimg {
  position: relative;
  overflow: hidden;
  float: right;
}
.cardimg:hover {
  width: 150%;
  height: 150%;
  transition: width 10s;
 }

.slider h3,
.slider h5,
.clients h3 {
   text-shadow: 2px 2px 4px rgba(0,0,0,0.5);

}

.header2 {
   display: none;
   
}

/*Navbar sticky*/

.sticky.navbar {
  position: relative;
  border-radius: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.sticky.is-sticky {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 500;
  height: 60px;
  box-shadow: 1px 5px 10px #003300;
}
.sticky.is-sticky.navbar {
  background-color: #ffffff;
}

/*navbar*/

.nav-wrapper {
  text-align: center;
}

.navbar {
  background-color: #ffffff;
  opacity: 1;
}

.sidenav-trigger{
  color: #008080;
  size: 150%;
}


.nav {
  background-color: #ffffff;
  padding-top: 10px;

}
.brand-logo {
  color: #008080 !important;
  font-size: 27px !important;
  padding-top: 10px;
  left: 3%;

}

.navbar:hover {
  opacity: 1;
}

.navbar-nav {
  text-color: #000 !important;
  text-shadow: 1px 1px 1px #fff;
  letter-spacing: 1px;
  }

.nav-link {
  font-size: 1.18em !important;
  margin-left: 25px;
  padding-right: 25px;
  text-align: center !important;
  padding-bottom: 1px;

}

.navbar-brand {
    position: absolute;
    text-align: left;
    font-weight: 200px;
    font-size: 150%;
    color: #ffffff !important;    
}

.navbar-toggler {
  padding-top: 5px;
  padding-bottom: 5px; 
  border-radius: 5px;
  border-color: #000000 !important;
  color: #000000 !important;
  font-family: Arial, sans-serif;

}

.navbar-toggler:hover {
  background-color: #ffffff;
  border-color: #000 !important;
  color: #ff0000 !important;

}

.navbar a:hover{
  text-decoration-color: #006600;
  transition: 5s paused;
  box-shadow: 0px 2px 0px #006600;
  border-radius: 0;
}

.nav-item {
color: #008080 !important;
}

.nav-item:hover {
color: #006600 !important;
transition-delay: 5s;
}

.dropdown-menu {
  width: cover;
  float: right;
  padding: 5px;
  line-height: 60%;
  box-shadow: 0px 2px 0px #004d00;
}

/*.dropdown .dropdown-menu{
  display: block; 
  opacity:0;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 800ms ease-in;
}*/

.dropdown:hover>.dropdown-menu {
    display: block;
    opacity: 1;
}

.dropdown-toggle:after {
    display:none;
}

.dropdown-item {
  background-color: #ffffff;
  /*font-weight: bold;*/
  letter-spacing: 2px;
  padding: 5px;
  color:  #009999;
  text-align: left;
}

.card-header {
  text-align: center;
  background-color: #66c2ff;
  opacity: 0.95; 
  color: #ffffff; 
  text-shadow: 1px 1px 1px #000; 
  width: 100%; 
  margin-bottom: 3%;
}

.card-header a {
    color: #fff;
    background: none;
}

.card-body i {
    font-size:22px; 
    color: #008080;
}

.card_navigasi_admin {
    border: none;
    list-style: none;
    padding: 1rem;
    margin-bottom: 1rem;
}

.card_navigasi_admin a:hover {
    text-decoration : none;
    box-shadow: 0px 3px 0px #ff0000;
    color: #ff0000;
}

.card_help {
  position: fixed;
  height: 80px;
  bottom: 2%;
  left: 30%;
  opacity:0.9;
  filter: alpha(opacity=40);
  background-color:#66c2ff;
  margin: 50%;
  font-weight:bold;
  border:3px solid #FFFFFF;
  line-height: 2;
}

.card_help li {
  color: #ffffff;
  size: 110%;
  margin-left: -18px;
}

.card_help:hover {
  text-decoration: none;
  opacity: 1.0;
  filter: alpha(opacity=100); 
  background-color: #0000cc;
  transition: 1s ease;
}

.carousel-inner img {
  width: cover;
  height: cover;
  min-height: 560px;
}

.carousel-item {
  width: cover;
  height: cover;
 /* max-height: 500px;*/
}

.carousel-caption {
  position: absolute;
  top: 35%;
  transform: translateY(-15%);

}

.carousel-caption h1 {
  font-size: 300%;
  text-transform: uppercase;
  text-shadow: 1px 1px 15px #800080, 1px 1px 5px #800000;
}

.carousel-caption h3 {
  font-size: 150%;
  text-shadow: 1px 1px 5px #ffffff;
  padding-bottom: 1rem;
}

.carousel-indicators {
  display: none;
}

.carousel-control-prev,
.carousel-control-next {
  opacity: 0;
  bottom: 30%;
}

.carousel-control-prev:hover,
.carousel-control-next:hover {
  opacity: 1;
}

.btn-primary {
background-color: #6648b1;
border: 1px solid #563d7c;
}

.btn-primary: hover {
background-color: #563d7c;
border: 1px solid #563d7c;
}

.social-icon1,
.social-icon2,
.social-icon3 {
 color: #ffffff !important;
}

.social-icon1:hover,
.social-icon2:hover,
.social-icon3:hover {
 color: #ff0000 !important;
}

.social-icon4,
.social-icon4,
.social-icon4 {
 color: #008080 !important;
}

.social-icon4:hover,
.social-icon4:hover,
.social-icon4:hover {
 color: #ff0000 !important;
}

.social-colom {
  padding: 0;
}
.payment-icon {
 color: #006600 !important;
 font-size: 250% !important;
}

.payment-icon:hover {
 color: #ff0000 !important;
}

.wise-text {
  position: relative;
  /*background-color: #ffffff;*/
  /*background-repeat: no-repeat;*/
  text-shadow: 3px 3px 2px #0066ff;
  color: #FF0000;
  font-weight: 100;
  padding: 0;
  width: cover;
  height: cover;
  overflow: hidden;
  }

.jumbotron-fluid {
  background-color: #ffffff;
  opacity: 1;
  background-repeat: no-repeat;
  text-shadow: 1px 1px 10px #fff;
  color: #FF0000;
  font-weight: 100;
  padding: 0;
  width: cover;
  height: cover;
  overflow: hidden;
  }


.carousel-adv {
    display: inline !important;
    float: left;
    list-style: none;
    animation-delay: none;
    min-height: 190px;
    max-height: 190px;
    position: relative;
    -webkit-animation: mymove 10s infinite; /* Safari 4.0 - 8.0 */
    -webkit-animation-timing-function: linear; /* Safari 4.0 - 8.0 */
    animation: mymove 20s infinite;
    animation-timing-function: linear;
}

.card-columns {
  @include media-breakpoint-only(lg) {
    column-count: 4;
  }
  @include media-breakpoint-only(xl) {
    column-count: 5;
  }
}

.form-login {
    width: 25%; 
    text-align: left;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
    from {left: 0%;}
    to {left: 60%;}
}

@keyframes mymove {
    from {left: -90%;}
    to {left: 60%;}
}

/* Safari 4.0 - 8.0 */

.carousel-adv img{
  float: left !important;
  max-height: 100%;
  white-space: none;
}

.carousel-adv:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused;
}

figure {
  position: relative;
  width: 100%;
  height: 50%;
  margin: 0!important;
  text-align: center;
  text-shadow: 1px 1px 3px #ffffff;
  padding: 0 !important;

}

.fixed-wrap h2{
  position: relative;
  line-height: 450px;
  width: 100%;
  height:100%;
  color: #ffffff;
  font-size: 275%;
  margin: 0px;
  background-color: rgba(0, 220, 255,.7);
  /*-webkit-animation: mymove 4s infinite;  Safari 4.0 - 8.0 
    animation: mymove 4s infinite;*/
  position: relative;
  background-size: cover;

}


.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

figure .fixed {
  background-image: url('../img/gedung01.png');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}

.fun a {
  padding: 0rem;
}

.fun a : hover {
  color: #d5d5d5;
}

.fun:hover>.row {
      display: block;

}

.contact {
background-color: #004d4d;
color: #d5d5d5;
padding-right:0 !important;
padding-left:0 !important;
margin-left: 1.25%;
margin-right: 0;
width: 97.5%
}

hr.light {
  border-top: 1px solid #d5d5d5;
  width: 75%;
  margin-top: .8rem;
  margin-bottom: 1rem;
}

.fun {
position: sticky;
width: 100%;
margin-bottom: 2rem;
}

.gif {
  max-width: 100%;
}

.footer {
  background-color: #333;
  font-size: 1px;
  width: cover;
}

.footer img:hover {
   size: 200%;  
}

.donate {
  background-color: #eee;
  min-height: 650px;

}

.donatereport {
  padding: 20px;
}

.card_new {
  position: relative;
  bottom: 1%;
  center: 0;
  opacity:70;
  background-color:#2A2727;
  margin: 70%;
  padding: 1px;
  font-weight:bold;
  border-radius:5px;
  color:#ffffff;
  border:3px solid #FFFFFF;
  line-height: 1.35;

}

.card_new:hover{
   background-color:#191717;
   font-size:100%;
   
}

.gallery_new img{
  float: left;
  margin-right: 20px;
}

.gallery_new .title{
  color: purple;
  font-weight: bold;
  text-align: justify;
  margin-bottom: 3px; 
  text-transform: uppercase;
  font-size: 100%;
  line-height: 1;
  text-shadow: 1px 1px 5px #ffffff;

}

.gallery_new .title_date{
  color: #000000;
  font-weight: bold;
  font-size: 70%;
  
}

.gallery_new .description{
  white-space: pre-wrap;
  text-indent: 3%;
  text-align: justify;
  letter-spacing: 1.8px;
  word-spacing: 1.5;
  line-height: 1.5;
  color: #000000;
  text-shadow: 1px 1px 1px #ffffff;

}


/*---Media Queries --*/

@media (max-width: 992px) {
.welcome h1 {
  font-size: 300%;

  }

.carousel-indicators {
  display: none;
}

.language {
  position: relative;
  top: 0.75%;
  margin-top: 5px !important;
  margin-bottom: 5px;
  left: 0.9%;
  font-family: tahoma, sans-serif;
  box-shadow: none;
  width: cover !important;
}
}

@media (max-width: 768px) {

 .contact {
background-color: #004d4d;
color: #d5d5d5;
padding-right:0 !important;
padding-left:0 !important;
margin-left: 1.25%;
margin-right: 0;
width: 97.5%
}


.navbar {
  position: relative;
  background-color: #ffffff;
  opacity: 1;
  padding: 1rem;
}


.navbar:hover {
  opacity: 1;
}


.nav-item {
    padding-left: 20%;
    background-color: #ffffff;
    padding-right: 5%;
    font-size: 70%;
}

.dropdown-item {
 font-size: 80%;
}

.language {
  position: relative;
  top: 0.75%;
  margin-top: 5px !important;
  margin-bottom: 5px;
  left: 0.9%;
  font-family: tahoma, sans-serif;
  box-shadow: none;
  width: cover !important;
}


.header2 img,
.header2 p  {
  display: none;
}

.dropdown .dropdown-menu{
   opacity:1;
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  transition: all 800ms ease-in;
}

.dropdown-menu img{
 display: none;
}

.carousel-caption {
  top: 20%;
}

.carousel-caption h1 {
  font-size: 175%;
 }

.carousel-caption h3 {
  font-size: 70%;
  font-weight: 100;
  padding-bottom: .2rem;
}

.carousel-caption .btn{
  font-size: 75%;
  padding: 2px 3px;
}

.welcome h1 {
  font-size: 250%;

}

.carousel-indicators {
  display: none;
}

.social-colom,
.social-header {
  display: none;
}

.jumbotron h3,
.jumbotron a {
  text-align: center;
  font-size: 80%;
  padding: 0px;
}

.jumbotron-fluid button {
  display: none;
}

.fixed-wrap h2{
  line-height: 450px;
  width: 100%;
  height:100%;
  color: #ffffff;
  font-size: 175%;
  margin: 0px;
  background-color: rgba(0, 220, 255,.4);
  position: relative;
  background-size: cover;

}

.sponsor,
.card_new,
.card_help {
  display: none;
}

.form-login {
    width: 70%; 
    text-align: left;
}

}


@media (max-width: 576px) {

.contact {
background-color: #004d4d;
color: #d5d5d5;
padding-right:0 !important;
padding-left:0 !important;
margin-left: 1.25%;
margin-right: 0;
width: 97.5%
}


.navbar {
  position: relative;
  background-color: #ffffff;
  opacity: 1;
  padding: 1rem;
}

.navbar:hover {
  opacity: 1;
}

.navbar-nav {
  position: relative;
  left : -28%;
  text-align: left;
}



.language {
  position: relative;
  top: 0.75%;
  margin-top: 5px !important;
  margin-bottom: 5px;
  left: 0.9%;
  font-family: tahoma, sans-serif;
  box-shadow: none;
  width: cover !important;
}

.header2 img,
.header2 p  {
  display: none;
}

.nav-item {
    padding-left: 20%;
    background-color: #ffffff;
    padding-right: 5%;
    font-size: 70%;
}

.dropdown-item {
 font-size: 80%;
}


.sponsor {
  display: none;

}

.carousel-caption {
  top: 5%;
}

.carousel-item {
  height: 150%;
}

.carousel-caption h1 {
  font-size: 75%;
 }

.carousel-caption h3 {
  font-size: 50%;
  font-weight: 80;
  padding-bottom: .1rem;
}

.carousel-control-prev,
.carousel-control-next {
  display: none;
}

.carousel-caption .btn{
  font-size: 50%;
  padding: .3px .5px;
}

.welcome h1 {
  font-size: 200%;

}

.carousel-indicators {
  display: none;
}

.social-colom,
.social-header {
  display: none;
}

.jumbotron-fluid h3,
.jumbotron-fluid a {
  text-align: center;
  font-size: 70%;
  padding: 0px;
}

.jumbotron-fluid button {
  display: none;
}

.carousel-inner img {
  width: 100%;
  height: 200%;

}
figure {
  display: none;
}

.fixed-wrap h2{
  /*line-height: 450px;
  width: 100%;
  height:100%;
  color: #ffffff;  
  margin: 0px;
  background-color: rgba(64,64,246,.4);
  position: relative;
  background-size: cover;*/
  display: none;
  font-size: 75%;

}

.header1 {
   display: none;
}

.header2 {
  display: block;
  background-color: #eee;
     
}

.card_new {
  display: none;
}

.card_help{
  display: none;
  padding: 0;
}

.form-login {
    width: 90%; 
    text-align: left;
}

.cardimg:hover {
  width: 100%;
  height: 100%;
  transition: width 10s;
 }

}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}




/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}

/*moving background overlay*/

/* Safari 4.0 - 8.0 */
/*@-webkit-keyframes mymove {
    50% {background-color: white;
      opacity: .5;}
}

@keyframes mymove {
    50% {background-color: yellow;
     opacity: .5;}
}

*/

/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/