html {
  overflow-y: scroll;
}

.container-lg {
  max-width: 990px;
}

.masthead {
  height: 25vh;
  min-height: 225px;
  background-image: url(../img/index_banner.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.mastheaden {
  background-image: url(../img/header_en.jpg) !important;
}

.navbar {
  height: 50px;
  background-color: #130e0e6e;
  color: #ced4da;
  position: fixed;
  top: 0;
  opacity: 0.95;
  /* position: relative; */
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
  max-width: 990px;
  z-index: 999;
}

.accordion-body {
  padding: 0.5rem 0.5rem;
}

.accordion-button {
  font-size: 24px;
  font-weight: 700;
  line-height: 1em;
  background-color: rgba(0, 0, 0, .03);
}

.accordion-button:focus {
  z-index: 3;
  border-color: #000;
  outline: 0;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #e7e7e7;
  box-shadow: inset 0 -1px 0 rgba(2, 2, 2, 0.13);
}

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}

.btn-submit-o-nama {
  color: #fff;
  border-color: #ffffff;
}

.btn-submit-o-nama:hover {
  color: rgb(184, 184, 184);
  border-color: #ffffff;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
  width: 100%;

}

.article-font {
  font-weight: 700;
}

.price-font {
  font-weight: 600;
  text-align: right;
}

.category-image {
  background-color: #0e0608;
}

.socialicons {
  text-align: center;
  padding-bottom: 25px;
}

.iconsocial {
  font-size: 24px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ccc;
  margin: 0 8px;
  color: inherit;
  opacity: 0.75;
}

footer {
  margin-top: 40px;
}

footer.text-center {
  margin-bottom: 20px;
}

.footer_link {
  color: #4b4c4d;
  opacity: 0.8;
  font-size: 18px;
  text-decoration: none;
}

.footer_copyright {
  font-size: 13px;
  color: #aaa;
  text-align: center;
}

.list-inline-item {
  display: inline-block;
}

.list-inline-item:first-child {
  margin-right: 2.5rem;
}

.fab {
  width: 14px;
}

.btn-outline-dark {
  color: #212529;
  border-color: #b7b7b7;
  border-radius: 50%;
}

.ads {
  position: fixed;
  z-index: 110;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  max-width: 990px;
  margin: 0 auto;
  table-layout: fixed;
  background-color: #000;
}

.logo_header {
  position: absolute;
  left: 0;
  margin-left: 0.8rem;
}

.footer_margin {
  margin-bottom: 60px;
  display: inline-block;
}


@media only screen and (min-width: 600px) {
  .masthead {
    height: 40vh;
  }
}

@media only screen and (max-width: 600px) {
  .adsimage {
    padding: 15px !important;
  }
}