@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

html,body{
    height: 100%;
    width: 100%;
    font-family: 'Poppins',sans-serif;
    color: rgb(56, 40, 0);
}
.navbar{
    padding: .8rem;
}
.navbar-nav li{
    padding-right: 20px;
}
.nav-link{
    font-size: 1.1rem !important;
}
.paddheader{
  padding-right: 5rem;
}

.front-img img{
  height: 35rem;
  width: 100%;
}

/*-- Fixed Background Image for profile .. --*/
figure{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0!important;
}

.block-produk-1 {
    overflow: hidden;
    position: relative;
}
.block-produk-1 .produk-bg {
    background-attachment: fixed;
    background-image: url('../img/produk/bg-produk.png');
    background-position: 0px 0px;
    background-repeat: repeat;
    height: 100%;
    position: absolute;
    width: 100%;
    min-width: 1170px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
}
.block-produk-1 .md-box {
    background: rgba(255, 255, 255, 0.863);
    position: relative;
    height: 100%;
}



/*--------------------------------------------------------------------*/
/* for demo purposes */
body {
    background: rgb(255, 247, 213);
  }
  
  .card-block .btn-outline-primary {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    left: 0;
    position: absolute;
  }
  
  .card {
    margin: 20px 0;
  }

  /* Flip Cards CSS */
  .card-container {
    perspective: 700px;
  }
  .card-container img{
    padding: .5rem;
  }
  .card-flip {
    position: relative;
    width: 100%;
    transform-style: preserve-3d;
    height: 20rem;
    transition: all 0.5s ease-out;
    background:whitesmoke;
    border: none;
  }
  
  .card-flip div {
    backface-visibility: hidden;
    transform-style: preserve-3d;
    height: 100%;
    width: 100%;
    border: none;
  }
  
  .card-flip .front {
    position: relative;
    z-index: 1;
    padding-top: .5rem;
  }
  
  .card-flip .back {
    position: relative;
    z-index: 0;
    transform: rotateY(-180deg);
  }
  
  .card-container:hover .card-flip {
    transform: rotateY(180deg);
  }

  .card-info-position{
    text-align: left;
    padding: 3rem;
  }

  .prod-title{
    color: #1877f2;
    padding-top: .7rem;
  }

  .prod-list h4{
    color: #1877f2;
  }
  .prod-list li, .prod-list a{
    color: #ebc302;
    text-decoration: none;
  }
  .prod-list li:hover, .prod-list li:hover a{
    color: #1877f2;
    text-decoration: none;
  }

@media (max-width: 576px){ 
  .card-position{
    padding: 3rem;
  }
}