/* 
    #135589
    #2a93d5
    #3ddad7
    #aed9da
    #edfafd
*/

/* ==============================================================================
* ----------------------------------- overal ------------------------------------
============================================================================== */
body {
  font-family: nunito;
  background-color: #edfafd;
  overflow-x: hidden;
}

.section-light {
  background-color: #aed9da;
}

section h2 {
  color: #135589;
  font-family: league-spartan;
}

hr {
  width: 80%;
  max-width: 700px;
  border-top: 2px solid;
  color: #394867;
  margin: auto;
}

.paragraph {
  text-indent: 30px;
  line-height: 2;
  text-align: justify;
}

.vin-card h3,
.card-body h5,
.modal-header h5 {
  font-family: archivo;
}

.header h6 {
  font-family: frank-ruhl-libre;
}

h6.text-muted {
  font-family: nunito;
  font-size: 15px;
}

.glamorphism {
  border: solid 1px rgba(0, 0, 0, 0.3);
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
  backdrop-filter: blur(13.7px);
  -webkit-backdrop-filter: blur(13.7px);
}

.btn-github {
  background-color: #2a93d5;
  color: white;
}
/* ==============================================================================
* ----------------------------------- navbar ------------------------------------
============================================================================== */
.navbar-blue,
footer {
  background-color: #135589;
}

.navbar-brand {
  font-family: ubuntu;
}

.nav-item {
  font-family: titillium-web;
}
/* ==============================================================================
* ----------------------------------- banner ------------------------------------
============================================================================== */

.banner h1,
.banner p {
  color: #f1f6f9;
  text-shadow: 0 0 10px rgb(20, 39, 78);
}

.banner {
  padding-top: 8rem;
  background-image: url("../image/background.jpg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}

.banner-profile-picture {
  width: 200px;
  border: 3px solid #929292;
}

.banner h1 {
  font-family: dejavu;
  font-size: 34px;
}

.banner p {
  font-size: 20px;
  font-family: roboto-slab;
}

.banner small {
  font-size: 12px;
}

/* responsive breakpoint */
@media screen and (min-width: 576px) {
  .banner {
    padding-top: 10rem;
  }

  .banner-profile-picture {
    width: 250px;
  }

  .banner h1 {
    font-size: 40px;
  }

  .banner p {
    font-size: 24px;
  }

  .banner small {
    font-size: 14px;
  }
}

/* ==============================================================================
* --------------------------------- experience ----------------------------------
============================================================================== */
.vin-card {
  margin: auto;
  padding: 15px 30px;
  width: 100%;
  border-radius: 8px;
}

.vin-card h3 {
  font-family: archivo;
  font-size: 20px;
}

.vin-card p {
  text-indent: 0;
  line-height: 1.5;
}

/* ==============================================================================
* ---------------------------------- skillset -----------------------------------
============================================================================== */
.skillset img {
  width: 125px;
  margin: 25px;
}

/* ==============================================================================
* --------------------------------- portfolio -----------------------------------
============================================================================== */
.card-body {
  min-height: 300px;
}
/* =============================================================================
* -------------------------------- mini project --------------------------------
============================================================================= */
.mini-project img {
  margin-bottom: 20px;
}

.mini-project p {
  text-indent: 0px;
  line-height: 1.5;
  text-align: left;
}

/* Bagian contact */
.image-media {
  width: 125px;
}

.accordion-header {
  font-family: nurom;
}
/* =============================================================================
* kustomisasi font  
=============================================================================*/
/* header section */
@font-face {
  font-family: "archivo";
  src: url("../fonts/Archivo-Regular.woff");
}

/* paragraph */
@font-face {
  font-family: "nunito";
  src: url("../fonts/Nunito-Regular.woff");
}

/* header card */
@font-face {
  font-family: "league-spartan";
  src: url("../fonts/leaguespartan-bold-webfont.woff2");
}

/* muted-text */
@font-face {
  font-family: "frank-ruhl-libre";
  src: url("../fonts/frankruhllibre-regular-webfont.woff2");
}

/* nav brand */
@font-face {
  font-family: "titillium-web";
  src: url("../fonts/titilliumweb-semibold-webfont.woff2");
}

/* role */
@font-face {
  font-family: "roboto-slab";
  src: url("../fonts/RobotoSlab-Regular.woff");
}

/* button */
@font-face {
  font-family: "nurom";
  src: url("../fonts/nurom-bold-webfont.woff2");
}

/* navigation */
@font-face {
  font-family: "ubuntu";
  src: url("../fonts/ubuntu-bold-webfont.woff2");
}

/* Nama di banner */
@font-face {
  font-family: "dejavu";
  src: url("../fonts/dejavusans-bold-webfont.woff2");
}
