/* navbar custom */
#header.header-scrolled, #header.header-inner-pages{
    background-color:rgb(58 107 60 / 87%);
}

body {
    font-family: "Source Sans Pro", sans-serif;
    color: #444444;
}

.logo-navbar{
    width:auto;
    display:block;

}

.img-logo-navbar{
    width:auto;
    height:150px;
    display:inline-block;
}

.text-logo-navbar{
    display:inline-block;
    font-size:18px;
    font-weight:700;
}

.breadcrumbs h2 {
    font-size: 28px;
    font-weight: 600;
    color: #387e37;
}

a {
    color: #387e37;
    text-decoration: none;
}

a:hover {
    color: #387e37;
    text-decoration: none;
}

.navbar .getstarted, .navbar .getstarted:focus {
    padding: 8px 20px;
    margin-left: 30px;
    border-radius: 50px;
    color: #fff;
    font-size: 14px;
    border: 2px solid #95e43a;
    font-weight: 600;
}

.navbar .getstarted:hover, .navbar .getstarted:focus:hover {
    color: #fff;
    background: #95e43a;
}

.box-image-preview{
    
    height:200px;
    background-color:#eee;
    display:block; 

}

.box-image-preview > #box{
    margin-left: auto;
    margin-right: auto;
    display:block; 
    max-width:100%;
    max-height:100%;
}

/* footer */

#footer {
    font-size: 14px;
    background: #529255;
}

#footer .footer-top .footer-contact h3 {
    font-size: 25px;
    margin: 0 0 10px 0;
    padding: 2px 0 2px 0;
    line-height: 1;
    text-transform: uppercase;
    font-weight: 600;
    color: #387e37;
}

#footer .footer-top .footer-links ul i {
    padding-right: 2px;
    color: #387e37;
    font-size: 18px;
    line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
    text-decoration: none;
    color: #387e37;
}

#footer .footer-top .social-links a {
    font-size: 18px;
    display: inline-block;
    background: #387e37;
    color: #fff;
    line-height: 1;
    padding: 8px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #217122;
    color: #fff;
    text-decoration: none;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #387e37;
    position: relative;
    padding-bottom: 12px;
}


.box-container{
    background: linear-gradient(to right, #325234, #3d9f41); 
    color: white;
    min-height:700px;
    border-bottom:10px solid #c7c7c7; 
  }

  .btn-green-dashboard{
    background: #95e43a;
    color:black;
    border-radius:20px;
  }

.kotak-dashboard{
    height:400px; 
    position: relative;
}

.kotak-title-dashboard{
    top:30%;  
    position: absolute;
}

.main-dashboard{
    padding-top:150px;
}

  @media only screen and (max-width: 600px) {
    .kotak-dashboard{
        height:200px; 
        position: relative;
    }
    
    .kotak-title-dashboard{
        top:5%;  
        position: absolute;
    }

    .main-dashboard{
        padding-top:100px;
    }

    #persyaratan > img {
        width:100%;
        height:Auto; 
    }
  }