html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-family: "Assistant", sans-serif;
  color: #071c4d;
}

.jumbotron {
  /* The image used */
  background-image: url("../img/header-image.png");
  height: 650px;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border-radius: unset;
}

@media only screen and (max-width: 768px) {
  header {
    margin-top: 30px;
    padding: 100px 0 100px;
  }
  .title {
    font-size: 20px !important;
  }
}

.title {
  color: #fff;
  font-family: "Playfair Display", Serif;
  font-weight: bold;
  font-size: 40px;
  text-shadow: 0 1px 10px rgba(0, 0, 0, 0.5);
  -webkit-animation-name: title;
          animation-name: title;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
}

@-webkit-keyframes title {
  from {
    font-size: 0px;
    color: #071c4d;
  }
  to {
    font-size: 40px;
    display: #fff;
  }
}

@keyframes title {
  from {
    font-size: 0px;
    color: #071c4d;
  }
  to {
    font-size: 40px;
    display: #fff;
  }
}

.navbar-brand img {
  position: relative;
  max-height: 50px;
}

.navbar-dark {
  background-color: #071c4d;
  -webkit-box-shadow: 0 3px 10px #3d3d3d;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.navbar-dark .navbar-nav .nav-item .nav-link {
  color: #fff;
  font-weight: 300;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.navbar-dark .navbar-nav .nav-item .nav-link.active {
  font-weight: bold;
  color: #ffffff !important;
}

.navbar-dark .navbar-nav .nav-item .nav-link:hover {
  color: #6b8cdb;
  text-shadow: #051c69;
}

.bg-dark {
  background-color: #071c4d !important;
}

.content {
  padding: 16px;
}

.section-latar-belakang {
  min-height: 750px;
  background-color: #fff;
  margin-bottom: 50px;
}

.section-latar-belakang h2 {
  color: #071c4d;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 30px;
}

.section-latar-belakang .container {
  padding-top: 50px;
}

.section-panitia {
  min-height: 300px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a1655), to(#040924));
  background: linear-gradient(to bottom, #0a1655, #040924);
}

.section-panitia p,
.section-panitia ol {
  color: #fff;
}

.section-panitia .container h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 30px;
  text-align: right;
}

.section-gambar {
  min-height: 350px;
  background: #fff;
}

.section-gambar h1 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 30px;
}

.MultiCarousel {
  float: left;
  overflow: hidden;
  width: 100%;
  position: relative;
}

