@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&display=swap');
/* @import url('https://fonts.googleapis.com/css2?family=Noto+Sans:wght@300;400&display=swap'); */


*{
    font-family: 'Roboto', sans-serif;
    margin: 0px;
    padding: 0px;       
}

body{
    width: 100%;
    height: 100%;
}

/* LOGIN */
.login-logo{
    color: #2A5AAD;
    letter-spacing: 0.3em;
    font-size : 18px;
    font-family: 'Sora', sans-serif;
    font-weight: 400;
}

/* jarak */
.pt-80 {
    padding-top: 80px;
}
.pt-100 {
    padding-top: 100px;
}

#back-blue{
    background-image: url("img/wave.png");
    background-repeat: no-repeat;
    background-size: cover;
    height: 705px;
}

.img-title{
    display: block;
    margin: 0 auto;
    margin-top: 180px;
    height: 100%;
}

#fasilitas_kerjasama {
    margin-top: 25px;
}

#fasilitas_kerjasama .box {
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 0px;
    box-shadow: 10px 10px 15px #21409A;
    background: #fff;
    transition: 0.4s;
    /* width: 280px; */
    min-height: 1px;
  }
  
  #fasilitas_kerjasama .box:hover {
    box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15);
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
  }
  
  #fasilitas_kerjasama .box .icon {
    float: center;
  }
  
  #fasilitas_kerjasama .box .icon i {
    color:linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    font-size: 64px;
    transition: 0.5s;
    line-height: 0;
    margin-top: 20px;
  }
  
  #fasilitas_kerjasama .box .icon i:before {
    background: linear-gradient(45deg, #50d8af 0%, #a3ebd5 100%);
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  
  #fasilitas_kerjasama .box h4 {
    margin-left: 5px;
    margin-right: 4px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: 'Noto Sans', sans-serif;
    font-size: 20px;
    color: #0d3d54;
  }
  
  #fasilitas_kerjasama .box h4 a {
    color: #444;
  }
  
  #fasilitas_kerjasama .box p {
    font-size: 15px;
    margin-left: 5px;
    margin-right: 4px;
    margin-top: 20px;   
    margin-bottom: 0;
    line-height: 20px;
    font-weight: 450px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
  }
  
  #fasilitas_kerjasama .box img {
    width: 64px;
    height: 64px;
  }

  .navbar-brand img{
    margin-left: -50px;
  }
  
  .topnav-right{
    float: right;
  }

  @media only screen and (max-width: 600px) {
    .navbar-brand img{
      margin-left: 0;
    }
  }
  