/* Sticky footer styles
-------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Days+One|Russo+One|Titillium+Web|Faster+One|Righteous|Yatra+One');


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}


/* HEADER NAV */
.navbar{
    -webkit-box-shadow: 0 7px 6px -6px #999;
    -moz-box-shadow: 0 7px 6px -6px #999;
    box-shadow: 0 7px 6px -6px #999;
}

.img-logo{width: 64px; height: auto;}
.header-title {margin: 0;}
.header-title h2 {
  font-family: 'Faster One', cursive;
  font-size: 30px;
  color:red;
  line-height: 30px;
  margin: 0;
  padding-top: 10px;
}
.header-title h3{
  font-family: 'Days One', cursive;
  font-size: 17px;
  color: green;
}

/* FORM LOGIN */
.form-login{margin-top: 150px;}
.form-register{padding: 110px 0 30px 0;}
.login-header, .register-title{font-size: 24px; font-family: 'Russo One', sans-serif;}
.form-reset{padding-top: 200px;}
.card {
  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}


/* SLIDE */
.slide {margin-top: 87px;}


/* SLIDER */
.img-slide-1{
  width:200px;
  height:200px; 
  background: url('https://pak.kopertais1.or.id/images/image1.png');
  background-repeat: no-repeat !important;
  background-position: right;
}

.img-slide-2{
  width:200px;
  height:200px; 
  background: url('https://pak.kopertais1.or.id/images/image3.png');
  background-repeat: no-repeat !important;
  background-position: right;
}

.img-slide-3{
  width:200px;
  height:200px; 
  background: url('https://pak.kopertais1.or.id/images/image2.png');
  background-repeat: no-repeat !important;
  background-position: right;
}


.slide1{
  font-family: 'Russo One', 'serif';
  padding-left: 10px;
    text-shadow: 2px 2px #555;
    padding-top: 60px;
    line-height: 40px; 
}

.slide2{
  font-family: 'Titillium Web', cursive;
    text-shadow: 2px 2px #555;
    line-height: 30px;
    padding: 0 0 0 10px;
}

@media (max-width: 575.98px) {
  .img-logo{width: 50px; height: auto;}
  .header-title {margin: 0; padding:0;}
  .header-title h2{
    font-size: 18px;
    color:red;
    line-height: 18px;
  }
  .header-title h3{
    font-family: 'Russo One', cursive;
    font-size: 9px;
    line-height: 10px;
    color: green;
  }

/* FORM LOGIN */
.form-login{margin-top: 85px;}
.form-register{padding-top: 85px; padding-bottom: 30px;}
.login-header, .register-title{font-size: 18px; font-family: 'Russo One', sans-serif;}
.form-reset{padding-top: 100px;}

  /* SLIDE */  
  .slide {margin-top: 75px;}
  .slide1 {
    padding-top: 35px;
    padding-left: 30px;
    text-shadow: 2px 2px #555;
    font-size: 17px;
    line-height: 15px; 
    width: 400px;
  }
  .slide2 {
    padding-bottom: 30px;
    padding-left: 30px;
      text-shadow: 2px 2px #555;
      font-size: 12px;
    line-height: 10px; 
    width: 400px;
  }

  .img-slide-1{
    width:100%;
    height:auto; 
    background: url('http://pak.kopertais1.or.id/images/image1.png');
    background-repeat: no-repeat !important;
    background-position: right !important;

  }
  .img-slide-2{
    width:100%;
    height:auto;  
    background: url('http://pak.kopertais1.or.id/images/image2.png');
    background-repeat: no-repeat !important;
    background-position: right !important;
  }
  .img-slide-3{
    width:100%;
    height:auto;  
    background: url('http://pak.kopertais1.or.id/images/image3.png');
    background-repeat: no-repeat !important;
    background-position: right !important;
  } 
}


/* IMAGE */
.img-prosedur{
    border-radius: 6px;
    border: 1px solid #eee; 
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

/* CONTENT */
.page{
  margin-top: 75px;
}
.sub-judul{
  font-family: 'Days One', cursive;
  font-size: 24px;
  color: #428bca;
}

.page-header{
  height: 40px; 
  padding-top: 10px;
  margin-bottom: 20px;
  font-family: 'Yatra One', 'cursive';
  font-size: 21px;
}  

address i{color: #ff0000;}


/* FOOTER 
------------------ */
footer{font-size: 13px;}
footer a{color: yellow;}
footer a:hover{text-decoration: none; color: #5bc0de;}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
/*  
  line-height: 60px; /* Vertically center the text there */
  text-align: center;
  padding-top: 12px;
}

@media (max-width: 575.98px) {
  .footer {
    padding-top: 15px;
    font-size: 12px;
    line-height: 13px;
  }
}