/*!
 * Custom Style
 
 */

@media screen and (min-width: 1200px){
.container {width: 100%; }}

@font-face {
  font-family: Jost;
  src: url('../fonts/jost.ttf'); 
}

.panel-transparent {
        background: none;
    }

    .panel-transparent .panel-heading{
        background: rgba(0, 0, 0, 0.4)!important;
        color:white;
        font-size:25px;
    }

    .panel-transparent .panel-body{
        background: rgba(46, 51, 56, 0.2)!important;
    }
    
.judul{
        margin: 0px;
}
.judul .line1{
    font-weight: 700;
    font-size: 35px;
    color: white;
}
.judul .line2{
    font-weight: 700;
    font-size: 35px;
    color: #187FC2;
}
.judul p{
    text-align:center;
    font-size: 25px;
}


