html {
  scroll-behavior: smooth;
  padding: 0;
  
}
body {
  font-family: 'Curlz MT';
  margin: 0;
  padding: 0;
  /* width: 100%; */
}
#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

/* Add animation to "page content" */
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { 
    bottom:-100px; 
    opacity:0 
  } 
  to { 
    bottom:0px; 
    opacity:1 
  }
}
@keyframes animatebottom { 
  from { 
    bottom:-100px; 
    opacity:0 
  } 
  to { 
    bottom:0; 
    opacity:1 
  }
}
#myDiv {
  display: none;
}
body {
  width: 100%;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 0px;
  width: 100%;
  z-index:100;
}

#sub-menu {
  position: relative;
  /* z-index: 100; */
}
.container-fluid {
    padding: 0px;
    width: 100%;
}
.logo {
  width: 60px;
  float: left;
} 
.navbar { 
  background-color:#DEB887;
  height: 60px;
}
.navbar-brand {
  color: white;
  font-family: 'Segoe Script';
  font-size: medium;
}
.nav-item a {
  font-size: 18px;
}
#header .nav-link:hover {
  color: blue;
}
.dropdown-menu {
  background-color: #DEB887;
}
.dropdown-item {
  color: white;
}
.dropdown-item:hover {
  color: blue;
}
.collapse {
  float: right;
  background-color: #DEB887;
  padding-left: 15px;
  position: static;
}
#sub-menu .breadcrumb{
  background-color: #FFFACD;
  
}
.carousel {
  width: 100%;
  position: relative;   
}
#highlight {
  position: relative;
  width: 100%;
}
#highlight .card {
  margin: 35px;
}
#highlight .card-title {
  text-align: left;
  font-family: 'Chelsea Market';
}
#highlight .card-text {
  text-align: justify;
  font-family: monospace;
}
#highlight .btn {
  float: left;
  font-family: 'Nunito';
}

/* about me */
#tentang .about {
  padding-top: 120px;
  position: relative;
}
#tentang .entry-title {
  float: left;
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 50px;
  margin-right: 0px;
  color: #000000;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-family: 'Chelsea Market';
}
#fill .col-sm-12 {
  padding-left: 50px;
  padding-top: 0;
}
#tentang-saya .col-md-6 {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  padding-top: 0;
}
#tentang-saya .about-me {
  color: black;
  padding-left: 25px;
  padding-right: 60px;
  padding-bottom: 0px;
}
#tentang-saya .profile-picture {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  width: 570px;
  height: 442px;
}
#tentang-website.col-md-6 {
  padding-left: 30px;
}
#tentang-website .about-website {
 
  color: black; 
  padding-left: 25px;
  padding-right: 60px;
  padding-bottom: 0px;
}
.sub-title {
  font-size: 23px;
  font-family: 'Chelsea Market';
  font-weight: bolder;
  float: left;
  padding-top: 0;
}
@font-face {
  font-family: 'Chelsea Market';
  src: url(ChelseaMarket-Regular.ttf);
}
.describe {
  font-size: 17px;
  font-family: monospace;
  color: #964b00;
  text-align: justify;
  padding-top: 15px;
}
.webabout-picture {
  padding-left: 15px;
  padding-right: 0px;
  padding-top: 0px;
  padding-bottom: 30px;
  width: 585px;
  height: 375px;
}
#contact .entry-title {
  float: left;
  font-size: 25px;
  margin-bottom: 15px;
  margin-top: 0px;
  margin-left: 51px;
  margin-right: 0px;
  color: #000000;
  line-height: 1.3;
  clear: both;
  font-weight: 700;
  font-family: 'Chelsea Market';
}
#form-contact .col-12 {
  padding-left: 65px;
  float: left;
  padding-bottom: 32px;
}
#form-contact .btn {
  float: left; 
  font-family: 'Nunito';
}
input {
  font-family: 'Nunito';
}
textarea {
  font-family: 'Nunito';
}
label {
  float: left;
  font-family: 'Chelsea Market';
}

/* books */
#books {
  padding-top: 120px;
}
#book-desc .col-4 {
  padding-bottom: 32px;
}
#book-desc .mb-6 {
  width: fit-content;
}
#book-desc .card-title {
  font-size: 25px;
  font-family: 'Chelsea Market';
  color: #964b00;
}
#book-desc .card-text {
  text-align: justify;
  font-family: monospace;
  color: black;
}
.left-books {
  padding-left: 60px;
}
.middle-books {
  padding-left: 20px; 
  padding-right: 20px;
}
.right-books {
  padding-right: 60px;
}

/* photo album */
#photos {
  padding-top: 150px;
  padding-bottom: 20px;
}
#photos .card-title {
  color: #B22222;
  font-family: 'Chelsea Market';
  text-align: left;
}
#photos .card-text {
  text-align: justify;
  font-family: monospace;
}
#photos .left-part {
  padding-left: 60px;
}
#photos .middle-part {
  padding-left: 30px; 
  padding-right: 30px;
}
#photos .right-part {
padding-right: 60px;
}


/* footer */
#footer {
  width: auto;
  text-align: center;
}
#footer .col-12 {
  background-color: #DEB887; 
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-right: 0;
} 
#footer .copy {
  float: center;
  font-family: monospace;
}
#footer .footer-logo {
  width: 80px;
  float: center;
  padding-bottom: 20px;
}
#footer a {
  color: white;
}
#footer a:hover {
  color: blue;
}
#footer .fa {
  margin-left: 10px;
  letter-spacing: 5px;
}