html,
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700);

html {
  height: 100%;
}

body {
  overflow-x: hidden; /* Prevent scroll on narrow devices */
}

body {
  padding-top: 56px;
}

.konten {
  flex: 1 0 auto; /* Prevent Chrome, Opera, and Safari from letting these items shrink to smaller than their content's default minimum size. */
  padding: 10px;
}
.footer {
 padding: 10px;
}

.navbar-brand {
  padding: 0;
}

.bg-ungu {
	background: linear-gradient(76.81deg,#b90024 15.71%,#ff0025 68.97%,#fd195e 94.61%);
}

.bg-kuning {
	background: #FFB75E;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to right, #ED8F03, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to right, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

}

.break-out{

}

@media (max-width: 767.98px) {
  .offcanvas-collapse {
    position: fixed;
    top: 56px; /* Height of navbar */
    bottom: 0;
    width: 100%;
    padding-right: 1rem;
    padding-left: 1rem;
    overflow-y: auto;
    /*background-color: var(--gray-dark);*/
    background: linear-gradient(76.81deg,#b90024 15.71%,#ff0025 68.97%,#fd195e 94.61%);

    transition: -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out;
    transition: transform .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  .offcanvas-collapse.open {
    -webkit-transform: translateX(-1rem);
    transform: translateX(-1rem); /* Account for horizontal padding on navbar */
  }
  
  .break-out{
	  width: 100vw;
	  position: relative;
	  /*background-color: lightgreen;*/
	  left: calc(-1 * (100vw - 100%) / 2);
	  /*color: rgba(0,0,0,.6);*/
	}
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
  
  
}

.nav-scroller .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  color: rgba(255, 255, 255, .75);
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.nav-underline .nav-link {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: .875rem;
  color: var(--secondary);
}

.nav-underline .nav-link:hover {
  color: #e35023; /*var(--blue);*/
}

.nav-underline .active {
  font-weight: 500;
  /*color: var(--gray-dark);*/
  color: #b90024;
}

.text-white-50 { color: rgba(255, 255, 255, .5); }

.bg-purple { background-color: var(--purple); }

.border-bottom { border-bottom: 1px solid #e5e5e5; }

.box-shadow { box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05); }

.lh-100 { line-height: 1; }
.lh-125 { line-height: 1.25; }
.lh-150 { line-height: 1.5; }


/* ------------------------------------------------------------------
BACK TO TOP
--------------------------------------------------------------------- */
#toTop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  color: #9e9e9e;
  cursor: pointer;
  display: none;
  z-index: 9999;
  width: 39px;
  height: 39px;
  ;
  text-align: center;
  font-size: 18px;
  line-height: 39px;
  background: #dddddd;
  border-radius: 5px;
  box-sizing: border-box;
}

#toTop:hover {
  color: #fff;
  background-color: #b90024;  /* fallback for old browsers */
	background-color: -webkit-linear-gradient(to right, #ED8F03, #b90024);  /* Chrome 10-25, Safari 5.1-6 */
	background-color: linear-gradient(to right, #ED8F03, #b90024); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a {
    color: #b90024;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

h6.card-title a:hover{
    text-decoration: none;
}

h6.card-subtitle a:hover{
    text-decoration: none;
}

h6.card a:hover{
    text-decoration: none;
}

.flex-judul a:hover{
    text-decoration: none;
}

.flex-judul {
  display: flex;
  justify-content: space-between;
  
}

.flex-judul div {
  padding: 1em
}

.card-body {
    padding: 0.75rem;
}
.card-title {
    margin-bottom: 0.25rem;
}

.title-center {
    text-align: center!important;
    font-weight: 900;
    padding-top: 1rem;
}

.title-kiri {
    text-align: left;
    font-weight: 900;
}

hr.style1{
	border-bottom: 1px solid #b90024;
}

.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #b90024;
    border-color: #b90024;
}

.page-link {
    color: #b90024;
    border: 1px solid #b90024;
}

.btn-warning {
    color: white;
    background-color: #FFB75E;
    background-color: -webkit-linear-gradient(to right, #ED8F03, #FFB75E);  /* Chrome 10-25, Safari 5.1-6 */
		background-color: linear-gradient(to right, #ED8F03, #FFB75E); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    border-color: #FFB75E;
}

.centered-and-cropped {
    object-fit: cover;
}