
.sidebar {
   /* display: none;*/
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: hidden;
        background: none;
        border-right: 1px solid #eee;
    }
}

.main {
    padding: 10px;
    padding-bottom: 150px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}

.breakpoint-current {
    left: 0;
    margin-top: -10px;
    position: fixed;
   /* top: 33.3333%; */
    width: 3px;
    height: 3px;
    background: rgba(0, 0, 0, 1);
}

.viewing {
    background-color: rgba(242,220,176, 0.3);
    margin: -5px;
    padding-left: 10px;
    padding-right: 10px;
}

section {
    padding: 5px;
    margin-top: 1mm;
    margin-bottom: 1mm;
    border-radius: 5px;
}

.legend {
    padding: 15px;
    font: 16px Calibri;
    background: white;
    background: rgba(255, 255, 255, 0.8);
    /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);*/
    /*border-radius: 5px;*/
    line-height: 24px;
    color: rgb(0, 0, 0);
  }
  .legend h4 {
    text-align: center;
    font-size: 18px;
    margin: 2px 12px 8px;
    color: rgb(0, 0, 0);
  }
  
  .legend span {
    position: relative;
    bottom: 3px;
  }
  
  .legend i {
    width: 20px;
    height: 20px;
    float: left;
    margin: 0 8px 0 0;
    opacity: 1;
  }
  
  .legend i.icon {
    background-size: 20px;
    background-color: rgba(255, 255, 255, 1);
  }

  /* peta.html */
    body {
    background-image: url("background/vintage-ornamental-flowers-background_52683-28040.jpg");
    background-position: fixed;
    }

    .paragraf {
        text-indent: 40px;
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-family: 'Amaranth', serif;
        font-weight: 600;
    }

    p {
        font-family: 'Calibri';
        font-weight: 500;
        text-align: justify;
        font-size: 12pt;
    }

    li {
        font-family: 'Calibri';
        font-weight: 500;
        text-align: justify;
        font-size: 12pt;
    }

    .referensi li {
        font-size: 11pt;
        font-weight: 500;
    }

    .navbar .btn {
        background-color: rgba(242,220,176,255);
        font-weight: 600;
    }

    .jumbotron {
        background: url("background/potretkeluargaKasultananYogyakarta.jpg");
        background-position: center;
        position: fixed;
        border-radius: 10px;
        margin-top: 60px;
        margin-right: 60.333%;
        margin-left: 2%;
    }

    .jumbotron-overlay {
        background-color: rgba(0, 0, 0, 0.7);
        padding: 5px;
        border-radius: 10px;
    }

    img {
        width: 100%;
        height: 100%;
        border-radius: 5px;
    }

    .leaflet-popup-content-wrapper {
        border-radius: 20px; 
        font-size: 12pt;
        background-image: url(background/damask-seamless-pattern-background_1217-1269.jpg);
        margin-top: 80px;
    }

    .leaflet-tooltip.background {
        background-image: url(background/vintage-ornamental-flowers-background_52683-28040.jpg);
        border-radius: 10px;
        font-size: 12pt;
    }

    .navbar {
        font-family: 'Amaranth', serif;
        font-weight: 600;
        background-image: url(background/vintage-ornamental-flowers-background_52683-28040.jpg);
        height: 60px;
    }

    .modal-body {
        font-size: 11pt;
    }

    .dropdown-menu {
        border-radius: 10px;
    }

    /* .dropdown-toggle {
        margin-right: 400px;
    } */