@font-face {
    font-family: 'rokkittextrabold';
    src: url('../font/rokkitt-extrabold-webfont.woff2') format('woff2'),
         url('../font/rokkitt-extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rokkittmedium';
    src: url('../font/rokkitt-medium-webfont.woff2') format('woff2'),
         url('../font/rokkitt-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rokkittblack';
    src: url('../font/rokkitt-black-webfont.woff2') format('woff2'),
         url('../font/rokkitt-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'rokkittregular';
    src: url('../font/rokkitt-regular-webfont.woff2') format('woff2'),
         url('../font/rokkitt-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.lead {
    font-family: 'rokkittextrabold';
    font-size: 35px;
    text-shadow: 0 2px 1px black;
    color: rgb(0, 68, 255);
    /* margin-top: 3px; */
}

.pkiri {
    font-family: 'rokkitblack';
    font-size: 100px;
    font-weight: 200;
    text-shadow: 0 2px 1px rgb(5, 5, 5);    
}

.pkanan {
    font-family: 'rokkitreguler';
    font-size: 100px;
    font-weight: 200;
    text-shadow: 0 2px 1px rgb(255, 255, 255);
    color: black;
}
/* @media screen and (min-width: 601px) {
    .pkanan {
      font-size: 80px;
    }

    .pkiri {
        font-size: 80px;
      }

      .lead {
        font-size: 80px;
      }


    } */

/* .diskon {
    position:absolute;
    top:122px;
    left:1055px;
    width:50px;
    height:100px;
    border:red;
} */
    /* untuk layar mobile phone */
  @media screen and (max-width: 600px) {
    .pkiri {
      font-size: 26px;
    }
    .pkanan {
        font-size: 25px;
      }

      .lead {
        margin-top: -60px;
        font-size: 28px;
      }

      /* .diskon {
        position:absolute;
        top:230px;
        left:280px;
        width:20px;
        height:50px;
        border:red;"
    } */
    


}




/* agar footer terus berada fix dibawah dibuat css untuk footer dibawah ini */
 /* html {
    position: relative;
 }
/* margin bottom body dismakan height footerku untuk ngakali biar ukuran footer tingginya 75px */
/* body { */
    /* margin-bottom: 75px; */
/* }  */

/* .footerku {
    position: absolute;
    background-color: black;
    color :yellow;
    width: 100%;
    height: 75px;
    min-height: 75px;
} */

/* .judulabout { 
    
    color: rgb(6, 6, 112);
} */

/* .aboutsection hr{
    width: 400px;
    border: 5px crimson solid;
} */

/* hr {
    width: 400px;
    border: 5px crimson solid;
} */


/* tinggi dari tiap seksi halaman supaya terlihat full */
/* section  {
    min-height: 600px;
} */

/* .portfolio {
    background-color: rgb(153, 153, 153);
} */


/* tampilthumbnail di tambahkan dari jquery di script.js */
/* .portfolio .thumbnail img {
    opacity: 0.3;
    /* kasih animasi saat muncul perlahan */
    /* transform: translate(0,-40); 
    transition-duration: 2s; */

/* } */

/* .portfolio .tampilthumbnail img {
    opacity: 1; */
    /* tambahkan efek keatas dulu trus turun */
     /* transform: translate(0,0) rotate(720deg);  */

/* } */

/* .thumbnail:hover img { */
    /* transform: rotate(45deg); */
    /* transform: scale(3);
    border: 2px wheat solid;

} */


/* .portfolio img {
    width: 150px;
    height: 150px;
    border: 2px black solid;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.7);
} */

.jumbotron {    
    margin-top: -10px;
    height: 490px;
    color: white;
    
    background-image: url('../img/headerbagus2.jpg');
    /* agar image memenuhi jumbotron */
    background-repeat: no-repeat;
    background-size: cover;    
    
    /* agar background diam saat scrolling */
    background-attachment: fixed;

    /* agar image background naik sedikit */
    background-position: 0 -100px;

    /* sembunyikan jika ada elemen yg keluar dari jumbotron sehingga waktu scrol jumbotron berada dibelakang/hiden */

    overflow: hidden;    
}

.jumbotron img {
    
    border: 3px white solid;
    
}
    
/* untuk animasi paragraf pada about  */

.pkiri, .pkanan {
    opacity: 0;
    transform: translate(-50px,0) rotate(15deg);
    transition: 2s;
}

.pkanan {
    transform: translate(50px,0) rotate(-15deg);        
}

/* class pmuncul akan ditambahkan oleh jquery */
.pkiri.pmuncul, .pkanan.pmuncul {
    opacity: 1;
    transform: translate(0,0);
    transition: 4s;
}

/* navbar */

/* .navbar .nav-link {
    color: white;
}
.navbar {
    background-attachment: fixed;
    height: 50px;
    background-color: black;
}
.navbar-brand {
    font-family: 'rokkittextrabold';
    color:white;
    font-size: 35px;
} */

#myBtn {
    /* display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: red; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
    font-size: 18px; 
  }
  
  #myBtn:hover {
    background-color: #555;
 }

 .bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
  }

  .bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;    
}


  