/* 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: 10px;}
.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);
}


/* SLIDER */
.img-slide-1{
  width:100%;
  height:180px;   
  background: url('/images/image1.png');
  background-repeat: no-repeat !important;
  background-position: right;
}

.img-slide-2{
  width:100%;
  height:180px; 
  background: url('/images/image2.png');
  background-repeat: no-repeat !important;
  background-position: right;
}

.img-slide-3{
  width:100%;
  height:180px; 
  background: url('/images/image3.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: 50px;
    line-height: 40px; 
}

.slide2{
  font-family: 'Titillium Web', cursive;
    text-shadow: 2px 2px #555;
    line-height: 30px;
    padding: 0 0 0 10px;
}

/* 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;
}

/* Mobile (max 575px) */
@media (max-width: 575.98px) {

  .img-logo{width: 50px; height: auto;}
  .header-title {margin: 0;}
  .header-title h2 {
      font-family: 'Faster One', cursive;
      font-size: 20px;
      color:red;
      line-height: 20px;
      margin: 0;
      padding-top: 10px;
    }
  .header-title h3{
      font-family: 'Days One', cursive;
      font-size: 12px;
      color: green;
    }
  /* SLIDER */
  .img-slide-1{
    width:auto;
    height:100px;   
    background: url('/images/image1.png');
    background-repeat: no-repeat !important;
    background-position: right;
  }

  .img-slide-2{
    width:auto;
    height:100px; 
    background: url('/images/image2.png');
    background-repeat: no-repeat !important;
    background-position: right;
  }

  .img-slide-3{
    width:auto;
    height:100px; 
    background: url('/images/image3.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: 30px;
      font-size: 20px;
      line-height: 20px; 
  }

  .slide2{
    font-family: 'Titillium Web', cursive;
      text-shadow: 2px 2px #555;
      font-size: 14px;
      line-height: 14px;
      padding: 0 0 0 10px;
  }


  .footer {
    padding-top: 15px;
    font-size: 12px;
    line-height: 13px;
  }
}