.MultiCarousel .MultiCarousel-inner {
  -webkit-transition: 1s ease all;
  transition: 1s ease all;
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item {
  float: left;
}

.MultiCarousel .MultiCarousel-inner .item img {
  width: 100%;
  margin-left: 15px;
  margin-right: 15px;
}

.MultiCarousel .MultiCarousel-inner .item > div {
  text-align: center;
  padding: 10px;
  margin: 10px;
}

.MultiCarousel .leftLst,
.MultiCarousel .rightLst {
  position: absolute;
  border-radius: 50%;
  top: calc(50% - 20px);
}

.MultiCarousel .leftLst {
  left: 0;
}

.MultiCarousel .rightLst {
  right: 0;
}

.MultiCarousel .leftLst.over,
.MultiCarousel .rightLst.over {
  pointer-events: none;
  background: #ccc;
}

.section-rab {
  min-height: 400px;
  background: #fff;
}

.section-rab h1 {
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 30px;
}

.section-dalil {
  min-height: 350px;
  background: -webkit-gradient(linear, left top, left bottom, from(#0a1655), to(#040924));
  background: linear-gradient(to bottom, #0a1655, #040924);
  margin-top: 50px;
  margin-bottom: 50px;
  -ms-flex-line-pack: center;
      align-content: center;
}

.section-dalil p {
  color: #fff;
}

.section-dalil .container {
  padding-top: 50px;
}

.section-dalil .container h2 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 30px;
}

.section-dalil .container .btn-infak {
  background-color: #c10000;
  color: #fff;
}

.section-dalil .container .btn-infak:hover {
  background-color: #f51f1f;
  color: #fff;
}

.donasi h2 {
  color: #071c4d;
  font-family: "Playfair Display", serif;
  font-weight: bold;
  font-size: 30px;
}

.donasi .konfirmasi {
  -ms-flex-line-pack: center;
      align-content: center;
}

.section-footer {
  background-color: #c5d9ee;
  margin-bottom: 50px;
}

.section-footer a {
  color: #071c4d;
}

h5 {
  font-weight: bold;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 350px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

#myBtn {
  width: 50px;
  height: 50px;
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-image: url("../img/top.png");
  background-position: center;
  background-size: cover;
  background-color: #d8d7d7;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 50%;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

#myBtn:hover {
  background-color: #71b4ce;
}

@media only screen and (max-width: 768px) {
  header {
    margin-top: 20px;
    padding: 100px 0 100px;
  }
  header h1 {
    font-size: large;
  }
  h2 {
    font-size: large;
  }
  .navbar-light .navbar-nav .nav-item .nav-link {
    color: #071c4d;
  }
  .navbar-light .navbar-nav .nav-item .nav-link.active {
    font-weight: bold;
    color: #ffffff !important;
  }
  .navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #094ef0;
  }
}

.sidenav {
  height: 100%;
  /* Full-height: remove this if you want "auto" height */
  width: 200px;
  /* Set the width of the sidebar */
  position: fixed;
  /* Fixed Sidebar (stay in place on scroll) */
  z-index: 1;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #0c1543;
  /* Black */
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 20px;
}

.sidenav .center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 75px;
  margin-bottom: 75px;
  width: 50%;
}

/* The navigation menu links */
.sidenav a {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 18px;
  color: #fff;
  display: block;
}

.sidenav hr {
  border-top: 1px solid grey;
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
  color: #a7e3ff;
}

/* Style page content */
.dashboard {
  margin-left: 250px;
  /* Same as the width of the sidebar */
  padding: 50px 10px;
}

.dashboard .topnav {
  overflow: hidden;
  background-color: #fff;
}

.dashboard .topnav .btn-print {
  background-color: #239cff;
  margin-left: 10px;
  margin-right: 10px;
  color: #fff;
  margin-top: 8px;
}

.dashboard .topnav .btn-print:hover {
  background-color: #1a85dd;
  color: #fff;
}

.dashboard .topnav .search-container {
  float: left;
}

.dashboard .topnav input[type="text"] {
  background-color: #e9e9e9;
  width: 350px;
  padding: 6px;
  margin-top: 8px;
  margin-bottom: 15px;
  font-size: 17px;
  border: none;
}

.dashboard .topnav button {
  float: left;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #2cbcff;
  font-size: 17px;
  border: none;
  cursor: pointer;
}

.dashboard .topnav button:hover {
  background: #0087e0;
}

@media screen and (max-width: 600px) {
  .dashboard .topnav .search-container {
    float: none;
  }
  .dashboard .topnav a,
  .dashboard .topnav input[type="text"],
  .dashboard .topnav .search-container button {
    float: none;
    display: block;
    text-align: left;
    width: 100%;
    margin: 0;
    padding: 14px;
  }
  .dashboard .topnav input[type="text"] {
    border: 1px solid #ccc;
  }
}

.table {
  margin-right: 30px;
}

.table th,
.table td {
  vertical-align: middle;
}

/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 12px;
  }
}

.card {
  width: 250px;
  height: 80px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 10px 10px 10px;
  border: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card h6 {
  font-weight: bold;
}

.card p {
  font-size: large;
}

.card-big {
  width: 810px;
  height: auto;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px 10px 10px 10px;
  border: none;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.card-login {
  display: block;
  background-color: #fff;
  width: 400px;
  height: auto;
  border: none;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: auto;
  padding: 30px;
  /* Set a style for the submit button */
}

.card-login input[type="text"],
.card-login input[type="password"] {
  width: 100%;
  padding: 15px;
  margin: 5px 0 22px 0;
  border: none;
  background: #f1f1f1;
}

.card-login input[type="text"]:focus,
.card-login input[type="password"]:focus {
  background-color: #ddd;
  outline: none;
}

.card-login .btn {
  background-color: #4caf50;
  color: white;
  padding: 16px 20px;
  border: none;
  cursor: pointer;
  width: 100%;
  opacity: 0.9;
}

.card-login .btn:hover {
  opacity: 1;
}
/*# sourceMappingURL=main.css.map */