html {
    background: var(--color-secondary);

  }

body {
  font-family: 'Merriweather', serif;
  font-display: swap;
}

h1, h2, h3, h4, h5, h6, .kontainer-meta, .navbar, .judulSection, .judulKecil, .footer-nav, .credit, .bio {
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
}

a:link { color: #000;}
a:hover {color: #F00;}
a:visited { color: #333;}
a:active { color: #000; }

img {
  margin-bottom: .3rem;
}

p {
  font-size:  1.2rem;
}

.content {
  line-height: 2;
}

.credit {
  color: #999;
  font-weight: 400;
}

/* Light and dark theme ----- */

.theme-light {
  --color-primary: #0060df;
  --color-secondary: #fbfbfe;
  --color-accent: #fd6f53;
  --font-color: #000000;
}

.theme-dark {
  --color-primary: #17ed90;
  --color-secondary: #243133;
  --color-accent: #12cdea;
  --font-color: #ffffff;
}

.container h1 {
  color: var(--font-color);
}

.container button {
  color: var(--font-color);
  background: var(--color-primary);
  padding: 10px 20px;
  border: 0;
  border-radius: 5px;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 18px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 30px;
  width: 30px;
  left: 0px;
  bottom: 4px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0 0px 15px #2020203d;
  background: white url('https://i.ibb.co/FxzBYR9/night.png');
  background-repeat: no-repeat;
  background-position: center;
}

input:checked + .slider {
  background-color: #2196f3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196f3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(24px);
  -ms-transform: translateX(24px);
  transform: translateX(24px);
  background: white url('https://i.ibb.co/7JfqXxB/sunny.png');
  background-repeat: no-repeat;
  background-position: center;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.navbar {
  background-color:  transparent !important;
}

.navbar-item, .navbar-link {
  text-transform: uppercase;
}

.has-dropdown a[class="navbar-link"]::after {
	transform: rotate(-135deg);
	transition: transform 0.2s;
}
.has-dropdown a[class="navbar-link is-active"]::after {
	transform: rotate(-45deg);
	transition: transform 0.2s;
}
.judulSection {
  text-transform: uppercase;
  font-weight: 700;
}

.judulKecil {
  color: #999;
  font-weight: 400;
  font-size: .8rem;
  text-transform: uppercase;
}

.kontainer-meta {
  font-size: .8rem;
}

.nama-kategori {
  text-transform: uppercase;
}

.kontainer-meta {
  font-weight: 400;
}


.featured, .grey {
  background: #F9F9F9;
}

.exclusive-single {
  background: #F22B2B;
  color: #FFF;
  padding: 10px;
}

.exclusive-single a {
  color: #FFF;
}

.foto-profile img {
  margin:0;
}

.kontainer-tag {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.bio {
  font-weight: 400;
}

/* Bagian Footer ----- */
.konten-footer {
  background: #F9F9F9;
  border-bottom: 3px solid #F00;
}

ul.footer-nav li {
  display: inline;
  font-weight: 400;
  margin: 0 10px;
  text-transform: uppercase;
}
