
.navbar-light{
    background-color: #00abb4 !important;
}

.navbar-light img{
    width: 50px;
    height: 50px;
}

.navbar-light input{
    border-radius: 20px 0 0 20px;
    height: 50px;
    margin: auto;
    border: none;
}

.navbar-light button{
    background-color: #ffffff !important;
    border-radius: 0 20px 20px 0!important;
    border: none;
    width: 50px;
    height: 50px;
    box-sizing: border-box;
    box-shadow: none !important;
}

.input-group a, .input-group a:hover {
    background-color: transparent;
    color: #ffffff;
    border-radius: 0 20px 20px 0!important;
    box-sizing: border-box;
    padding: 10px 20px;
    box-shadow: none !important;
}
.navbar-light form .input-group{
    height: 50px;
    box-shadow: none !important;
}

.navbar-light .dropdown-toggle, .navbar-light .dropdown-toggle:focus{
    color: #fff;
    box-shadow: none;
}

.navbar-expand-lg{
    background-color: #ccc !important;
}

.navbar-expand-lg li a{
    color: #262626 !important;
    font-weight: 600;
}

.hero{
    min-height: 500px;
	background-image: linear-gradient(rgba(0, 0, 0, 0.2),
			rgba(0, 0, 0, 0.2)), url(../img/bg.JPEG);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
    color: #ffffff;
    position: relative;
}

.hero h2{
    margin-top: 150px;
    font-size: 40px;
    font-family: "Concert One", sans-serif;
    text-shadow: 2px 2px 8px #00abb4;
}

.hero .bulet-putih{
    font-size: 26pt;
}

.hero img{
    position: absolute;
    top: 300px;
    right: 0;
    width: 500px;
}

.icon-menu img, .produk-hukum-terbaru img{
    width: 150px;
    margin: none;
}

.card{
    border: none;
    background-color: transparent;
}

.produk-hukum-terbaru{
    border: 5px solid #00abb4;
    border-radius: 30px;
}

.produk-hukum-terbaru h4, .berita h4, .situs-terkait h4{
    color: #00abb4;
}

.berita .list-group-item{
    border: 1px solid #00abb4;
}

.situs-terkait{
    background-color: #ccc;
}

.situs-terkait img{
    width: 70px;
}

.situs-terkait .col{
    background-color: #ffffff;
    border: 2px solid #00abb4;
    border-radius: 20px;
    padding: 25px 10px 0px;
    margin: 10px;
}

.lembar-kerja{
    border: 1px solid #00abb4;
    margin-bottom: 30px;
    padding: 20px;
}

.btn-primary, .btn-primary:hover{
    background-color: #00abb4;
}

.page-item.active .page-link {
    color: #fff !important;
    background: #00abb4 !important;
    border: 1px solid #008584;
}

.carousel-indicators .thumbnail img {
    width: 50px !important;
    height: 50px !important;
    transition: width 0.3s, height 0.3s;
  }
  
  .carousel-indicators .thumbnail .active {
    width: 70px !important;
    height: 70px !important;
    margin-top: -5px;
    border: 2px solid #00abb4;
  }

/* footer */
footer{
	background-color: #00abb4;
    padding: 50px 0px;
    color: #eaeaea;
}

footer a{
    text-decoration: none;
    color: #eaeaea;
}

footer a:hover{
    text-decoration: none;
    color: #eaeaea;
}

footer .social{
    float: right;
}

footer .social a {
    width: 32px;
    height: 32px;
    text-decoration: none;
    display: inline-table;
}

footer img{
	width: 50px;
}

.copyright{
    background-color: #008584 !important;
    color: #ffffff;
    padding: 40px;
}